summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-12finished rss generationDaniel Jones4-3/+27
2020-01-12further work implementing rss feedDaniel Jones4-5/+155
2020-01-11make createfile() take a template argumentDaniel Jones4-9/+45
2020-01-09improve live.shDaniel Jones1-0/+6
2020-01-06Merge branch 'master' of ssh://danieljon.es:6669/home/daniel/git/websitegener...Daniel Jones1-2/+2
2020-01-06remove unnecessary printf'sDaniel Jones1-2/+0
2020-01-06pagebar generation: don't add .html to link (proper)Daniel Jones1-2/+2
2020-01-06pagebar generation: don't asdd .html to linkDaniel Jones1-2/+2
2020-01-06use std=c99Daniel Jones1-1/+1
2020-01-06added script to push site liveDaniel Jones1-0/+4
2020-01-06generate blog postsDaniel Jones3-17/+141
2020-01-02start generating page (blog navigation) barDaniel Jones2-1/+38
2020-01-02replaced strcat()'s with snprintf()Daniel Jones1-23/+6
2020-01-02direct post pages generate nowDaniel Jones3-12/+47
2019-12-31added array of posts to ignoreDaniel Jones2-0/+13
2019-12-31further reduce sizeDaniel Jones1-16/+8
2019-12-31remove all the copypastaingDaniel Jones3-161/+37
2019-12-31start generating postsDaniel Jones4-29/+125
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
2019-12-27moved some code around and finished basic page generationDaniel Jones3-14/+59
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
2019-12-25added readmeDaniel Jones1-0/+1
2019-12-25first commitDaniel Jones7-0/+1087