GeistHaus
log in · sign up

Releases · gohugoio/hugo

github.com

The world’s fastest framework for building websites. - gohugoio/hugo

24 pages link to this URL
Deploy a Static Site using Hugo and Object Storage

This article shows you how you can host a static website from Linode's object storage by creating your site in Markdown and using a static site generator.

1 inbound link article en GuidesLinode PlatformLinode Object Storage hugostatic siteobject storage
Clear Linux Desktop Setup

How I’ve set up my Clear Linux (GNOME) desktop environment… TL;DR By simply following the Clear Linux Getting-Started guide the installation

0 inbound links article en
Create your static blog with Hugo + Cloudflare Pages

Hugo1 is a static site generation tool written in Go. It is incredibly fast and has excellent high-level and flexible primitives for content management using Markdown and JSON. You will learn how to create a new Hugo blog and deploy it using Cloudflare Pages. You will use the hugo CLI to create a new Hugo site and then Cloudflare to deploy your website. You must have a Cloudflare account and a Github account to create a new blog.

0 inbound links article en blog
Build Your First Blog in Hugo

In this blog, I’ll introduce Hugo, a fast and flexible static site generator. We’ll cover how to install it and create your first blog step by step.

0 inbound links article en hugo
Hugo Extended on CentOS 7

After first using the Hermit theme, I moved to the Hugo Coder theme to have a nicer front page and menu at the top. Unfortunately that needs Hugo in the “extended” version. The binary one can download on https://github.com/gohugoio/hugo/releases doesn’t run on CentOS 7, unlike the normal variant you get there (too new libstdc++ needed). One has to recompile it to get that working. To make it easier for others, to do so, just:

0 inbound links article en posts hugocentosHugoCentos
Qt Contributor Summit and Akademy

This year I went to Würzburg, which is a nice small German city famous for its wine. But I didn’t only go there for the wine, but also to attend Qt Contributor Summit and Akademy. Qt Contributor Summit The travel to Würzburg didn’t go as planned as Deutsch Bahn had some technical issues with their train and couldn’t reboot our train. We still managed to get in Würzburg on time and even had the change to get a small touristic tour from some locals.

0 inbound links article en Post
Journey to Blogging CI/CD: From Jekyll to Hugo

In the previous post, I talked about much of the reason I quit writing posts was because of the painful workflow surrounding the whole deployment process. To top it all off, when I finally tried to automate it, I found out that the Jekyll theme that I was using had used had many unpinned dependencies: rather than specifying the version of each library that should be retrieved, the author of the previous theme had chosen to simply request the latest version available at any given time.

0 inbound links article en