Posts tagged with

Hugo

The future is highly distributed

The future is highly distributed

In any business environment these days you almost invariably have all your data in different systems. A single ERP may be the driving force behind your organisation but having a monolithic system also limits you. This is the reason I am very enthusiastic about Jamstack, a new standard architecture …

Read more →

Static site generators

Due to my busy work schedule my personal web site was dated. So much so that it was a few releases behind schedule. I had built it using Ghost (headless Node.js CMS) and by quickly building some Docker containers I managed to upgrade the database relatively fast. I have built many data driven …

Read more →

Complete Guide to Hugo

This guide is comprehensive, so we’ve organized it into collapsible sections. 📦 Installation & Setup + First, install Hugo Extended: 1 sudo apt install hugo Then create your site: 1 2 hugo new site my-blog cd my-blog ⚙️ Configuration + Edit your config.toml: 1 2 baseURL = …

Read more →