Skip to content

v0.7 - Archive Index Page Generation

Latest

Choose a tag to compare

@alexferrari88 alexferrari88 released this 03 Sep 08:11

This release introduces comprehensive archive index page generation functionality.

New Features

  • πŸ—‚οΈ Archive Index Pages: Generate comprehensive index pages linking all downloaded posts with metadata
  • πŸ“‹ Multiple Formats: Support for HTML, Markdown, and Text archive formats
  • 🏷️ Rich Metadata: Includes post titles, publication dates, descriptions, cover images, and download timestamps
  • πŸ“… Smart Sorting: Posts automatically sorted by publication date (newest first)
  • πŸ”— Relative Links: Archive pages use relative paths for optimal portability

Usage

# Download posts and create archive index page
go run . download --url https://example.substack.com --create-archive --output ./downloads

# Create archive in specific format
go run . download --url https://example.substack.com --create-archive --format md --output ./downloads

The archive page is generated as index.{format} in the output directory root, providing a comprehensive overview of all downloaded content.