Example Weekly Vol.1

发表于 2024-01-04 00:00 229 字 2 min read

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

This is an example weekly issue, demonstrating how the weekly/series feature works.

About the Weekly Feature

The weekly 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

Weekly Configuration

Configure in config/site.yaml:

featuredSeries:
  categoryName: 周刊       # Category name
  label: My Weekly          # Display label
  fullName: My Tech Weekly
  description: Weekly description...
  cover: /img/weekly_header.webp
  enabled: true            # Set false to disable

Weekly Features

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

This Week’s Content

Tool Recommendations

ToolPurposeLink
BiomeCode lintingbiome.dev
MotionAnimation libmotion.dev

Weekly Learning

What I learned this week:

  • 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 week’s newsletter!