46 lines
5.5 KiB
XML
46 lines
5.5 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Chirpy</title><link>https://geekifan.github.io/chirpy-starter/zh-cn/post/</link><description>Recent content in Posts on Chirpy</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Sun, 11 Aug 2019 00:34:00 +0800</lastBuildDate><atom:link href="https://geekifan.github.io/chirpy-starter/zh-cn/post/index.xml" rel="self" type="application/rss+xml"/><item><title>自定义网站图标</title><link>https://geekifan.github.io/chirpy-starter/zh-cn/post/2019-08-11-customize-the-favicon/</link><pubDate>Sun, 11 Aug 2019 00:34:00 +0800</pubDate><guid>https://geekifan.github.io/chirpy-starter/zh-cn/post/2019-08-11-customize-the-favicon/</guid><description><p><a href="https://github.com/cotes2020/jekyll-theme-chirpy/"><strong>Chirpy</strong></a> 的<a href="https://www.favicon-generator.org/about/">网站图标</a>放置在 <code class="filepath">assets/img/favicons/</code> 目录中。您可能想用自己的图标替换它们。以下部分将指导您创建和替换默认网站图标。</p>
|
||
<h2 id="生成网站图标" id=生成网站图标>
|
||
|
||
<span class="me-2">生成网站图标</span>
|
||
<a href="#%e7%94%9f%e6%88%90%e7%bd%91%e7%ab%99%e5%9b%be%e6%a0%87" class="anchor text-muted"><i class="fas fa-hashtag"></i></a>
|
||
|
||
</h2><p>准备一张尺寸为 512x512 或更大的正方形图像(PNG、JPG 或 SVG),然后前往在线工具 <a href="https://realfavicongenerator.net/"><strong>Real Favicon Generator</strong></a>,点击 <kbd>Select your Favicon image</kbd> 按钮上传您的图像文件。</p></description></item><item><title>开始使用</title><link>https://geekifan.github.io/chirpy-starter/zh-cn/post/2019-08-09-getting-started/</link><pubDate>Fri, 09 Aug 2019 20:55:00 +0800</pubDate><guid>https://geekifan.github.io/chirpy-starter/zh-cn/post/2019-08-09-getting-started/</guid><description><blockquote class="prompt-warning"><p><strong>NOTE:</strong> 该教程还没有完成从 Jekyll 版本的迁移,请谨慎参考。</p></blockquote>
|
||
<h2 id="创建站点仓库" id=创建站点仓库>
|
||
|
||
<span class="me-2">创建站点仓库</span>
|
||
<a href="#%e5%88%9b%e5%bb%ba%e7%ab%99%e7%82%b9%e4%bb%93%e5%ba%93" class="anchor text-muted"><i class="fas fa-hashtag"></i></a>
|
||
|
||
</h2><p>创建站点仓库时,根据您的需求有两种选择:</p>
|
||
<h3 id="选项1-使用起始模板推荐" id=选项1-使用起始模板推荐>
|
||
|
||
<span class="me-2">选项1. 使用起始模板(推荐)</span>
|
||
<a href="#%e9%80%89%e9%a1%b91-%e4%bd%bf%e7%94%a8%e8%b5%b7%e5%a7%8b%e6%a8%a1%e6%9d%bf%e6%8e%a8%e8%8d%90" class="anchor text-muted"><i class="fas fa-hashtag"></i></a>
|
||
|
||
</h3><p>这种方法简化了升级过程,隔离了不必要的文件,非常适合那些想专注于写作而不需要太多配置的用户。</p></description></item><item><title>撰写新文章</title><link>https://geekifan.github.io/chirpy-starter/zh-cn/post/2019-08-08-write-a-new-post/</link><pubDate>Thu, 08 Aug 2019 14:10:00 +0800</pubDate><guid>https://geekifan.github.io/chirpy-starter/zh-cn/post/2019-08-08-write-a-new-post/</guid><description><p>本教程将指导您如何在 <em>Chirpy</em> 模板中撰写文章,即使您以前使用过 Hugo,也值得阅读,因为许多功能需要设置特定变量。</p>
|
||
<h2 id="命名和路径" id=命名和路径>
|
||
|
||
<span class="me-2">命名和路径</span>
|
||
<a href="#%e5%91%bd%e5%90%8d%e5%92%8c%e8%b7%af%e5%be%84" class="anchor text-muted"><i class="fas fa-hashtag"></i></a>
|
||
|
||
</h2><p>创建一个新文件,使用 <code>hugo new content/post/YYYY-MM-DD-TITLE.md</code>。您可以根据自己的喜好更改路径,但请注意,所有文章都应该放在根目录的 <code class="filepath">content/post</code> 中。</p></description></item><item><title>文本和排版</title><link>https://geekifan.github.io/chirpy-starter/zh-cn/post/2019-08-08-text-and-typography/</link><pubDate>Thu, 08 Aug 2019 11:33:00 +0800</pubDate><guid>https://geekifan.github.io/chirpy-starter/zh-cn/post/2019-08-08-text-and-typography/</guid><description><h2 id="标题" id=标题>
|
||
|
||
<span class="me-2">标题</span>
|
||
<a href="#%e6%a0%87%e9%a2%98" class="anchor text-muted"><i class="fas fa-hashtag"></i></a>
|
||
|
||
</h2><!-- markdownlint-capture -->
|
||
<!-- markdownlint-disable -->
|
||
<h1 id="h1--标题" class=mt-4 mb-0 data-toc-skip=true id=h1--标题>
|
||
H1 — 标题
|
||
</h1><h2 id="h2--标题" class=mt-4 mb-0 data-toc-skip=true id=h2--标题>
|
||
H2 — 标题
|
||
</h2><h3 id="h3--标题" class=mt-4 mb-0 data-toc-skip=true id=h3--标题>
|
||
H3 — 标题
|
||
</h3><h4 id="h4--标题" class=mt-4 data-toc-skip=true id=h4--标题>
|
||
H4 — 标题
|
||
</h4><!-- markdownlint-restore -->
|
||
<h2 id="段落" id=段落>
|
||
|
||
<span class="me-2">段落</span>
|
||
<a href="#%e6%ae%b5%e8%90%bd" class="anchor text-muted"><i class="fas fa-hashtag"></i></a>
|
||
|
||
</h2><p>这是一个段落示例。在这里,我们可以看到段落是如何在 Markdown 中呈现的。段落是由一个或多个连续的文本行组成,它们之间用一个或多个空行分隔。正常的段落不应该用空格或制表符缩进。这样可以保持文档的整洁和一致性。文本排版是网页设计和内容创作中的重要元素,良好的排版可以提高可读性和美观度。</p></description></item></channel></rss> |