summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)AuthorFilesLines
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