-
Create new post
$ hugo new posts/my-new-post.md
-
Run on local
$ hugo server -D
-
Build artifacts
$ hugo -D
-
Publish to GitHub pages
$ npm install -g gh-pages $ yarn global add gh-pages $ gh-pages -d public
This repository has been archived by the owner on May 1, 2020. It is now read-only.