summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)AuthorFilesLines
2020-11-20changed pinned postsDaniel Jones1-1/+1
2020-08-20changed pinned postsDaniel Jones1-1/+1
2020-05-17change how file modification functions workDaniel Jones1-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-17make post 112 a pinned postDaniel Jones1-1/+1
2020-05-12girl numbersDaniel Jones1-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-13changed header and put dis/likes into /opinionsDaniel Jones1-2/+2
2020-02-09add flag for images in RSS feedDaniel Jones1-4/+5
2020-01-24added pinned posts featureDaniel Jones1-1/+3
2020-01-19rss: fix emailDaniel Jones1-1/+1
2020-01-19rss feed: first image in each post shown in CDATA tagDaniel Jones1-0/+2
2020-01-12further work implementing rss feedDaniel Jones1-2/+5
currently broken
2020-01-11make createfile() take a template argumentDaniel Jones1-0/+4
also begin rss page generation
2020-01-02direct post pages generate nowDaniel Jones1-0/+1
2019-12-31added array of posts to ignoreDaniel Jones1-0/+1
2019-12-31remove all the copypastaingDaniel Jones1-1/+1
2019-12-31start generating postsDaniel Jones1-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-30generate most pages except postsDaniel Jones1-1/+53
2019-12-27moved some code around and finished basic page generationDaniel Jones1-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-25first commitDaniel Jones1-0/+48