aboutsummaryrefslogtreecommitdiff
path: root/blog_experiment/blog
AgeCommit message (Collapse)Author
2023-10-13Moving to prod!alex
2023-10-08Add laspelisalex
2023-10-08Add aboutalex
2023-10-08Prettify Geminialex
2023-10-08Configurable base URLalex
2023-10-08Add edit link to HTML versionalex
2023-10-08Add linksalex
* Prettify using lxml instead of bs4, because bs4 changes whitespace :(
2023-10-08Fix HTML titlesalex
2023-10-08Fix RSS datealex
2023-10-08Fix base URL, add RSS discoveryalex
2023-10-08Add RSSalex
2023-10-08Add titles to HTML blog entries pagesalex
2023-10-08Allow using a supplied certificatealex
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-17Redirect Gemini links in HTTP/HTML to proxyalex
2023-09-17Fix list renderingalex
2023-09-17Fix blockquote rendering issuealex
2023-09-17Test blog rendering, handle pre and multiline blockquotesalex
2023-09-17Render HTML for entriesalex
2023-09-17Refactor in modules, add gemtext parseralex