My blog built with Hugo.
 
 
Go to file
Quentin Duchemin 526ba6d991
Rework menu categories
2021-05-21 23:50:10 +02:00
assets/css Add Bulma, remove ids, start using classes 2021-05-20 15:52:06 +02:00
content Start to add some style and navbar 2021-05-21 14:53:35 +02:00
themes/chosto Rework menu categories 2021-05-21 23:50:10 +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 Update README 2021-05-20 16:01:04 +02:00
config.yaml Rework menu categories 2021-05-21 23:50:10 +02:00

README.md

blog

My blog built with Hugo (static website generator) and Bulma (tiny yet powerful CSS framework).

Content and choices

It contains a theme coded specifically for the blog, with example taken from Hugo documentation. The purpose of not taking a great existing theme is to learn new webthings (because I really suck at web development). Also I wanted to learn a bit about Bulma, a tiny CSS framework without a line of JavaScript.

Hugo is really powerful yet pretty light and really fast. I do like the way templating is used to achieve very elegant tricks. In the past we would have used databases and dynamic languages like PHP for the same result.

I think that using Wordpress for a little static blog is no longer relevant and I am really enthousiastic about projects like Hugo. Additionnally, the community seems very friendly. Other static CMS such as Ghost have an economic model that I don't like (eg you have to pay for plugins) and Grav is great but not so artisanal. The learning curve is pretty high and you're encouraged to use an existing theme with the PHP admin interface.

With Hugo, I really have the sensation of minimizing the ressources I use while totally understanding what I am doing (even if I am doing it badly). Only exception would be the pagination which uses an obscure internal template for ease.

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.