Hugo Themes
dead-simple
Dead simple Hugo theme.
- Author: Gleb Buzin
- Minimum Hugo Version: 0.83.0
- GitHub Stars: 10
- Updated: 2023-06-02
- License: MIT
- Tags: Blog Company Docs Light Minimal Responsive

Hugo Dead Simple
Simple hugo theme to be dead easy on the reader.

Features
- Simple non-intrusive menu
- Dynamic wiki-style table of contents
- Black and white code blocks
- Katex math
Page parameters
title: "Post/Page title"
date: "2023-08-11"
toc: true # table of contents
bold: true # display post title in bold in posts list
math: true # load katex
categories:
- ...
tags:
- ...
next: true ## show link to next post in footer
Install
Initialize go module
hugo mod initAdd theme to your
config.ymlmodule: imports: - path: github.com/barklan/hugo-dead-simpleFetch theme
hugo mod get -u
Extra stuff
Add
favicon.icoto/staticDeploy your site to Netlify with this
netlify.toml[build] publish = "public" command = "hugo --gc --minify" [context.production] environment = { HUGO_VERSION = "0.111.3" }