<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/rss/feed.xsl" type="text/xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>My Tech Weekly | 伊霍安の博客</title><description>My Tech Weekly RSS Feed</description><link>https://yhoaua.github.io</link><language>en</language><item><title>Example Weekly Vol.1</title><link>https://yhoaua.github.io/en/post/weekly-example-1</link><guid isPermaLink="false">en:weekly:weekly-example-1</guid><description>This is an example weekly issue, demonstrating how the weekly/series feature works. Ideal for publishing regularly updated serial content.</description><pubDate>Wed, 03 Jan 2024 16:00:00 GMT</pubDate><content:encoded>&lt;p&gt;This is an example weekly issue, demonstrating how the weekly/series feature works.&lt;/p&gt;
&lt;h2&gt;About the Weekly Feature&lt;a href=&quot;#about-the-weekly-feature&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The weekly feature is one of astro-koharu’s signature capabilities, ideal for publishing regularly updated serial content such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Tech newsletters&lt;/li&gt;
&lt;li&gt;Reading notes series&lt;/li&gt;
&lt;li&gt;Learning journals&lt;/li&gt;
&lt;li&gt;Project progress updates&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Weekly Configuration&lt;a href=&quot;#weekly-configuration&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Configure in &lt;code&gt;config/site.yaml&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;&lt;span&gt;featuredSeries&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;span&gt;  categoryName&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;周刊&lt;/span&gt;&lt;span&gt;       # Category name&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;span&gt;  label&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;My Weekly&lt;/span&gt;&lt;span&gt;          # Display label&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;span&gt;  fullName&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;My Tech Weekly&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;span&gt;  description&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;Weekly description...&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;span&gt;  cover&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;/img/weekly_header.webp&lt;/span&gt;&lt;/span&gt;
&lt;span&gt;&lt;span&gt;  enabled&lt;/span&gt;&lt;span&gt;: &lt;/span&gt;&lt;span&gt;true&lt;/span&gt;&lt;span&gt;            # Set false to disable&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Weekly Features&lt;a href=&quot;#weekly-features&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Dedicated Page&lt;/strong&gt; - Each series has its own page at &lt;code&gt;/weekly&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Homepage Display&lt;/strong&gt; - The latest issue is pinned on the homepage&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Separate Listing&lt;/strong&gt; - Weekly posts don’t appear in the regular post list&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Series Navigation&lt;/strong&gt; - Previous/next navigation between issues&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;This Week’s Content&lt;a href=&quot;#this-weeks-content&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h3&gt;Recommended Reading&lt;a href=&quot;#recommended-reading&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://astro.build&quot;&gt;Astro 5.0 New Features&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://tailwindcss.com&quot;&gt;Tailwind CSS 4.0 Released&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Tool Recommendations&lt;a href=&quot;#tool-recommendations&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;




















&lt;table&gt;&lt;thead&gt;&lt;tr&gt;&lt;th&gt;Tool&lt;/th&gt;&lt;th&gt;Purpose&lt;/th&gt;&lt;th&gt;Link&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;Biome&lt;/td&gt;&lt;td&gt;Code linting&lt;/td&gt;&lt;td&gt;biome.dev&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Motion&lt;/td&gt;&lt;td&gt;Animation lib&lt;/td&gt;&lt;td&gt;motion.dev&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;
&lt;h3&gt;Weekly Learning&lt;a href=&quot;#weekly-learning&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p&gt;What I learned this week:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; Astro Content Collections&lt;/li&gt;
&lt;li&gt; Tailwind Theme Configuration&lt;/li&gt;
&lt;li&gt; Advanced Motion Animations&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Next Issue Preview&lt;a href=&quot;#next-issue-preview&quot;&gt;&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The next issue will cover more advanced features — stay tuned!&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Thanks for reading this week’s newsletter!&lt;/p&gt;</content:encoded><category>周刊</category></item></channel></rss>