Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-29 | more style changes | Daniel Jones | 1 | -2/+2 | |
2020-11-20 | changed pinned posts | Daniel Jones | 1 | -1/+1 | |
2020-08-20 | changed pinned posts | Daniel Jones | 1 | -1/+1 | |
2020-05-17 | change how file modification functions work | Daniel Jones | 1 | -1/+3 | |
we use to assume we're definitely editing something in output_dir, now we don't assume that, the caller must tell us so | |||||
2020-05-17 | make post 112 a pinned post | Daniel Jones | 1 | -1/+1 | |
2020-05-12 | girl numbers | Daniel Jones | 1 | -1/+7 | |
added ability to use small images as a blog post number count instead of a simple number. it takes each digit in the post number and places an image where the text would be | |||||
2020-02-13 | changed header and put dis/likes into /opinions | Daniel Jones | 1 | -2/+2 | |
2020-02-09 | add flag for images in RSS feed | Daniel Jones | 1 | -4/+5 | |
2020-01-24 | added pinned posts feature | Daniel Jones | 1 | -1/+3 | |
2020-01-19 | rss: fix email | Daniel Jones | 1 | -1/+1 | |
2020-01-19 | rss feed: first image in each post shown in CDATA tag | Daniel Jones | 1 | -0/+2 | |
2020-01-12 | further work implementing rss feed | Daniel Jones | 1 | -2/+5 | |
currently broken | |||||
2020-01-11 | make createfile() take a template argument | Daniel Jones | 1 | -0/+4 | |
also begin rss page generation | |||||
2020-01-02 | direct post pages generate now | Daniel Jones | 1 | -0/+1 | |
2019-12-31 | added array of posts to ignore | Daniel Jones | 1 | -0/+1 | |
2019-12-31 | remove all the copypastaing | Daniel Jones | 1 | -1/+1 | |
2019-12-31 | start generating posts | Daniel Jones | 1 | -0/+8 | |
currently gets every file in the posts directory, sorts them and temporarily creates empty txt files in output/posts. lots to do still. | |||||
2019-12-30 | generate most pages except posts | Daniel Jones | 1 | -1/+53 | |
2019-12-27 | moved some code around and finished basic page generation | Daniel Jones | 1 | -0/+1 | |
it is far too hacky though, createtmpfile() is an ugly hack that cannot stay. the problem is replaceinpage() and the functions it calls expects a file name that it opens, i cannot just pass it a string. i need to figure out a better solution | |||||
2019-12-25 | first commit | Daniel Jones | 1 | -0/+48 | |