<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://your-docusaurus-site.example.com/blog</id>
    <title>X 工程 Blog</title>
    <updated>2021-08-26T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://your-docusaurus-site.example.com/blog"/>
    <subtitle>X 工程 Blog</subtitle>
    <icon>https://your-docusaurus-site.example.com/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[欢迎]]></title>
        <id>https://your-docusaurus-site.example.com/blog/welcome</id>
        <link href="https://your-docusaurus-site.example.com/blog/welcome"/>
        <updated>2021-08-26T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Docusaurus 博客功能 由 博客插件 提供支持。]]></summary>
        <content type="html"><![CDATA[<p><a href="https://docusaurus.io/docs/blog" target="_blank" rel="noopener noreferrer">Docusaurus 博客功能</a> 由 <a href="https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog" target="_blank" rel="noopener noreferrer">博客插件</a> 提供支持。</p>
<p>这里有一些你可能觉得有用的提示。</p>
<p>只需将 Markdown 文件（或文件夹）添加到 <code>blog</code> 目录即可。</p>
<p>常规博客作者可以添加到 <code>authors.yml</code>。</p>
<p>博客文章日期可以从文件名中提取，例如：</p>
<ul>
<li><code>2019-05-30-welcome.md</code></li>
<li><code>2019-05-30-welcome/index.md</code></li>
</ul>
<p>博客文章文件夹可以方便地将博客文章图片放在一起：</p>
<p><img decoding="async" loading="lazy" alt="Docusaurus 毛绒玩具" src="https://your-docusaurus-site.example.com/assets/images/docusaurus-plushie-banner-a60f7593abca1e3eef26a9afa244e4fb.jpeg" width="1500" height="500" class="img_nw5M"></p>
<p>博客也支持标签！</p>
<p><strong>如果你不想要博客</strong>：只需删除此目录，并在你的 Docusaurus 配置中使用 <code>blog: false</code>。</p>]]></content>
        <author>
            <name>Sébastien Lorber</name>
            <uri>https://sebastienlorber.com</uri>
        </author>
        <author>
            <name>Yangshun Tay</name>
            <uri>https://linkedin.com/in/yangshun</uri>
        </author>
        <category label="Facebook" term="Facebook"/>
        <category label="Hello" term="Hello"/>
        <category label="Docusaurus" term="Docusaurus"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[MDX 博客文章]]></title>
        <id>https://your-docusaurus-site.example.com/blog/mdx-blog-post</id>
        <link href="https://your-docusaurus-site.example.com/blog/mdx-blog-post"/>
        <updated>2021-08-01T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[博客文章支持 Docusaurus Markdown 功能，例如 MDX。]]></summary>
        <content type="html"><![CDATA[<p>博客文章支持 <a href="https://docusaurus.io/docs/markdown-features" target="_blank" rel="noopener noreferrer">Docusaurus Markdown 功能</a>，例如 <a href="https://mdxjs.com/" target="_blank" rel="noopener noreferrer">MDX</a>。</p>
<div class="theme-admonition theme-admonition-tip admonition_Ni5J alert alert--success"><div class="admonitionHeading_Ojc0"><span class="admonitionIcon_h4ds"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>提示</div><div class="admonitionContent_B5sK"><p>使用 React 的力量创建交互式博客文章。</p></div></div>
<!-- -->
<p>例如，使用 JSX 创建一个交互式按钮：</p>
<div class="language-js codeBlockContainer_wujE theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_Ighl"><pre tabindex="0" class="prism-code language-js codeBlock_zuLT thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_zxWo"><span class="token-line" style="color:#393A34"><span class="token operator" style="color:#393A34">&lt;</span><span class="token plain">button onClick</span><span class="token operator" style="color:#393A34">=</span><span class="token punctuation" style="color:#393A34">{</span><span class="token punctuation" style="color:#393A34">(</span><span class="token punctuation" style="color:#393A34">)</span><span class="token plain"> </span><span class="token arrow operator" style="color:#393A34">=&gt;</span><span class="token plain"> </span><span class="token function" style="color:#d73a49">alert</span><span class="token punctuation" style="color:#393A34">(</span><span class="token string" style="color:#e3116c">'button clicked!'</span><span class="token punctuation" style="color:#393A34">)</span><span class="token punctuation" style="color:#393A34">}</span><span class="token operator" style="color:#393A34">&gt;</span><span class="token maybe-class-name">Click</span><span class="token plain"> me</span><span class="token operator" style="color:#393A34">!</span><span class="token operator" style="color:#393A34">&lt;</span><span class="token operator" style="color:#393A34">/</span><span class="token plain">button</span><span class="token operator" style="color:#393A34">&gt;</span><br></span></code></pre></div></div>
<button>Click me!</button>]]></content>
        <author>
            <name>Sébastien Lorber</name>
            <uri>https://sebastienlorber.com</uri>
        </author>
        <category label="Docusaurus" term="Docusaurus"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[长博客文章]]></title>
        <id>https://your-docusaurus-site.example.com/blog/long-blog-post</id>
        <link href="https://your-docusaurus-site.example.com/blog/long-blog-post"/>
        <updated>2019-05-29T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[这是一篇很长博客文章的摘要，]]></summary>
        <content type="html"><![CDATA[<p>这是一篇很长博客文章的摘要，</p>
<p>使用 <code>&lt;!--</code> <code>truncate</code> <code>--&gt;</code> 注释来限制列表视图中的博客文章大小。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>
<p>这是一篇很长的博客文章内容。文章包含了很多段落，用于演示如何在博客列表中显示文章摘要，以及如何通过 truncate 标记来控制显示的内容长度。</p>]]></content>
        <author>
            <name>Yangshun Tay</name>
            <uri>https://linkedin.com/in/yangshun</uri>
        </author>
        <category label="Hello" term="Hello"/>
        <category label="Docusaurus" term="Docusaurus"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[第一篇博客文章]]></title>
        <id>https://your-docusaurus-site.example.com/blog/first-blog-post</id>
        <link href="https://your-docusaurus-site.example.com/blog/first-blog-post"/>
        <updated>2019-05-28T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[这是第一篇博客文章的内容...]]></summary>
        <content type="html"><![CDATA[<p>这是第一篇博客文章的内容...</p>
<p>...继续阅读更多内容。这是一篇示例博客文章，用于演示 Docusaurus 的博客功能。</p>]]></content>
        <author>
            <name>Sébastien Lorber</name>
            <uri>https://sebastienlorber.com</uri>
        </author>
        <author>
            <name>Yangshun Tay</name>
            <uri>https://linkedin.com/in/yangshun</uri>
        </author>
        <category label="Hola" term="Hola"/>
        <category label="Docusaurus" term="Docusaurus"/>
    </entry>
</feed>