henrybear327 / notes

Home Page:https://henrybear327.github.io/notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes

Welcome!

Installation

When cloning for the first time, please run git submodule update --init --recursive.

Please check the official instructions for more details.

Set up

For the config, please check this page for all available options.

For other usages, please check the demo blog posts.

Post

To start a new post, please run hugo new content posts/<filename>.md.

To start a new diary post, please run hugo new content --kind diary posts/diary/<filename>.md.

The posts are all in the directory content/posts.

No need to build and push the artifacts anymore, CI will take care of it! ^_^