A hugo theme for m1yam0t0's blog
mkdir theme
cd theme
git submodule add https://github.com/m1yam0t0/hugo-blog-theme.git hugo-blog-theme
git submodule update --init --recursive
You can add entries to menus from config.toml
.
See Add Non-content Entries to a Menu.
This is a example configuration.
[[menu.main]]
name = "Posts"
url = "/posts/"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags/"
weight = 2
[[menu.main]]
name = "About"
url = "/about/"
weight = 3
You can add entries to use config.toml
.
This is a example configuration.
[[Params.social]]
name = "GitHub"
url = "https://github.com/m1yam0t0"
[[Params.social]]
name = "Twitter"
url = "https://twitter.com/m1yam0t0"