Tag: hugo
-
Hugo and Static Files
Reading Time: 2 minutesYesterday I was experimenting with the Static folder in Hugo. Hugo and other static site generators has a folder where you can usually put content that you don’t want to have changed. You can add php, css, js and more. By making this an option it is possible to have your blog…
-
Blogging with VS Code and Hugo
Reading Time: 2 minutesYesterday I had no inspiration. In the end I did write about something but only after hours of staring at a hypothetical blank page. When I did start writing I used Frontmatter to generate the page but I forgot to open terminal and write the blog post using VIM. I used VSCode…
-
Static Web Generators and CMSes
Reading Time: 3 minutesFor weeks, or even months, by now I have been playing/experimenting with Hugo, 11ty and other solutions. I really like that with Hugo I can use FrontMatter as a CMS to create new posts, add the appropriate meta data, and keep track of what is published and what is in draft form.…
-
YQ, FrontMatter and Jekyll
Reading Time: 4 minutesFor two days I have been trying to understand how to use Jekyll, a Ruby version of Hugo. It is a Static website generator that is similar to Hugo but rather than being written in Go, it is written in Ruby. I find that it renders sites faster than Hugo, but that…
-
Playing With Hugo – Continued
Reading Time: 2 minutesYesterday I decided to write a blog post using Hugo and HTML rather than markdown and it worked fine. I was able to write the post, checked that everything was displaying properly, and then noticed that with HTML the theme I am using does not detect section headings. Markdown Behaviour With Markdown…
-
Transitioning from WordPress to Hugo
Reading Time: 3 minutesTransitioning from WordPress to Hugo is tempting because I don’t need an entire CMS for what I’m doing. What I need is a centralised system that checks for tags, titles and the theme, and updates the navigation as I add new pages. You don’t need a CMS for that. The Good Old…