<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Hugo - 标签 - YuanCoder</title>
        <link>http://yuancoder.com/tags/hugo/</link>
        <description>Hugo - 标签 - YuanCoder</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</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>Fri, 02 Dec 2022 17:04:43 &#43;0800</lastBuildDate><atom:link href="http://yuancoder.com/tags/hugo/" rel="self" type="application/rss+xml" /><item>
    <title>Github Action 自动化部署 Hugo 博客</title>
    <link>http://yuancoder.com/blog-github-action/</link>
    <pubDate>Fri, 02 Dec 2022 17:04:43 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/blog-github-action/</guid>
    <description><![CDATA[1. 概述 目前我的博客发布流程是： 执行 hugo 命令编译成静态页面。 同步静态页面到自己的服务器上。 自动部署就是在 git push 时自动触发执行上面两个步骤，这时候就]]></description>
</item>
<item>
    <title>博客增加评论</title>
    <link>http://yuancoder.com/blog-comment/</link>
    <pubDate>Thu, 01 Dec 2022 19:40:26 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/blog-comment/</guid>
    <description><![CDATA[一开始使用 gitalk 作为评论系统，发现配置完有一些问题， 后面选用了 giscus。 giscus 的配置还是非常简单的。 跟着 giscus页面 https://giscus.app/zh-CN 一步步操作，最后会生成]]></description>
</item>
<item>
    <title>使用 Hugo 搭建博客</title>
    <link>http://yuancoder.com/hugo-blog/</link>
    <pubDate>Wed, 30 Nov 2022 18:30:05 &#43;0800</pubDate>
    <author>Yuan</author>
    <guid>http://yuancoder.com/hugo-blog/</guid>
    <description><![CDATA[安装 macos 1 brew install hugo linux 1 下载： https://github.com/gohugoio/hugo/releases/latest 创建站点 1 2 3 4 hugo new site yuancoder-hugo cd yuancoder-hugo git init hugo server -D 安装主题 1 2 git submodule add https://github.com/dillonzq/LoveIt.git themes/LoveIt echo &#34;theme = &#39;LoveIt&#39;&#34; &gt;&gt; config.toml 目录结构 1 2 3 4 5 6 7 8 9 10 11 yuancoder/ ├── archetypes/ #]]></description>
</item>
</channel>
</rss>
