<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Guide on Hugo Tailwind Starter</title><link>https://cerulean-fox-8d3d8b.netlify.app/tags/guide/</link><description>Recent content in Guide on Hugo Tailwind Starter</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 10 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://cerulean-fox-8d3d8b.netlify.app/tags/guide/index.xml" rel="self" type="application/rss+xml"/><item><title>Getting Started with Hugo and Tailwind</title><link>https://cerulean-fox-8d3d8b.netlify.app/blog/getting-started/</link><pubDate>Sat, 10 Jan 2026 00:00:00 +0000</pubDate><guid>https://cerulean-fox-8d3d8b.netlify.app/blog/getting-started/</guid><description>&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://gohugo.io/installation/"&gt;Hugo&lt;/a&gt; (extended version)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://nodejs.org/"&gt;Node.js&lt;/a&gt; 20+&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="quick-start"&gt;Quick Start&lt;/h2&gt;
&lt;p&gt;Clone the repo and install dependencies:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;git clone https://github.com/YOUR_USERNAME/hugo-tailwind-starter.git
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;cd hugo-tailwind-starter
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;npm install
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;hugo server
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Open &lt;code&gt;http://localhost:1313&lt;/code&gt; in your browser.&lt;/p&gt;
&lt;h2 id="project-structure"&gt;Project Structure&lt;/h2&gt;
&lt;p&gt;The most important files:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;hugo.toml&lt;/code&gt; — Site configuration&lt;/li&gt;
&lt;li&gt;&lt;code&gt;assets/css/main.css&lt;/code&gt; — Tailwind CSS entry point&lt;/li&gt;
&lt;li&gt;&lt;code&gt;layouts/&lt;/code&gt; — All page templates&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="dark-mode"&gt;Dark Mode&lt;/h2&gt;
&lt;p&gt;The starter supports dark mode out of the box. It detects your system preference and allows manual toggle via the button in the header.&lt;/p&gt;</description></item></channel></rss>