<?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>zly-Online</title>
    <link>https://www.zly-online.online/</link>
    <description>Recent content on zly-Online</description>
    <generator>Hugo -- 0.157.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sat, 21 Mar 2026 18:08:51 +0800</lastBuildDate>
    <atom:link href="https://www.zly-online.online/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title> How I Built an e-Paper Dashboard with the Help of AI</title>
      <link>https://www.zly-online.online/posts/vibecodingepaperdashboard_en/</link>
      <pubDate>Sat, 21 Mar 2026 18:08:51 +0800</pubDate>
      <guid>https://www.zly-online.online/posts/vibecodingepaperdashboard_en/</guid>
      <description>&lt;p&gt;To begin with, I would like to pose a question: how often do you open the Nanjing University app to check your class schedule?
Personally, I find waiting for the official app to load quite annoying.&lt;/p&gt;
&lt;p&gt;However, I can now check my upcoming classes at a single glance on my desk.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;dashboardview&#34; loading=&#34;lazy&#34; src=&#34;https://www.zly-online.online/image/dashboard2.jpg&#34;&gt;&lt;/p&gt;
&lt;p&gt;Yes, this is my custom Dashboard, which displays my daily class schedule.&lt;/p&gt;
&lt;p&gt;I achieved this e-Paper Dashboard based on the ESP32 microcontroller. It not only displays the course timetable, but also shows my calendar events, the weather forecast, and a proverb from Nietzsche.&lt;/p&gt;</description>
    </item>
    <item>
      <title>电子大一新生是怎么靠 Vibe Coding 搓出一个墨水屏 Dashboard 的</title>
      <link>https://www.zly-online.online/posts/vibecodingepaperdashboard/</link>
      <pubDate>Sun, 15 Mar 2026 16:52:08 +0800</pubDate>
      <guid>https://www.zly-online.online/posts/vibecodingepaperdashboard/</guid>
      <description>&lt;p&gt;&lt;strong&gt;声明：本项目使用了大量的 LLM 辅助编码，不是严肃的极客项目，只是大学生心血来潮想做的东西，实际上手后才发现根本不会，只能全靠 Vibe Coding 了。&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;先看看成果吧~&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;成品&#34; loading=&#34;lazy&#34; src=&#34;https://www.zly-online.online/image/dashboard2.jpg&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;构想&#34;&gt;构想&lt;/h2&gt;
&lt;p&gt;哪一个大学生不想有一个好看的，简约的桌上课表？我初步的想法就是做一个这样的 Dashboard。实际开始了之后，又希望能在上面加上自己的待办、日程和天气等信息。&lt;/p&gt;
&lt;h2 id=&#34;架构&#34;&gt;架构&lt;/h2&gt;
&lt;p&gt;&lt;img alt=&#34;Structure&#34; loading=&#34;lazy&#34; src=&#34;https://www.zly-online.online/image/dashboard_stru.png&#34;&gt;&lt;/p&gt;
&lt;h3 id=&#34;软件&#34;&gt;软件&lt;/h3&gt;
&lt;h4 id=&#34;数据获取&#34;&gt;数据获取&lt;/h4&gt;
&lt;p&gt;我的待办/课程 Deadline 放在 Todoist 中，但我的日程又是使用安卓手机的系统日历（为了使用 AI 自动化加日程），HyperOS 又没有一个想 Google Tasks 一样的 API 来让我直接调用，只能另辟蹊径。&lt;del&gt;好在可以 Vibe Coding&lt;/del&gt;&lt;/p&gt;
&lt;p&gt;我的方案是让 AI 写了一个安卓应用，每一个小时自动发送当日日程到我的服务器上。Todoist 有官方的示例代码且打包成了 Python 库可以直接调用，再也不用折腾微软的 API 了（主包之前用的 MS ToDO）。&lt;/p&gt;
&lt;p&gt;心知天气的免费 API 已经足够我使用。&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;核心模块：如何优雅地把“我的课表”装进墨水屏？&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;和 AI 对线若干轮后，我完成了我需要的：一个支持当前周数判断的自动课表程序。课表保存在服务器的 &lt;code&gt;.json&lt;/code&gt; 文件中。&lt;/p&gt;
&lt;p&gt;它的功能非常直白：&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;正在上课时&lt;/strong&gt;：它会显示当前课程、教室和时间；&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;今天的课上完后&lt;/strong&gt;：它会自动往前看，预告&lt;code&gt;[明日课程]&lt;/code&gt;。&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;Und verloren sei uns der Tag, wo nicht getanzt wurde.&amp;rdquo;&lt;/em&gt;
（每一个不曾起舞的日子，都是对生命的辜负。）&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;如果今天没课，明天也没课，它显示这句尼采的名言。&lt;/p&gt;
&lt;h3 id=&#34;硬件&#34;&gt;硬件&lt;/h3&gt;
&lt;h4 id=&#34;墨水屏&#34;&gt;墨水屏&lt;/h4&gt;
&lt;p&gt;购买了微雪电子的4.2寸墨水屏，配套的开发板是 ESP32，内置了 Wi-Fi 和蓝牙，非常适合这个项目。&lt;/p&gt;</description>
    </item>
    <item>
      <title>英语语料</title>
      <link>https://www.zly-online.online/posts/redemittel/</link>
      <pubDate>Mon, 09 Mar 2026 12:44:21 +0800</pubDate>
      <guid>https://www.zly-online.online/posts/redemittel/</guid>
      <description>&lt;h2 id=&#34;sentence-patterns-to-provide-examples&#34;&gt;Sentence patterns to provide examples:&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This is evident when I&amp;hellip;&lt;/li&gt;
&lt;li&gt;For example, I often&amp;hellip;&lt;/li&gt;
&lt;li&gt;For instance, I tend to&amp;hellip;&lt;/li&gt;
&lt;li&gt;I demonstrate this by&amp;hellip;&lt;/li&gt;
&lt;li&gt;This manifests in my daily life when I&amp;hellip;&lt;/li&gt;
&lt;li&gt;A clear example is when I&amp;hellip;&lt;/li&gt;
&lt;li&gt;A recent example of this is when I&amp;hellip;&lt;/li&gt;
&lt;li&gt;You can see this in the way I&amp;hellip;&lt;/li&gt;
&lt;li&gt;My strength lies in&amp;hellip;&lt;/li&gt;
&lt;li&gt;I excel at&amp;hellip;&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>一些有趣的 Github 项目</title>
      <link>https://www.zly-online.online/posts/fungithub/</link>
      <pubDate>Sun, 08 Mar 2026 11:23:45 +0800</pubDate>
      <guid>https://www.zly-online.online/posts/fungithub/</guid>
      <description>&lt;p&gt;一些&lt;del&gt;我认为&lt;/del&gt;有趣的 Github 项目，主要来源于 &lt;a href=&#34;https://hellogithub.com/&#34;&gt;HelloGitHub&lt;/a&gt; 上的精选，持续更新&amp;hellip;&amp;hellip;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;ToDo:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;input disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 阅读它们&lt;/li&gt;
&lt;li&gt;&lt;input checked=&#34;&#34; disabled=&#34;&#34; type=&#34;checkbox&#34;&gt; 分类整理&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id=&#34;ai--machine-learning&#34;&gt;AI &amp;amp; Machine Learning&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/codexu/note-gen&#34;&gt;AI-Markdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/zuruoke/watermark-removal&#34;&gt;WaterMark Removal&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/jomjol/AI-on-the-edge-device&#34;&gt;AI on the edge device&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/mrdbourke/pytorch-deep-learning&#34;&gt;PyTorch-Deep-Learning&lt;/a&gt; see also &lt;a href=&#34;https://github.com/TingsongYu/PyTorch-Tutorial-2nd&#34;&gt;PyTorch Tutial 2nd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/Ceelog/DictionaryByGPT4&#34;&gt;Wordlist generated with GPT&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/facefusion/facefusion&#34;&gt;FaceFusion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/lukas-blecher/LaTeX-OCR&#34;&gt;LaTex-OCR&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/chenzomi12/DeepLearningSystem&#34;&gt;Learning DeepLearningSystem&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;productivity--tools&#34;&gt;Productivity &amp;amp; Tools&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/mayswind/ezbookkeeping&#34;&gt;记账&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/PDFCraftTool/pdfcraft&#34;&gt;PDF-Tools&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/simonoppowa/OpenNutriTracker&#34;&gt;Food-Tracer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/vladelaina/Catime&#34;&gt;Timer&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/saber-notes/saber&#34;&gt;Handwrited Note&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/blossom-editor/blossom&#34;&gt;Double-chain Note&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/markmap/markmap&#34;&gt;Markdown to Mindmap converter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/SubtitleEdit/subtitleedit&#34;&gt;Subtitle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yuka-friends/Windrecorder&#34;&gt;ScreenRecorder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/xifangczy/cat-catch&#34;&gt;Catch resources on websites&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/johannesjo/super-productivity&#34;&gt;Todo List&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/spieglt/FlyingCarpet&#34;&gt;File Transport with WLAN&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/microsoft/markitdown&#34;&gt;MarkItDown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/ZCShou/GoGoGo&#34;&gt;Virtual Location&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;development--system&#34;&gt;Development &amp;amp; System&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/moudey/Shell&#34;&gt;Windows extension&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/yorukot/superfile&#34;&gt;File Manager on Shell&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/astral-sh/uv&#34;&gt;uv- Python package management&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/GrapesJS/grapesjs&#34;&gt;Web-Builder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/Ciphey/Ciphey&#34;&gt;Automated Decoder&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/mherrmann/helium&#34;&gt;Broser Automation with Python&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/TranslucentTB/TranslucentTB&#34;&gt;Windows Translucent&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;hardware--iot&#34;&gt;Hardware &amp;amp; IoT&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/dmcke5/Hapticpad&#34;&gt;Padel with Force feedback&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/scottbez1/smartknob&#34;&gt;SmartKnob&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/MuShibo/Micro-Wheeled_leg-Robot&#34;&gt;Two-Wheel Robot&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/Aircoookie/WLED&#34;&gt;WLAN-controled LED based on ESP32&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/XiaoMi/ha_xiaomi_home&#34;&gt;Xiaomi Home Assistant&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/joeycastillo/Sensor-Watch&#34;&gt;Opensourced Casio F-91W PCB&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/mitxela/candle&#34;&gt;Candle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/lmarzen/esp32-weather-epd&#34;&gt;e-Paper Weather Dashboard&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/L42ARO/Mercury-Transforming-Drone&#34;&gt;Transforming Drone&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;design--resources&#34;&gt;Design &amp;amp; Resources&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/subframe7536/maple-font&#34;&gt;字体&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/SimonAKing/HomePage&#34;&gt;Fancy-Homepage&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;del&gt;&lt;a href=&#34;https://github.com/TapXWorld/ChinaTextbook&#34;&gt;China-Textbook&lt;/a&gt;&lt;/del&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/SAWARATSUKI/ServiceLogos&#34;&gt;ServiceLogos&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/zxyle/PDF-Explained&#34;&gt;PDF-Explained&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/sun0225SUN/Awesome-Love-Code&#34;&gt;Love Code&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/AnubisNekhet/AnuPpuccin&#34;&gt;Beautiful Obsidian Theme&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/xinychen/latex-cookbook&#34;&gt;LaTex Writing&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;others&#34;&gt;Others&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://github.com/ruvnet/RuView&#34;&gt;RuView-WiFi Sensor&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>HugoGuidance</title>
      <link>https://www.zly-online.online/posts/hugoguidance/</link>
      <pubDate>Fri, 06 Mar 2026 17:32:51 +0800</pubDate>
      <guid>https://www.zly-online.online/posts/hugoguidance/</guid>
      <description>&lt;p&gt;&lt;strong&gt;网站使用了 Gemini 来帮我建立，这是 Gemini 总结的备忘，放在上面。&lt;/strong&gt;&lt;/p&gt;
&lt;h3 id=&#34;站点基础信息与个人名片配置&#34;&gt;站点基础信息与个人名片配置&lt;/h3&gt;
&lt;p&gt;主页的名称、个人简介、暗黑模式开关以及社交链接，全部由项目根目录下的 &lt;code&gt;hugo.toml&lt;/code&gt; 文件控制。使用 Vim 打开该文件，直接修改对应字段即可。&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-toml&#34; data-lang=&#34;toml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;baseURL&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;http://你的服务器IP或域名/&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;languageCode&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;zh-cn&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;title&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;我的个人主页&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#a6e22e&#34;&gt;theme&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#39;PaperMod&amp;#39;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;[&lt;span style=&#34;color:#a6e22e&#34;&gt;params&lt;/span&gt;]
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#a6e22e&#34;&gt;defaultTheme&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;auto&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#a6e22e&#34;&gt;ShowThemeToggle&lt;/span&gt; = &lt;span style=&#34;color:#66d9ef&#34;&gt;true&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#a6e22e&#34;&gt;author&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;你的名字&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;[&lt;span style=&#34;color:#a6e22e&#34;&gt;params&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;homeInfoParams&lt;/span&gt;]
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#a6e22e&#34;&gt;Title&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;你好，我是 [你的名字] 👋&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#a6e22e&#34;&gt;Content&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&amp;#34;&amp;#34;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;欢迎来到我的个人主页。
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&amp;#34;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;[[&lt;span style=&#34;color:#a6e22e&#34;&gt;params&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;socialIcons&lt;/span&gt;]]
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#a6e22e&#34;&gt;name&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;github&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#a6e22e&#34;&gt;url&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;https://github.com/你的GitHub用户名&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;浏览器标签页图标-favicon-设置&#34;&gt;浏览器标签页图标 (Favicon) 设置&lt;/h3&gt;
&lt;p&gt;为网页添加自定义图标，无需修改前端代码，分为文件放置与路径声明两步：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;准备一张名为 &lt;code&gt;favicon.png&lt;/code&gt; 的正方形图片（建议透明背景）。&lt;/li&gt;
&lt;li&gt;将图片直接放在项目根目录的 &lt;code&gt;static/&lt;/code&gt; 文件夹下（即路径为 &lt;code&gt;static/favicon.png&lt;/code&gt;）。&lt;/li&gt;
&lt;li&gt;在 &lt;code&gt;hugo.toml&lt;/code&gt; 文件的最下方补充资产声明配置：&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-toml&#34; data-lang=&#34;toml&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;[&lt;span style=&#34;color:#a6e22e&#34;&gt;params&lt;/span&gt;.&lt;span style=&#34;color:#a6e22e&#34;&gt;assets&lt;/span&gt;]
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#a6e22e&#34;&gt;favicon&lt;/span&gt; = &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;/favicon.png&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;页脚-icp-备案号添加&#34;&gt;页脚 ICP 备案号添加&lt;/h3&gt;
&lt;p&gt;Hugo 支持通过局部模块注入内容，避免破坏主题原生代码。&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;在根目录下依次进入或创建文件夹：&lt;code&gt;layouts/partials/&lt;/code&gt;。&lt;/li&gt;
&lt;li&gt;使用 Vim 创建文件 &lt;code&gt;extend_footer.html&lt;/code&gt;。&lt;/li&gt;
&lt;li&gt;填入以下 HTML 代码，颜色变量 &lt;code&gt;var(--secondary)&lt;/code&gt; 会自动适配网站的亮暗色模式：&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-html&#34; data-lang=&#34;html&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;div&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;style&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;margin-top: 10px; font-size: 14px;&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &amp;lt;&lt;span style=&#34;color:#f92672&#34;&gt;a&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;href&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;https://beian.miit.gov.cn/&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;target&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;_blank&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;rel&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;noopener&amp;#34;&lt;/span&gt; &lt;span style=&#34;color:#a6e22e&#34;&gt;style&lt;/span&gt;&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;color: var(--secondary);&amp;#34;&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;        苏ICP备XXXXXXXX号-1
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &amp;lt;/&lt;span style=&#34;color:#f92672&#34;&gt;a&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&amp;lt;/&lt;span style=&#34;color:#f92672&#34;&gt;div&lt;/span&gt;&amp;gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;新文章创建与本地图片引用&#34;&gt;新文章创建与本地图片引用&lt;/h3&gt;
&lt;p&gt;内容创作完全通过终端命令生成模板，并通过 Markdown 语法进行排版。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
