Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 528 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (27 loc) · 528 Bytes

Contributing to Harvest

Adding Your Blog

  1. Fork this repository
  2. Add your RSS feed URL to whitelist.toml
  3. Create a PR

Requirements:

  • Must be a personal blog RSS feed
  • No sitemaps
  • Feed must include title, link, and publication date
  • Posts should be tech-focused

Development

Setup

go mod tidy

Build

go build -o harvest ./src

Run

./harvest

Structure

  • src/: Go source code
  • output/: Generated blog post markdown
  • whitelist.toml: RSS feed list