1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-07-27 00:31:23 +00:00

Add Archive Posts

This commit is contained in:
2024-05-15 04:44:27 +00:00
parent 61d8acbb9d
commit 4c82106817
9 changed files with 172 additions and 85 deletions

View File

@@ -1,6 +1,6 @@
# Anson's Blogroll Zine
Anson's Blogroll Zine is a Rust application designed to aggregate content from multiple RSS feeds, creating a personalized news page. It fetches articles from `feeds.txt` and `featured.txt`, generates HTML cards for each entry, and outputs a single, styled HTML page.
Anson's Blogroll Zine is a Rust application designed to aggregate content from multiple RSS feeds, creating a personalized news page. It fetches articles from `feeds.txt` and `featured.txt`, generates HTML cards for each post, and outputs a single, styled HTML page.
## Algorithm