aboutsummaryrefslogtreecommitdiff
path: root/blog_experiment/blog/html.py
AgeCommit message (Collapse)Author
2023-10-13Moving to prod!alex
2023-10-08Add aboutalex
2023-10-08Configurable base URLalex
2023-10-08Add linksalex
* Prettify using lxml instead of bs4, because bs4 changes whitespace :(
2023-10-08Fix HTML titlesalex
2023-10-08Fix base URL, add RSS discoveryalex
2023-10-08Add RSSalex
2023-10-08Add titles to HTML blog entries pagesalex
2023-10-07Make blog work as containeralex
* Use BeautifulSoup instead of HTML Tidy, so everything is done in Python * Pull content as submodule for testing purposes * Comment how to use bicephalus from working copy
2023-10-07Avoid doctype warningalex
2023-09-17Refactor in modules, add gemtext parseralex