6 Commits

Author SHA1 Message Date
Hayden Hargreaves
f929f08f41 FEAT: Posts are pretty much complete.
Need some handling for images, an error message when no posts are found
or when an issue occurs. I would also like to work on some more modular
styling for the layout.
2025-02-24 14:30:10 -07:00
Hayden Hargreaves
0e5ca9d844 FIX: Posts are working pretty well, just need the /blog page with a list 2025-02-24 11:44:32 -07:00
Hayden Hargreaves
f46e87997d FIX: Fixed the list rendering 2025-02-24 10:19:06 -07:00
Hayden Hargreaves
0961df361c BUG: Lists aren't rendering properly. 2025-02-24 09:51:20 -07:00
Hayden Hargreaves
793e656efa FIX: For now, not purifying.
Not sure if there is a need for this, since all the content is generated
server side and there isn't really anything that could be damaged by an
XSS attack. But I will do some looking.
2025-02-24 09:28:46 -07:00
Hayden Hargreaves
022bd1bcf7 FEAT: Lots of work on the blogs!
Syntax highlighting looks really good so far! Rendering of the markdowns
works when a valid URL is provided, need to work on routing some more.
2025-02-23 23:47:24 -07:00