Posts Tagged: hugo

Explore Hugo, a popular open-source static site generator, and learn how to use it to build fast, secure, and scalable websites.

Tag RSS Feed

Posts In 2020

  • (Article)

    Published by Stuart Blackler on: Tagged:hugo

    Today, I have been doing a general tidy up of my blog repository. One of the things that I decided to do, was reduce the overall amount of whitespace in the generated html files.

Posts In 2016

  • (Article)

    Published by Stuart Blackler on: Tagged:hugo

    Today I have been doing a little bit of work on my site and one of the things that I wanted to do is inline the css file. It’s quite a small file anyway, and once compressed with gzip should make a fairly minimal difference to the size of the page.

  • (Article)

    Published by Stuart Blackler on: Tagged:hugojavascript

    So far we have built a very basic site and got a basic understanding of how to configure and override the theme. Next up we are going to configure our frontend workflow using yarn and gulp.

  • (Article)

    Published by Stuart Blackler on: Tagged:hugo

    In this article, I will show you how the theme has been constructed and show you how the overrides work. So far we have created a site, setup most of our workflow and posted our first article.

  • (Article)

    Published by Stuart Blackler on: Tagged:hugo

    In the last article, we setup our workflow and all the pieces that you will need to create a new site. Now we need to install a theme and begin publishing. Prior to writing this series, I began evaluating the extensibility of hugo themes and started work on something I call bones - a no thrills template with no styling, just structure. As I improve the template it will become more useful, maybe. It will remain the template behind mysite as I continue to improve it.

  • (Article)

    Published by Stuart Blackler on: Tagged:hugogo

    As promised in this first mini-series, I am going to guide you through the steps that I have taken to get my blog up and running on Github pages and Cloudflare with SSL. As these the steps that I have taken to get this blog up and running, your milage may vary with this as different versions get released. That said, you should be fine.