<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>博客 on Hi,I`m lan</title>
    <link>/tags/%E5%8D%9A%E5%AE%A2/</link>
    <description>Recent content in 博客 on Hi,I`m lan</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 17 Apr 2023 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="/tags/%E5%8D%9A%E5%AE%A2/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>基于giscus打造博客评论系统</title>
      <link>/post/add-comments-with-giscus/</link>
      <pubDate>Mon, 17 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>/post/add-comments-with-giscus/</guid>
      <description>缘由 giscus 与 utterances 评论不同, utterances 直接使用了 github api,因此不需要一个单独的服务,而由于 github discussion 需要使用 graphQL API 访问并且需要 token,因此 giscus 使用 Typescript 实现了一个服务</description>
    </item>
    
    <item>
      <title>为你的博客开启markdown链接检查</title>
      <link>/post/markdown-link-check-github-action/</link>
      <pubDate>Fri, 14 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>/post/markdown-link-check-github-action/</guid>
      <description>缘由 偶然间看到了 github-action-markdown-link-check 这个 github action,想了一下确实挺有用的,当你的博客不断的更新以后,以前有一些文章内引用的链接可能已经是失效了,那么当读者</description>
    </item>
    
    <item>
      <title>为你的博客添加imgbot优化图片</title>
      <link>/post/add-imgbot-for-your-blog-image/</link>
      <pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
      
      <guid>/post/add-imgbot-for-your-blog-image/</guid>
      <description>前言 博客中使用图片是一件很常见的事情,那么图片优化你是怎么做的呢? 我假设我计划做这件事情那么我可能会这样执行: 寻找可以优化图片的工具,保证优</description>
    </item>
    
    <item>
      <title>部署Halo博客</title>
      <link>/post/deploy-halo/</link>
      <pubDate>Fri, 26 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/deploy-halo/</guid>
      <description>前言 jar包部署 注意:jar包部署需要jdk11版本 Docker方式部署 docker方式部署很简单，一条命令即可。 docker run -it -d --name halo -p 8090:8090 -v ~/.halo:/root/.halo halohub/halo 其中</description>
    </item>
    
    <item>
      <title>给hugo博客添加评论功能</title>
      <link>/post/hugo-comment/</link>
      <pubDate>Wed, 17 Feb 2021 00:00:00 +0000</pubDate>
      
      <guid>/post/hugo-comment/</guid>
      <description>缘由 静态博客不像动态博客一样想要什么功能就写个代码实现，但是折腾一番还是可以满足日常需求的。本文主要讲述使用utterances给静态博客实</description>
    </item>
    
  </channel>
</rss>