<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog Book on Research Notes</title><link>https://mohanzeyu.com/blog/</link><description>Recent content in Blog Book on Research Notes</description><generator>Hugo</generator><language>en-us</language><copyright>Content by the site author unless otherwise noted. · [浙ICP备2025212075号](https://beian.miit.gov.cn/)</copyright><lastBuildDate>Fri, 24 Apr 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://mohanzeyu.com/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Start Here</title><link>https://mohanzeyu.com/blog/start-here/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://mohanzeyu.com/blog/start-here/</guid><description>&lt;h1 id="start-here"&gt;Start Here&lt;a class="anchor" href="#start-here"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Write directly in &lt;code&gt;content/blog/&lt;/code&gt;. Hugo does not require &lt;code&gt;hugo new content&lt;/code&gt;; that command only creates a starter file from an archetype.&lt;/p&gt;
&lt;p&gt;For simple notes, create an &lt;code&gt;.md&lt;/code&gt; file. For notes with PDFs, images, or other files, create a folder with &lt;code&gt;index.md&lt;/code&gt; and put the files beside it.&lt;/p&gt;</description></item><item><title>Markdown and PDF Workflow</title><link>https://mohanzeyu.com/blog/2026-04-24-document-workflow/</link><pubDate>Fri, 24 Apr 2026 00:00:00 +0800</pubDate><guid>https://mohanzeyu.com/blog/2026-04-24-document-workflow/</guid><description>&lt;h1 id="markdown-and-pdf-workflow"&gt;Markdown and PDF Workflow&lt;a class="anchor" href="#markdown-and-pdf-workflow"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Preferred structure:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;content/blog/2026-04-24-topic-name/
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;├── index.md
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;├── paper.pdf
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;└── notes.pdf&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The &lt;code&gt;index.md&lt;/code&gt; file is the web page. PDFs and figures in the same folder are linked with relative paths.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-markdown" data-lang="markdown"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;[&lt;span style="color:#0550ae"&gt;Download the paper&lt;/span&gt;](&lt;span style="color:#1f2328"&gt;paper.pdf&lt;/span&gt;)
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;![&lt;span style="color:#0550ae"&gt;Experiment figure&lt;/span&gt;](&lt;span style="color:#1f2328"&gt;figure.png&lt;/span&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Keep each note self-contained so it can be moved, renamed, or archived without losing its files.&lt;/p&gt;</description></item></channel></rss>