<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hugo on Servicios Rogeliowar</title><link>https://blog.serviciosrogeliowar.com/en/tags/hugo/</link><description>Recent content in Hugo on Servicios Rogeliowar</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Rogelio Guerra Riverón</copyright><lastBuildDate>Thu, 30 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.serviciosrogeliowar.com/en/tags/hugo/index.xml" rel="self" type="application/rss+xml"/><item><title>CI/CD with local GitLab Runner to automatically deploy a Hugo blog</title><link>https://blog.serviciosrogeliowar.com/en/posts/cicd-con-gitlab-runner-local-para-desplegar-automaticamente-un-blog-hugo/</link><pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate><guid>https://blog.serviciosrogeliowar.com/en/posts/cicd-con-gitlab-runner-local-para-desplegar-automaticamente-un-blog-hugo/</guid><description>&lt;h2 class="relative group"&gt;Introduction
 &lt;div id="introduction" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#introduction" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Tired of manually deploying my Hugo blog every time I publish an article. I decided to set up a local CI/CD pipeline with GitLab Runner. The result: automatic, reliable, and without depending on external services.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Prerequisites
 &lt;div id="prerequisites" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#prerequisites" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;You need:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A server with Docker installed&lt;/li&gt;
&lt;li&gt;A repository on GitLab (can be self-hosted or gitlab.com)&lt;/li&gt;
&lt;li&gt;Hugo installed locally for testing&lt;/li&gt;
&lt;li&gt;SSH access configured on your server&lt;/li&gt;
&lt;/ul&gt;

&lt;h2 class="relative group"&gt;Installing GitLab Runner
 &lt;div id="installing-gitlab-runner" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#installing-gitlab-runner" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;First, install GitLab Runner on your server. I did it on Docker because I already had the daemon running.&lt;/p&gt;</description></item><item><title>CSS that doesn't fail: common styling mistakes on web pages and how to avoid them</title><link>https://blog.serviciosrogeliowar.com/en/posts/css-errores-comunes-estilos/</link><pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate><guid>https://blog.serviciosrogeliowar.com/en/posts/css-errores-comunes-estilos/</guid><description>&lt;p&gt;CSS seems simple until something doesn&amp;rsquo;t work as you expect. You spend hours staring at the browser inspector, change one property, then another, and the problem persists. This article collects the most frequent errors I&amp;rsquo;ve encountered building this blog, with direct solutions.&lt;/p&gt;

&lt;h2 class="relative group"&gt;The background that disappears when scrolling
 &lt;div id="the-background-that-disappears-when-scrolling" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#the-background-that-disappears-when-scrolling" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;The problem:&lt;/strong&gt; The page looks good in the visible area, but when you scroll down a white or unexpected background appears.&lt;/p&gt;</description></item><item><title>Static blog with Hugo and Blowfish theme on a home server</title><link>https://blog.serviciosrogeliowar.com/en/posts/blog-estatico-con-hugo-y-tema-blowfish-en-un-servidor-domestico/</link><pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate><guid>https://blog.serviciosrogeliowar.com/en/posts/blog-estatico-con-hugo-y-tema-blowfish-en-un-servidor-domestico/</guid><description>&lt;p&gt;I&amp;rsquo;ve been wanting to document my infrastructure projects better for a while. After trying several options, I decided to set up a static blog with Hugo. The combination of Hugo + Blowfish turned out to be exactly what I needed: fast, clean, and easy to maintain.&lt;/p&gt;

&lt;h2 class="relative group"&gt;Why Hugo and Blowfish
 &lt;div id="why-hugo-and-blowfish" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#why-hugo-and-blowfish" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h2&gt;
&lt;p&gt;Hugo is a static site generator written in Go. It&amp;rsquo;s incredibly fast and requires no database or complicated dependencies. Blowfish is a modern, minimalist theme that&amp;rsquo;s well documented. Both work great on a home server with limited resources.&lt;/p&gt;</description></item></channel></rss>