Quentin Duchemin b1a86c4567 | ||
---|---|---|
archetypes | ||
content | ||
data | ||
layouts | ||
.gitignore | ||
LICENSE | ||
README.md | ||
config.yaml |
README.md
blog
My blog built with Hugo.
Building
Just run hugo
and serve the public
directory.
Remember to delete existing public
directory before rebuilding blog.
For development, run hugo server --watch
to watch for config/content changes, rebuild site and serve it on localhost.