{
    "version": "https://jsonfeed.org/version/1",
    "title": "Your Blog",
    "home_page_url": "https://xxx.com",
    "feed_url": "https://xxx.com/feed.json",
    "description": "Your Blog Description",
    "icon": "https://xxx.com/favicon.png",
    "author": {
        "name": "Your Name",
        "url": "https://xxx.com"
    },
    "items": [
        {
            "id": "https://xxx.com/blog/hello-world",
            "content_html": "<p>这篇文章包含markdown语法基本的内容。</p>\n<p>在markdown里可以使用 \\ 对特殊符号进行转义。  </p>\n<h1>1. 标题</h1>\n<p><strong>语法</strong></p>\n<pre><code class=\"language-md\"># This is an &lt;h1&gt; tag\n## This is an &lt;h2&gt; tag\n### This is an &lt;h3&gt; tag\n#### This is an &lt;h4&gt; tag\n</code></pre>\n<p><strong>实例</strong></p>\n<h1>This is an h1 tag</h1>\n<h2>This is an h2 tag</h2>\n<h3>This is an h3 tag</h3>\n<h4>This is an h4 tag</h4>\n<h1>2. 强调和斜体</h1>\n<p><strong>语法</strong></p>\n<pre><code class=\"language-md\">*This text will be italic*\n_This will also be italic_\n\n**This text will be bold**\n__This will also be bold__\n</code></pre>\n<p><strong>实例</strong></p>\n<p><em>This text will be italic</em>\n<em>This will also be italic</em></p>\n<p><strong>This text will be bold</strong>\n<strong>This will also be bold</strong></p>\n<h1>3. 有序列表和无序列表</h1>\n<p><strong>语法</strong></p>\n<pre><code class=\"language-md\">* Item 1\n* Item 2\n* Item 3\n\n1. Item 1\n2. Item 2\n3. Item 3\n</code></pre>\n<p><strong>实例</strong></p>\n<ul>\n<li>Item 1</li>\n<li>Item 2</li>\n<li>Item 3</li>\n</ul>\n<ol>\n<li>Item 1</li>\n<li>Item 2</li>\n<li>Item 3</li>\n</ol>\n<h1>4. 图片</h1>\n<p><strong>语法</strong></p>\n<pre><code>![img-name](img-url)\n</code></pre>\n<p><strong>实例</strong>\n<img src=\"https://storage.guangzhengli.com/images/wechat-official-account.png\" alt=\"微信公众号\"></p>\n<h1>5. 超链接</h1>\n<p><strong>语法</strong></p>\n<pre><code>[link-name](link-url)\n</code></pre>\n<p><strong>实例</strong></p>\n<p><a href=\"https://storage.guangzhengli.com/images/wechat-official-account.png\">微信公众号链接</a></p>\n<h1>6. 引用</h1>\n<p><strong>语法</strong></p>\n<pre><code class=\"language-md\">&gt; 引用本意是引用别人的话之类  \n</code></pre>\n<p><strong>实例</strong></p>\n<blockquote>\n<p>If you please draw me a sheep!<br>不想当将军的士兵, 不是好士兵.  </p>\n</blockquote>\n<h1>7. 单行代码</h1>\n<p><strong>语法</strong></p>\n<pre><code>`This is an inline code.`\n</code></pre>\n<p><strong>实例</strong></p>\n<p><code>同样的单行代码, 我经常用来显示特殊名词</code></p>\n<h1>8. 多行代码</h1>\n<p><strong>语法</strong></p>\n<pre><code class=\"language-md\">​```js\nfor (var i=0; i&lt;100; i++) {\n    console.log(&quot;hello world&quot; + i);\n}\n​```\n</code></pre>\n<p><strong>实例</strong></p>\n<pre><code class=\"language-js\">for (var i=0; i&lt;100; i++) {\n    console.log(&quot;hello world&quot; + i);\n}\n</code></pre>\n<p>也可以通过缩进来显示代码, 下面是示例:  </p>\n<pre><code>console.loe(&quot;Hello_World&quot;);\n</code></pre>\n<h1>9. 表格</h1>\n<h2>Table</h2>\n<table>\n<thead>\n<tr>\n<th>Table Header 1</th>\n<th>Table Header 2</th>\n<th>Table Header 3</th>\n</tr>\n</thead>\n<tbody><tr>\n<td>Division 1</td>\n<td>Division 2</td>\n<td>Division 3</td>\n</tr>\n<tr>\n<td>Division 1</td>\n<td>Division 2</td>\n<td>Division 3</td>\n</tr>\n<tr>\n<td>Division 1</td>\n<td>Division 2</td>\n<td>Division 3</td>\n</tr>\n</tbody></table>\n<h1>参考链接</h1>\n<ul>\n<li><a href=\"https://guides.github.com/features/mastering-markdown/\">https://guides.github.com/features/mastering-markdown/</a>  </li>\n<li><a href=\"https://help.github.com/articles/basic-writing-and-formatting-syntax/\">https://help.github.com/articles/basic-writing-and-formatting-syntax/</a></li>\n</ul>\n",
            "url": "https://xxx.com/blog/hello-world",
            "title": "Markdown 基本用法",
            "summary": "这篇文章包含markdown语法基本的内容。",
            "date_modified": "2025-04-05T12:10:00.000Z",
            "author": {
                "name": "Your Name",
                "url": "https://xxx.com"
            }
        },
        {
            "id": "https://xxx.com/blog/intro",
            "content_html": "<p>这是一个 Nextjs 博客模板，本文会介绍这个模板的一些基本用法。</p>\n<p>这个博客模板并没有设计成一个开箱即用的配置型模板，需要用户自行在代码中找到对应的配置。</p>\n<h2>1. 如何编写博客</h2>\n<p>这个仓库的博客文件需要放在 <code>src/content/blog</code> 目录下，可以是 markdown 文件，也可以是 mdx 文件。</p>\n<p>有以下这些元数据需要用户自行根据需要进行配置：</p>\n<ul>\n<li><code>title</code>: 博客标题</li>\n<li><code>date</code>: 博客发布日期</li>\n<li><code>updated</code>: 博客更新日期</li>\n<li><code>keywords</code>: 博客关键词，优化 SEO</li>\n<li><code>featured</code>: 是否放在首页</li>\n<li><code>summary</code>: 博客摘要</li>\n</ul>\n<h2>2. 博客配置</h2>\n",
            "url": "https://xxx.com/blog/intro",
            "title": "博客模板介绍",
            "summary": "这是一个 Nextjs 博客模板，本文会介绍这个模板的一些基本用法",
            "date_modified": "2025-04-05T12:10:00.000Z",
            "author": {
                "name": "Your Name",
                "url": "https://xxx.com"
            }
        }
    ]
}