Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 433 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 433 Bytes

Quickstart

On new machine setup this repository. Submodule clone is needed for the theme.

git clone [email protected]:Kazhuu/blog.git
git submodule init
git submodule update

Create new post with

hugo new posts/<post-name-with-date>.md

For example hugo new posts/2021-10-10-test-post.md. This will generate a file under content/posts/ folder.

To serve file locally with drafts enabled

hugo server -D