<?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 ThuQuan360</title>
		<link>https://thuquan360.com/tags/hugo/</link>
		<description>Recent content in Hugo on ThuQuan360</description>
		<generator>Hugo</generator>
		<language>en</language>
		
		
		
		
			<lastBuildDate>Mon, 15 Jan 2024 00:00:00 +0000</lastBuildDate>
		
			<atom:link href="https://thuquan360.com/tags/hugo/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Welcome to My Blog</title>
				<link>https://thuquan360.com/posts/welcome/</link>
				<pubDate>Mon, 15 Jan 2024 00:00:00 +0000</pubDate>
				<guid>https://thuquan360.com/posts/welcome/</guid>
				<description>&lt;p&gt;Welcome to my new blog! This site is built with &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt; and styled with &lt;a href=&#34;https://primer.style/&#34;&gt;Primer CSS&lt;/a&gt;, GitHub&amp;rsquo;s design system.&lt;/p&gt;&#xA;&lt;h2 id=&#34;features&#34;&gt;Features&lt;/h2&gt;&#xA;&lt;p&gt;This theme includes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Dark mode support&lt;/strong&gt; - Automatically syncs with your system preferences, or you can choose manually&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Multilingual&lt;/strong&gt; - Full i18n support for multiple languages&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Responsive design&lt;/strong&gt; - Looks great on all devices&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Primer CSS&lt;/strong&gt; - Clean, modern design using GitHub&amp;rsquo;s design system&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;code-example&#34;&gt;Code Example&lt;/h2&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a simple Go code example:&lt;/p&gt;</description>
			</item>
			<item>
				<title>Getting Started with Hugo</title>
				<link>https://thuquan360.com/posts/getting-started-with-hugo/</link>
				<pubDate>Wed, 10 Jan 2024 00:00:00 +0000</pubDate>
				<guid>https://thuquan360.com/posts/getting-started-with-hugo/</guid>
				<description>&lt;p&gt;Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again.&lt;/p&gt;&#xA;&lt;h2 id=&#34;installation&#34;&gt;Installation&lt;/h2&gt;&#xA;&lt;p&gt;Installing Hugo is straightforward. On macOS, you can use Homebrew:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;brew install hugo&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;On Windows, you can use Chocolatey:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;choco install hugo-extended&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;creating-a-new-site&#34;&gt;Creating a New Site&lt;/h2&gt;&#xA;&lt;p&gt;Once Hugo is installed, creating a new site is simple:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;hugo new site my-blog&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;nb&#34;&gt;cd&lt;/span&gt; my-blog&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;adding-content&#34;&gt;Adding Content&lt;/h2&gt;&#xA;&lt;p&gt;Create your first post:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;hugo new posts/my-first-post.md&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;running-the-development-server&#34;&gt;Running the Development Server&lt;/h2&gt;&#xA;&lt;p&gt;Start the development server with:&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
