Tag: hugo

  • Transitioning from WordPress to Hugo

    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…

  • Converting This Blog To Hugo

    Converting This Blog To Hugo

    Reading Time: 2 minutesOn Saturday I converted my blog from WordPress to Hugo as an experiment and it went quite well. I downloaded the xml file and then I converted that xml with blog2md to go from xml to md pages. A page was created for every single blog post. This took a while. I…

  • A Desire to Dump WordPress

    A Desire to Dump WordPress

    Reading Time: 2 minutesIn theory WordPress is a fantastic tool to write a blog, without needing to learn to code. In practice I am tired of WordPress and I have been tired of WordPress ever since they started to use blocks, and ever since I noticed that it uses React.  React and Meta I know…

  • Playing with the Hugo With An Old Site

    Playing with the Hugo With An Old Site

    Reading Time: 3 minutesFor a few days I have been playing with Hugo with Markdown and HTML pages. It says that it is “the world’s fastest framework for building websites” and so far I do notice that it has a key strength that I like.  Front Matter That strength is that with small modifications you…