<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Hugo - 标签 - DarkGoldBar的主页</title>
        <link>https://darkgoldbar.github.io/tags/hugo/</link>
        <description>Hugo - 标签 - DarkGoldBar的主页</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>hanetama@qq.com (DarkGoldBar)</managingEditor>
            <webMaster>hanetama@qq.com (DarkGoldBar)</webMaster><lastBuildDate>Sun, 19 Mar 2023 14:02:00 &#43;0800</lastBuildDate><atom:link href="https://darkgoldbar.github.io/tags/hugo/" rel="self" type="application/rss+xml" /><item>
    <title>制作一个无服务器博客评论系统</title>
    <link>https://darkgoldbar.github.io/posts/code/create-a-severless-blog-comment-system/</link>
    <pubDate>Sun, 19 Mar 2023 14:02:00 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/create-a-severless-blog-comment-system/</guid>
    <description><![CDATA[<h2 id="前言">前言</h2>
<p>做完访客计数之后，就在调研哪个博客评论系统好用。
先看了一遍LoveIt模板的支持列表，海外的服务的主要问题是禁止访问和访问速度很慢。
注意到Valine是用的国内的LeanCloud，尝试注册了一下，居然找我要身份证+支付宝验证，直接给我吓跑了。
看来还是得靠自己，这里我选择用 AWS Lambda + DynamoDB 做一个自己的评论系统。</p>]]></description>
</item>
<item>
    <title>用AWS做一个免费的访客计数</title>
    <link>https://darkgoldbar.github.io/posts/code/create-a-visitor-counter-with-aws/</link>
    <pubDate>Wed, 01 Mar 2023 15:48:45 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/create-a-visitor-counter-with-aws/</guid>
    <description><![CDATA[<p>介绍如何在在自己的静态网站中从头制作一个访客计数器，最后插入到Hugo模板中，使每个博客页面都获得计数功能。</p>]]></description>
</item>
<item>
    <title>Windows下建立新的Hugo工作环境</title>
    <link>https://darkgoldbar.github.io/posts/code/setting-up-new-working-env/</link>
    <pubDate>Fri, 27 Jan 2023 22:19:02 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/setting-up-new-working-env/</guid>
    <description><![CDATA[安装 VSCode 官网下载安装 https://code.visualstudio.com/Download 安装git 打开VSCode, 侧栏里打开git面板, 没有找到git的时候, 会提示你下载安装git, 跟随链接安装即可 (此处应]]></description>
</item>
<item>
    <title>Hugo-LoveIt代码笔记</title>
    <link>https://darkgoldbar.github.io/posts/code/learn-note-hugo-loveit/</link>
    <pubDate>Mon, 24 Oct 2022 14:41:20 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/learn-note-hugo-loveit/</guid>
    <description><![CDATA[命令行 创建一个新的文章 hugo new [path] [flags] hugo new posts/1.md 开启本地预览 hugo serve -D 文档编辑 语法 基础语法 扩展语法 简便语法 扩展简便语法 插图 静态图片复制到static/ima]]></description>
</item>
</channel>
</rss>
