- Fork this repository
- Add your RSS feed URL to
whitelist.toml
- 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
go mod tidy
go build -o harvest ./src
./harvest
src/
: Go source codeoutput/
: Generated blog post markdownwhitelist.toml
: RSS feed list