Quentin Duchemin dd36705f33 | ||
---|---|---|
assets/css | ||
content | ||
themes/chosto | ||
.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.