<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>随笔 on ShawnDeng's Tech Blog</title><link>https://shawndeng.tech/tags/%E9%9A%8F%E7%AC%94/</link><description>Recent content in 随笔 on ShawnDeng's Tech Blog</description><generator>Hugo -- 0.146.0</generator><language>zh-cn</language><lastBuildDate>Tue, 24 Feb 2026 10:00:00 +0800</lastBuildDate><atom:link href="https://shawndeng.tech/tags/%E9%9A%8F%E7%AC%94/index.xml" rel="self" type="application/rss+xml"/><item><title>Hello World - 我的博客上线了！</title><link>https://shawndeng.tech/posts/hello-world/</link><pubDate>Tue, 24 Feb 2026 10:00:00 +0800</pubDate><guid>https://shawndeng.tech/posts/hello-world/</guid><description>&lt;h2 id="欢迎">欢迎！👋&lt;/h2>
&lt;p>这是我的第一篇博客文章。在这里，我会分享：&lt;/p>
&lt;ul>
&lt;li>💻 &lt;strong>技术文章&lt;/strong> - 编程经验和心得&lt;/li>
&lt;li>🛠️ &lt;strong>项目记录&lt;/strong> - 有趣的项目开发过程&lt;/li>
&lt;li>📚 &lt;strong>学习笔记&lt;/strong> - 新技术的探索和总结&lt;/li>
&lt;li>💡 &lt;strong>思考感悟&lt;/strong> - 对技术和生活的思考&lt;/li>
&lt;/ul>
&lt;h2 id="博客技术栈">博客技术栈&lt;/h2>
&lt;p>这个博客使用的技术：&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Hugo&lt;/strong> - 超快的静态网站生成器&lt;/li>
&lt;li>&lt;strong>PaperMod&lt;/strong> - 简洁优雅的主题&lt;/li>
&lt;li>&lt;strong>Nginx&lt;/strong> - Web 服务器&lt;/li>
&lt;li>&lt;strong>Let&amp;rsquo;s Encrypt&lt;/strong> - 免费的 SSL 证书&lt;/li>
&lt;/ul>
&lt;h2 id="代码示例">代码示例&lt;/h2>
&lt;p>来个经典的 Hello World：&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-python" data-lang="python">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#66d9ef">def&lt;/span> &lt;span style="color:#a6e22e">hello_world&lt;/span>():
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> print(&lt;span style="color:#e6db74">&amp;#34;Hello, World!&amp;#34;&lt;/span>)
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> print(&lt;span style="color:#e6db74">&amp;#34;欢迎来到我的博客！&amp;#34;&lt;/span>)
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#66d9ef">if&lt;/span> __name__ &lt;span style="color:#f92672">==&lt;/span> &lt;span style="color:#e6db74">&amp;#34;__main__&amp;#34;&lt;/span>:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> hello_world()
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-javascript" data-lang="javascript">&lt;span style="display:flex;">&lt;span>&lt;span style="color:#66d9ef">function&lt;/span> &lt;span style="color:#a6e22e">helloWorld&lt;/span>() {
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#a6e22e">console&lt;/span>.&lt;span style="color:#a6e22e">log&lt;/span>(&lt;span style="color:#e6db74">&amp;#34;Hello, World!&amp;#34;&lt;/span>);
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> &lt;span style="color:#a6e22e">console&lt;/span>.&lt;span style="color:#a6e22e">log&lt;/span>(&lt;span style="color:#e6db74">&amp;#34;欢迎来到我的博客！&amp;#34;&lt;/span>);
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>}
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#a6e22e">helloWorld&lt;/span>();
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="结语">结语&lt;/h2>
&lt;p>希望这个博客能成为我记录技术成长的地方，也希望能帮到访问的你。&lt;/p>
&lt;p>Stay tuned! 🚀&lt;/p></description></item></channel></rss>