This blog is using Hugo for generating static site with Blowfish theme.
- create a new post:
$ hugo new posts/filename.md
- create a new post using folder in archetypes:
$ hugo new --kind <archetypes-folder> posts/category-folder/url-pathname
- start a dev server including draft content:
$ npm run dev
- compile
main.css
with watch mode:$ npm run dev-css
- compile
main.css
:$ npm run build-css
- build a site:
$ hugo