Skip to content

m1yam0t0/hugo-blog-theme

Repository files navigation

hugo-blog-theme

A hugo theme for m1yam0t0's blog

Install

mkdir theme
cd theme
git submodule add https://github.com/m1yam0t0/hugo-blog-theme.git hugo-blog-theme

Update

git submodule update --init --recursive

Configuration

Menu

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

Social Links

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"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published