Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-18 | silenced some warnings | Daniel Jones | 2 | -13/+18 | |
2020-05-26 | update live script for new server | Daniel Jones | 1 | -3/+4 | |
2020-05-25 | changed incorrect error message | Daniel Jones | 1 | -1/+1 | |
2020-05-17 | change how file modification functions work | Daniel Jones | 2 | -10/+24 | |
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-17 | make post 112 a pinned post | Daniel Jones | 1 | -1/+1 | |
2020-05-14 | set used to -1 | Daniel Jones | 1 | -1/+1 | |
2020-05-13 | revert last fix, wasn't broken | Daniel Jones | 1 | -1/+0 | |
2020-05-13 | set girls used array to -1 every iteration | Daniel Jones | 1 | -1/+2 | |
2020-05-13 | girl numbers | Daniel Jones | 2 | -1/+13 | |
added 9 10 varients of each girl, now which one is used will be random. there will not be 2 of the same girl on any post | |||||
2020-05-12 | girl numbers | Daniel Jones | 2 | -2/+23 | |
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-05-06 | remove js warning | Daniel Jones | 1 | -2/+2 | |
2020-05-06 | try white theme again | Daniel Jones | 1 | -5/+5 | |
2020-03-19 | changed color theme | Daniel Jones | 1 | -4/+5 | |
2020-02-14 | experiment with middle content | Daniel Jones | 1 | -1/+1 | |
2020-02-14 | uncapitalise Index in header | Daniel Jones | 1 | -1/+1 | |
2020-02-14 | made header grid 50% width | Daniel Jones | 1 | -1/+1 | |
2020-02-13 | centered grid | Daniel Jones | 1 | -3/+1 | |
2020-02-13 | changed header and put dis/likes into /opinions | Daniel Jones | 2 | -33/+43 | |
2020-02-09 | add flag for images in RSS feed | Daniel Jones | 4 | -13/+15 | |
2020-02-09 | added disable js warning | Daniel Jones | 1 | -0/+9 | |
2020-01-28 | extended notes max height | Daniel Jones | 1 | -1/+1 | |
2020-01-28 | add notes css | Daniel Jones | 1 | -0/+1 | |
2020-01-25 | changed template image | Daniel Jones | 1 | -1/+1 | |
2020-01-24 | made mobile view of pinned posts better | Daniel Jones | 1 | -1/+1 | |
2020-01-24 | added pinned posts feature | Daniel Jones | 4 | -8/+53 | |
2020-01-22 | added gettitle to pages.h | Daniel Jones | 1 | -0/+1 | |
2020-01-21 | made the title for each direct post the posts title | Daniel Jones | 1 | -1/+27 | |
2020-01-19 | rss template change | Daniel Jones | 1 | -1/+1 | |
2020-01-19 | rss: off-by-one for number of rss items to write | Daniel Jones | 1 | -1/+1 | |
2020-01-19 | rss: fix description generation | Daniel Jones | 1 | -9/+9 | |
2020-01-19 | rss: fix email | Daniel Jones | 1 | -1/+1 | |
2020-01-19 | rss: check for images earlier | Daniel Jones | 1 | -5/+2 | |
2020-01-19 | line break inside cdata.. | Daniel Jones | 1 | -1/+1 | |
2020-01-19 | add line break to images | Daniel Jones | 1 | -1/+1 | |
2020-01-19 | rss feed: first image in each post shown in CDATA tag | Daniel Jones | 4 | -7/+68 | |
2020-01-19 | makefile: delete output dir on clean and make dir on build | Daniel Jones | 1 | -1/+4 | |
2020-01-18 | pretty sure we should be checking for \n here | Daniel Jones | 1 | -1/+1 | |
2020-01-17 | small clean of unneeded code and some logic | Daniel Jones | 1 | -14/+2 | |
2020-01-17 | add some rss tags | Daniel Jones | 1 | -0/+6 | |
2020-01-15 | removed cirno and added madoka | Daniel Jones | 1 | -1/+1 | |
2020-01-12 | fix makefile | Daniel Jones | 1 | -1/+1 | |
2020-01-12 | make valgrind happy | Daniel Jones | 1 | -2/+2 | |
2020-01-12 | finished rss generation | Daniel Jones | 4 | -3/+27 | |
added rss button to template | |||||
2020-01-12 | further work implementing rss feed | Daniel Jones | 4 | -5/+155 | |
currently broken | |||||
2020-01-11 | make createfile() take a template argument | Daniel Jones | 4 | -9/+45 | |
also begin rss page generation | |||||
2020-01-09 | improve live.sh | Daniel Jones | 1 | -0/+6 | |
2020-01-06 | Merge branch 'master' of ↵ | Daniel Jones | 1 | -2/+2 | |
ssh://danieljon.es:6669/home/daniel/git/websitegenerator | |||||
2020-01-06 | remove unnecessary printf's | Daniel Jones | 1 | -2/+0 | |
2020-01-06 | pagebar generation: don't add .html to link (proper) | Daniel Jones | 1 | -2/+2 | |
2020-01-06 | pagebar generation: don't asdd .html to link | Daniel Jones | 1 | -2/+2 | |