Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-12 | further work implementing rss feed | Daniel Jones | 1 | -1/+3 | |
currently broken | |||||
2020-01-11 | make createfile() take a template argument | Daniel Jones | 1 | -1/+2 | |
also begin rss page generation | |||||
2020-01-06 | generate blog posts | Daniel Jones | 1 | -2/+4 | |
now we generate blog posts properly | |||||
2020-01-02 | start generating page (blog navigation) bar | Daniel Jones | 1 | -0/+1 | |
really needs to be cleaned up though | |||||
2020-01-02 | direct post pages generate now | Daniel Jones | 1 | -0/+1 | |
2019-12-31 | remove all the copypastaing | Daniel Jones | 1 | -0/+1 | |
2019-12-31 | start generating posts | Daniel Jones | 1 | -0/+5 | |
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 | -0/+8 | |
2019-12-28 | implement gettime() | Daniel Jones | 1 | -1/+2 | |
2019-12-28 | removed ugly createtmpfile() hack | Daniel Jones | 1 | -2/+8 | |
now instead use a struct that either has a filename or string to write into the file. do whichever is appropriate | |||||
2019-12-27 | moved some code around and finished basic page generation | Daniel Jones | 1 | -0/+3 | |
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-26 | added ability to write to an offset in a file | Daniel Jones | 1 | -0/+1 | |
2019-12-25 | first commit | Daniel Jones | 1 | -0/+32 | |