config.yml
that just say ``), Jekyll has been working for this very simple site of mine.content
folder where you can have subfolders. (No _drafts
, _posts
and no creating a lot of _collection
folders in the root dir like in Jekyll)aliases
) works out of the box_draft
folder, you can put draft: true
in the front matter of the postlivereload
, automatically refreshes your browsers when changes are made1brew install hugo # install hugo
2hugo version # verify your new install
3hugo new site quickstart # create a new quickstart site
4hugo new content/<page.md> # create new content page
5hugo serve # serve and watch the site
6hugo # build Hugo site