<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Pages Tutorial</title><link>https://veselaveverka.ssc.cas.cz/</link><description>Recent content on Pages Tutorial</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 23 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://veselaveverka.ssc.cas.cz/index.xml" rel="self" type="application/rss+xml"/><item><title>About</title><link>https://veselaveverka.ssc.cas.cz/page/about/</link><pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate><guid>https://veselaveverka.ssc.cas.cz/page/about/</guid><description>&lt;p&gt;This is a demo Hugo site served via GitLab Pages on a self-hosted GitLab instance.&lt;/p&gt;
&lt;p&gt;It uses the &lt;a href="https://github.com/zhaohuabing/hugo-theme-cleanwhite"&gt;hugo-theme-cleanwhite&lt;/a&gt;
theme — a clean, responsive blog theme inspired by the Hux Blog template.&lt;/p&gt;
&lt;h2 id="technology-stack"&gt;Technology stack&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Static site generator:&lt;/strong&gt; &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt; v0.157+&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Theme:&lt;/strong&gt; &lt;a href="https://themes.gohugo.io/themes/hugo-theme-cleanwhite/"&gt;CleanWhite&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Hosting:&lt;/strong&gt; &lt;a href="https://docs.gitlab.com/ee/user/project/pages/"&gt;GitLab Pages&lt;/a&gt; (self-hosted)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;CI/CD:&lt;/strong&gt; GitLab CI with the &lt;code&gt;hugomods/hugo:exts&lt;/code&gt; Docker image&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Welcome to Pages Tutorial</title><link>https://veselaveverka.ssc.cas.cz/post/welcome/</link><pubDate>Mon, 23 Mar 2026 00:00:00 +0000</pubDate><guid>https://veselaveverka.ssc.cas.cz/post/welcome/</guid><description>&lt;p&gt;Welcome! This site is built with &lt;a href="https://gohugo.io/"&gt;Hugo&lt;/a&gt; using the
&lt;a href="https://themes.gohugo.io/themes/hugo-theme-cleanwhite/"&gt;CleanWhite&lt;/a&gt; theme and deployed
automatically to GitLab Pages via a CI/CD pipeline.&lt;/p&gt;
&lt;h2 id="what-is-hugo"&gt;What is Hugo?&lt;/h2&gt;
&lt;p&gt;Hugo is a fast static site generator written in Go. It compiles Markdown content into
a fully static website — no server-side runtime required.&lt;/p&gt;
&lt;h2 id="what-is-gitlab-pages"&gt;What is GitLab Pages?&lt;/h2&gt;
&lt;p&gt;GitLab Pages hosts static websites directly from a GitLab repository. Every push to the
default branch triggers the pipeline, which builds the site and publishes it.&lt;/p&gt;</description></item><item><title>Hugo Tips &amp; Tricks</title><link>https://veselaveverka.ssc.cas.cz/post/hugo-tips/</link><pubDate>Sun, 22 Mar 2026 00:00:00 +0000</pubDate><guid>https://veselaveverka.ssc.cas.cz/post/hugo-tips/</guid><description>&lt;p&gt;A few handy things to know when working with this setup.&lt;/p&gt;
&lt;h2 id="local-development"&gt;Local development&lt;/h2&gt;
&lt;p&gt;Run the local dev server with live-reload:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo server -D
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The &lt;code&gt;-D&lt;/code&gt; flag includes draft posts. Visit &lt;code&gt;http://localhost:1313&lt;/code&gt; in your browser.&lt;/p&gt;
&lt;h2 id="creating-new-content"&gt;Creating new content&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#282a36;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo new content post/my-new-post.md
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Edit the generated file — set &lt;code&gt;draft: false&lt;/code&gt; (or remove the &lt;code&gt;draft&lt;/code&gt; key) when the post
is ready to publish.&lt;/p&gt;
&lt;h2 id="front-matter-fields"&gt;Front matter fields&lt;/h2&gt;
&lt;p&gt;The CleanWhite theme recognises these optional front matter fields:&lt;/p&gt;</description></item></channel></rss>