Skip to content

Commit

Permalink
WIP: Add script to generate RSS feed for site
Browse files Browse the repository at this point in the history
TODO:
* Generate feed in PR pipeline to make sure that it's regenerated
  after adding new pages
* Add published/updated dates to pages, both meta and visible
* Find a strategy for draft pages (maybe date.available=DRAFT or
  missing date?)
* Sort pages by their published date
* Check the feed for validity
* Add a blocklist?

Closes #14.
  • Loading branch information
Notgnoshi committed Aug 31, 2021
1 parent 7d0deee commit c811e4c
Show file tree
Hide file tree
Showing 3 changed files with 785 additions and 0 deletions.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
bibtexparser
black
cssselect
feedgen
Jinja2
lxml
pylint
pydocstyle
Loading

0 comments on commit c811e4c

Please sign in to comment.