new_blog/TODO
2024-10-29 22:40:40 -04:00

27 lines
1,003 B
Text

get RSS feed up and running
Figure out why the header width is fucked on mobile as well as why the box is all the way to the left
Fix articles with inline html in them and/or links
ico?
analytics
Webmention analytics https://www.w3.org/TR/webmention/#receiving-webmentions
Webmention linked sites where possible https://www.w3.org/TR/webmention/#sending-webmentions
~~get code blocks working properly, namely get them colored (probably with https://highlightjs.org/), maybe add a red border, consider https://github.com/highlightjs/highlight.js?tab=readme-ov-file#using-web-workers~~
~~get highlight js theme set to my preference, make sure to add nesting in CSS so it'll be active when the light/dark class is active~~
~~add CSS styling rule(s) so headers don't get link colors~~
~~center titles properly~~
~~center content box properly~~
~~position code blocks in a way I like~~
~~handle dark/light theming correctly (https://www.joshwcomeau.com/react/dark-mode/) seems useful for that~~