My own Hugo theme

tuxi-hugo is my own Hugo theme. Hugo is a static-site-generator, which I also used to create my website. You can see this theme in action here 🎉 Find out more at the Codeberg project repo ...

 · 1 min · 35 words ·  Tuxilio

Adding a search to your Hugo website

Introduction In this tutorial I’ll show you how you can add a client-side-search page to your Hugo website. This is done using Javascript and depends on fuse.js. This tutorial is split in 5 parts: Copying fuse.js dependencies Configuring search layout Adding search page Editing hugo.yml Editing index.json How it works The search is processed by fuse.js. You can read more here more about the fuse.js Scoring theory or the API reference. Getting started Copying some fuse.js dependencies First, you need to copy the fuse.js library: ...

 · 3 min · 493 words ·  Tuxilio

Use Woodpecker CI to build HUGO your website

Woodpecker CI is a simple and powerful CI/CD engine. In this tutorial I’ll show you how you can use it to automatically rebuild and publish your website on each push to a git repo. In this tutorial I’ll describe how to do this using Codeberg pages and the Codeberg CI, but you can do it with any other Forge as well. Both is hosted by Codeberg, a free git hosting platform. On Codeberg, you have to request CI access so just fill out the form as described here. ...

 · 5 min · 934 words ·  Tuxilio