Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 820 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 820 Bytes

theme thumbnail

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

Docs(WIP)

LICENSE

This theme is released under the MIT License.