summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-12-30generate most pages except postsDaniel Jones3-5/+262
2019-12-28implement gettime()Daniel Jones2-7/+14
2019-12-28removed ugly createtmpfile() hackDaniel Jones2-31/+55
now instead use a struct that either has a filename or string to write into the file. do whichever is appropriate
2019-12-27moved some code around and finished basic page generationDaniel Jones3-14/+59
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-26added ability to write to an offset in a fileDaniel Jones2-0/+88
2019-12-26don't use tempfile()Daniel Jones1-12/+5
instead we create a temp file in the cwd and rename it to the desired output file name and location
2019-12-25added readmeDaniel Jones1-0/+1
2019-12-25first commitDaniel Jones7-0/+1087