Hugo Themes
HikaeMe
A simple theme that displays only the bare minimum of elements readers need.
[!IMPORTANT] Currently only Japanese is supported! If you wanna use other langs, plz add i18n support and push PR!
How to start(WIP)
hugo mod init
Add the following in your configuration file. If you are using a non-YAML file, the writing style is different.
module:
imports:
- path: "github.com/htnabe/HikaeMe"
Then, execute the next command. You need the environment to execute node
and npm
.
hugo mod get -u
hugo mod npm pack
npm i
Demo
- My personal blog
Docs(WIP)
LICENSE
This theme is released under the MIT License.