Example Monthly Vol.1

Published 2024-01-04 00:00 229 words 2 min read

This is an example monthly issue, demonstrating how the monthly/series feature works. Ideal for publishing regularly updated serial content.

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/monthly_header.webp
  enabled: true            # Set false to disable

Monthly Features

  1. Dedicated Page - Each series has its own page at /monthly
  2. Homepage Display - The latest issue is pinned on the homepage
  3. Separate Listing - Monthly posts don’t appear in the regular post list
  4. Series Navigation - Previous/next navigation between issues

This Month’s Content

Tool Recommendations

ToolPurposeLink
BiomeCode lintingbiome.dev
MotionAnimation libmotion.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!