<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>技术 on Ean7的技术博客</title><link>https://ean7.top/categories/%E6%8A%80%E6%9C%AF/</link><description>Recent content in 技术 on Ean7的技术博客</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Wed, 06 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ean7.top/categories/%E6%8A%80%E6%9C%AF/index.xml" rel="self" type="application/rss+xml"/><item><title>Hello PaperMod</title><link>https://ean7.top/posts/hello/</link><pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate><guid>https://ean7.top/posts/hello/</guid><description>&lt;h1 id="第一篇文章"&gt;第一篇文章&lt;/h1&gt;</description></item><item><title>初见Hugo</title><link>https://ean7.top/posts/hugo/</link><pubDate>Wed, 06 May 2026 00:00:00 +0000</pubDate><guid>https://ean7.top/posts/hugo/</guid><description>&lt;p&gt;我的博客网站：&lt;a href="https://ean7.top/"&gt;Ean7的技术博客&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gohugo.io/"&gt;The world&amp;rsquo;s fastest framework for building websites&lt;/a&gt;&lt;/p&gt;
&lt;h1 id="快速开始"&gt;快速开始&lt;/h1&gt;
&lt;h2 id="一hugo-是什么"&gt;一、Hugo 是什么&lt;/h2&gt;
&lt;p&gt;Hugo 是一个用 Go 写的&lt;strong&gt;静态网站生成器&lt;/strong&gt;，特点是：&lt;strong&gt;速度极快、用 Markdown 写内容、无需后端&lt;/strong&gt;。&lt;/p&gt;
&lt;p&gt;适合：博客 / 文档 / 官网 / 技术站&lt;/p&gt;
&lt;h2 id="二环境准备必须"&gt;二、环境准备（必须）&lt;/h2&gt;
&lt;h3 id="1-安装-hugo"&gt;1. 安装 Hugo&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Windows 推荐：直接下载官方二进制&lt;/li&gt;
&lt;li&gt;或用包管理器（示例）&lt;/li&gt;
&lt;/ul&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;choco install hugo-extended # Windows
brew install hugo # macOS
&lt;/code&gt;&lt;/pre&gt;&lt;blockquote&gt;
&lt;h1 id="linux-安装-hugo"&gt;Linux 安装 Hugo&lt;/h1&gt;
&lt;h4 id="方法1snap最简单推荐"&gt;方法1：Snap（最简单，推荐）&lt;/h4&gt;
&lt;p&gt;适用于 Ubuntu / Debian / 大多数发行版&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;sudo snap install hugo
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;👉 优点：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;一条命令&lt;/li&gt;
&lt;li&gt;自动更新&lt;/li&gt;
&lt;li&gt;官方维护&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="方法2aptubuntu--debian"&gt;方法2：apt（Ubuntu / Debian）&lt;/h4&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;sudo apt update
sudo apt install hugo
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;👉 注意：&lt;/p&gt;</description></item></channel></rss>