My blog built with Hugo.
 
 
Go to file
Quentin Duchemin 514d1b99e3
Use a theme and let content alone
2021-05-18 16:22:28 +02:00
content Use a theme and let content alone 2021-05-18 16:22:28 +02:00
themes/chosto Use a theme and let content alone 2021-05-18 16:22:28 +02:00
.gitignore Ignore generated files 2021-05-18 13:23:06 +02:00
LICENSE Initial commit 2021-05-09 14:35:28 +00:00
README.md Add content and pagination 2021-05-18 15:29:05 +02:00
config.yaml Use a theme and let content alone 2021-05-18 16:22:28 +02:00

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.