<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>Hughsean</title>
    <subtitle>Hughsean 的个人网站</subtitle>
    <link rel="self" type="application/atom+xml" href="https://hughsean.online/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://hughsean.online"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2024-02-01T00:00:00+00:00</updated>
    <id>https://hughsean.online/atom.xml</id>
    <entry xml:lang="en">
        <title>示例项目</title>
        <published>2024-02-01T00:00:00+00:00</published>
        <updated>2024-02-01T00:00:00+00:00</updated>
        
        <author>
          <name>Unknown</name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://hughsean.online/projects/sample-project/"/>
        <id>https://hughsean.online/projects/sample-project/</id>
        
        <content type="html" xml:base="https://hughsean.online/projects/sample-project/">&lt;p&gt;这是一个示例项目占位，用来验证项目列表与详情页的渲染。&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;技术栈&lt;/strong&gt;：Rust / Zola&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;状态&lt;/strong&gt;：进行中&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;稍后替换为真实项目介绍。&lt;/p&gt;
</content>
        
    </entry>
    <entry xml:lang="en">
        <title>Hello World</title>
        <published>2024-01-01T00:00:00+00:00</published>
        <updated>2024-01-01T00:00:00+00:00</updated>
        
        <author>
          <name>Unknown</name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://hughsean.online/blog/hello-world/"/>
        <id>https://hughsean.online/blog/hello-world/</id>
        
        <content type="html" xml:base="https://hughsean.online/blog/hello-world/">&lt;p&gt;网站上线了。这是第一篇文章，也是这个框架的第一次真实渲染。&lt;/p&gt;
&lt;h2 id=&quot;wei-shen-me-yong-zola&quot;&gt;为什么用 Zola&lt;/h2&gt;
&lt;p&gt;Zola 是一个用 Rust 编写的静态网站生成器：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;单个二进制文件，零运行时依赖&lt;/li&gt;
&lt;li&gt;内置 Sass 编译、语法高亮、图片处理&lt;/li&gt;
&lt;li&gt;模板引擎 Tera，语法类似 Jinja2&lt;/li&gt;
&lt;li&gt;产物是纯静态 HTML，随便丢到 Nginx 就能跑&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;一段示例代码：&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #CDD6F4; background-color: #1E1E2E;&quot; &gt;&lt;code data-lang=&quot;rust&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #CBA6F7;&quot;&gt;fn&lt;/span&gt;&lt;span style=&quot;color: #89B4FA;font-style: italic;&quot;&gt; main&lt;/span&gt;&lt;span style=&quot;color: #9399B2;&quot;&gt;() {&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #89B4FA;font-style: italic;&quot;&gt;    println!&lt;/span&gt;&lt;span style=&quot;color: #9399B2;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #A6E3A1;&quot;&gt;&amp;quot;Hello, Hughsean!&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #9399B2;&quot;&gt;);&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #9399B2;&quot;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;h2 id=&quot;jie-xia-lai&quot;&gt;接下来&lt;/h2&gt;
&lt;p&gt;更多内容稍后补充。这个框架已经准备好接收它们了。&lt;/p&gt;
</content>
        
    </entry>
</feed>
