My blog built with Hugo.
 
 
Go to file
Quentin Duchemin b1a86c4567
Add content and pagination
2021-05-18 15:29:05 +02:00
archetypes better directory structure 2021-05-11 10:01:24 +02:00
content Add content and pagination 2021-05-18 15:29:05 +02:00
data better directory structure 2021-05-11 10:01:24 +02:00
layouts Add content and pagination 2021-05-18 15:29:05 +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 Add content and pagination 2021-05-18 15:29:05 +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.