<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>YuanCoder</title>
        <link>http://yuancoder.com/en/</link>
        <description>YuanCoder blog</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>yuan@yuancoder.com (Yuan)</managingEditor>
            <webMaster>yuan@yuancoder.com (Yuan)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Thu, 01 Dec 2022 15:22:38 &#43;0800</lastBuildDate>
            <atom:link href="http://yuancoder.com/en/index.xml" rel="self" type="application/rss+xml" />
        <item>
    <title>Blogging with Hugo</title>
    <link>http://yuancoder.com/en/hugo-blog/</link>
    <pubDate>Thu, 01 Dec 2022 15:22:38 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/en/hugo-blog/</guid>
    <description><![CDATA[Install macos 1 brew install hugo linux 1 download： https://github.com/gohugoio/hugo/releases/latest Create a site 1 2 3 4 hugo new site yuancoder-hugo cd yuancoder-hugo git init hugo server -D Install theme 1 2 git submodule add https://github.com/dillonzq/LoveIt.git themes/LoveIt echo &#34;theme = &#39;LoveIt&#39;&#34; &gt;&gt; config.toml Directory Structure 1 2 3 4 5 6 7 8 9 10 11 yuancoder/ ├── archetypes/ │ └── default.md ├── assets/ ├── content/ ├── data/ ├── layouts/ ├── public/ ├── static/ ├── themes/ └── config.]]></description>
</item>
</channel>
</rss>
