My blog built with Hugo.
 
 
Go to file
Quentin Duchemin 925d342b97
Add menu with other case blog posts
2021-05-19 18:24:05 +02:00
content Add [INDEX/COUNT] prefix for articles in cases (ie sections with Params.Code) 2021-05-19 18:08:47 +02:00
themes/chosto Add menu with other case blog posts 2021-05-19 18:24: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 basic navbar with link to homepage and categories 2021-05-18 17:07:12 +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.