Articles by Tag #hugo

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Building Websites the Smart Way: Introduction to Static Site Generators

If you've ever built or worked with websites, you might have come across terms like Static Site...

Learn More 19 0Feb 20

How to install HUGO with Tailwind CSS and Flowbite

In this guide I want to show you how you can create a new HUGO project and install Tailwind CSS (v4)...

Learn More 11 0Mar 27

Static Site Generators: Why Developers Are Using Jekyll & Hugo to Make Super Fast, Super Secure Sites

The Day I Gave Up WordPress for Good A couple of years back, I had a portfolio site on WordPress....

Learn More 6 0Apr 24

Love sharing anything about Hugo

Static Site Generators: Why Developers Are Using Jekyll &...

Learn More 5 2May 11

Adding Search Functionality to a Hugo Static Site Based on INFINI Pizza for WebAssembly

INFINI Pizza is an upcoming search engine developed by INFINI Labs, written in Rust (soon to be fully...

Learn More 3 0Aug 28 '24

Step-by-Step Guide to Deploy Hugo on Vercel

This guide will walk you through deploying a Hugo website to Vercel. I will ensure you avoid at...

Learn More 3 0Oct 6 '24

My first Open Source contribution

Finally, I am writing this article after much procrastination. I have had a lot on my desk, which is...

Learn More 3 1Jun 11

🛠 Build a Professional CV in PDF with Markdown and Hugo

Tired of maintaining duplicate content for your CV and website? I was too! That’s why I created a...

Learn More 3 0Dec 25 '24

How to Deploy a Static Website with Hugo and GitHub Pages

Introduction In this guide, I'll walk you through the process of creating and deploying a static...

Learn More 3 0Jan 7

Mastering Golang Debugging in Emacs

Introduction Since I've started developing in Golang I didn't really use the debugger....

Learn More 2 0Nov 29 '24

Hugo: don't miss the best part

Hugo is a fantastic piece of software, IMHO. It's highly flexible and covers lots of great features,...

Learn More 2 2May 3

Dev Container Setup for Hugo

Imagine a development environment where you never have to worry about mismatched library versions,...

Learn More 1 0Apr 18

How to create a hugo theme with contact form

Here’s a step-by-step guide to creating a Hugo theme and integrating a fabform.io contact form: ...

Learn More 1 0Jan 7

Tailwind support in Hugo

Expectations from this post With the version 0.128.0, Hugo started supporting Tailwind...

Learn More 1 0Mar 2

Added llms.txt and llms-full.txt to My Hugo-built Website

How to implement llms.txt and llms-full.txt on Hugo websites - a step-by-step guide for making your site more accessible to AI language models with simple configuration and templates.

Learn More 1 0May 18

How to Host Hugo in Vercel

I decided to go with Hugo to build my personal website. The only thing I based my choice on was the...

Learn More 1 0Nov 28 '24

Setup a blog with Hugo and Github Pages

It was long my desire to write a blog with stuff that interests me. Lately i was studying Golang and...

Learn More 1 0Mar 28

Mail to Blog: Publish to Blog using Email

(This is a submission for the Postmark Challenge: Inbox Innovators). What I Built Mail to...

Learn More 1 0Jun 8

Partials in Hugo

Partials and code reusability Hugo provides a nice mechanism to separate your components...

Learn More 1 0Mar 2

Why I am Migrating From Zola Back to Hugo

This post is a summary of my recent decision to go back to Hugo after using Zola. I also report on...

Learn More 1 0May 14

Setup Hugo + Obsidian + Git pipeline in Arch Linux

Insane Hugo Pipeline for Arch Linux Inspired by NetworkChuck’s I started a blog…..in 2024...

Learn More 0 0Jul 27

Open source Hugo Theme for building SaaS websites: Saasify

What is Hugo CMS? Hugo is an open-source static site generator that's built for speed and...

Learn More 0 0Dec 6 '24

Installing Hugo on Linux: The Reliable Way

Recently, a user trying to get started with my theme, got stuck. They had tried to install Hugo on...

Learn More 0 0Jul 18

Create a Hugo Theme from Scratch - I

Part one of building a Hugo theme from scratch using Tailwind, including the theme's feature list, prototype, technology selection, and development environment setup.

Learn More 0 0Oct 15 '24

Automating dev.to Publishing with GitHub Actions

How I built a GitHub Actions workflow to automatically sync Hugo blog posts to dev.to, including Hugo shortcode transformation, orphaned article cleanup, and content validation.

Learn More 0 0Jul 3

Create a Hugo Theme from Scratch - III

Part three of building a Hugo theme from scratch using Tailwind, covering additional features like dark mode, responsive design, multilingual support, code highlighting, and build pipelines

Learn More 0 0Oct 15 '24

Upgrading Hugo to latest version on Debian based systems

There is a bad news for Ubuntu (or any Debian based OS) user if you have installed Hugo using apt....

Learn More 0 0Mar 2

How to Deploy Hugo With Cloudflare Pages

According to wise sages (aka the internet), the best way to learn something is by teaching it to...

Learn More 0 0Feb 17

Free Hugo Autotranslator for Github Pages

The problem and the idea I want to write a blog post in english or german, and I don't...

Learn More 0 0Jun 26

CSS Hack: Let Code Blocks Break Free From Container Width

Text prose and code have fundamentally different width requirements. Prose benefits from restricted...

Learn More 0 0Jun 25