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 0May 11

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

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

🛠 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

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

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

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

How to Build Personal Website for Free With Hugo

Introduction Can you believe it? Except for the domain name, the setup of my personal...

Learn More 1 0Aug 15 '24

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

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

Dev Container Setup for Hugo

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

Learn More 1 0Apr 18

Partials in Hugo

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

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

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

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

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

Tailwind support in Hugo

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

Learn More 1 0Mar 2

10分钟创建自己的博客网站

hugo是什么 Hugo 是最受欢迎的开源静态网站生成器之一。用户可以使用 Hugo 来快速搭建自己的网站。 搭建步骤 ...

Learn More 0 0May 7

Hugo shortcode for sns with unit.link like button

Hugo has shortcode feature in order to implement own code block like web card things which many blog...

Learn More 0 0Aug 13 '24

Create a Hugo Theme from Scratch - II

Part two of building a Hugo theme from scratch using Tailwind, covering the main directory structure of a Hugo theme, the required technologies, and the main framework of the theme I created.

Learn More 0 0Oct 15 '24

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

Deploying Hugo from Self-Hosted GitLab to Cloudflare Pages

Introduction As you may have noticed my main blog site is built using Hugo and Papermod...

Learn More 0 0Aug 31 '24

Deploying My Blog to Kubernetes with Helm Charts

Helm allows you to package your Kubernetes resources, manage configuration, and deploy updates with a...

Learn More 0 0May 30

Hugo: partialCached or not?

The name is pretty self-explanatory. It caches the render of a given partial. While it can optimize...

Learn More 0 0May 25

Life of a blog - blogging in 2024 and beyond

I created my website and started blogging in 2019. The decision to create a website was inspired by 2...

Learn More 0 1Oct 30 '24

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