Hugo is a static site generator that makes it easy to setup your own blog or personal website.
You can manually create content files (for example as content/<CATEGORY>/<FILE>.<FORMAT>
) and provide metadata in them, however you can use the new
command to do a few things for you (like add title and date):
$ hugo new posts/my-post.md
by default, this template creates a posts/hello.md
for you, feel free to remove / rename it if you want.
- Explore themes here
- Download theme to
themes/<NAME>
git clone https://github.com/siegerts/hugo-theme-basic themes/basic
- Change
theme
entry inconfig.toml
to the theme name
For more, checkout official documentations.