This is an example monthly issue, demonstrating how the monthly/series feature works.
About the Monthly Feature
The monthly feature is one of astro-koharu’s signature capabilities, ideal for publishing regularly updated serial content such as:
- Tech newsletters
- Reading notes series
- Learning journals
- Project progress updates
Monthly Configuration
Configure in config/site.yaml:
featuredSeries:
categoryName: 月刊 # Category name
label: My Monthly # Display label
fullName: My Tech Monthly
description: Monthly description...
cover: /img/weekly_header.webp
enabled: true # Set false to disable
Monthly Features
- Dedicated Page - Each series has its own page at
/weekly - Homepage Display - The latest issue is pinned on the homepage
- Separate Listing - Monthly posts don’t appear in the regular post list
- Series Navigation - Previous/next navigation between issues
This Month’s Content
Recommended Reading
Tool Recommendations
| Tool | Purpose | Link |
|---|---|---|
| Biome | Code linting | biome.dev |
| Motion | Animation lib | motion.dev |
Monthly Learning
What I learned this month:
- Astro Content Collections
- Tailwind Theme Configuration
- Advanced Motion Animations
Next Issue Preview
The next issue will cover more advanced features — stay tuned!
Thanks for reading this month’s newsletter!