Tag hugo

 Reply

I'm replying to you from a static website built with #Hugo and deployed with #Netlify and I really like it. It's super speedy, but the go templating isn't the most fun

 Reply

I moved from Jekyll to Hugo cause of speed and massively recommend it. It's a bit painful documentation wise / if Go's templating isn't your cup of tea but I could see it being one of the longer running static site generators

 Note

Anyone in the #Hugo community able to give me a hand with https://discourse.gohugo.io/t/date-based-pagination-one-list-page-per-day/23870/3 ? I'm trying to get pagination working so I have one page per day (with all the posts per day) but I can't seem to get the right incantation, if even possible?

 Reply

I mean, I said that an hour or so ago, but that was before the site had deployed... Turns out https://www.jvt.me/posts/2019/11/11/gotcha-netlify-lowercase/ caught me out again and isn't fixed until https://gitlab.com/jamietanna/jvt.me/merge_requests/638 is in (although I've done a temporary deploy from my local machine to get the site up).

Very annoying!

 Note

My site is now running Hugo v0.62! Not too painful an upgrade from 0.58.3, given changes in the Markdown parser - https://gitlab.com/jamietanna/jvt.me/merge_requests/637 - largely Table of Contents related, and one place where I'd not got enough spacing in around fenced codeblocks

 Reply

Although it doesn't help you, Hugo has Archetypes https://gohugo.io/content-management/archetypes/ to set up these repetitive and boring bits of metadata for new content types - it makes a huge difference in getting up and running with your boilerplate 🙃