Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
2020-05-12 | girl numbers | Daniel Jones | 2 | -2/+23 |
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 |
2020-01-12 | further work implementing rss feed | Daniel Jones | 4 | -5/+155 |
2020-01-11 | make createfile() take a template argument | Daniel Jones | 4 | -9/+45 |
2020-01-09 | improve live.sh | Daniel Jones | 1 | -0/+6 |
2020-01-06 | Merge branch 'master' of ssh://danieljon.es:6669/home/daniel/git/websitegener... | Daniel Jones | 1 | -2/+2 |
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 |
2020-01-06 | use std=c99 | Daniel Jones | 1 | -1/+1 |
2020-01-06 | added script to push site live | Daniel Jones | 1 | -0/+4 |
2020-01-06 | generate blog posts | Daniel Jones | 3 | -17/+141 |
2020-01-02 | start generating page (blog navigation) bar | Daniel Jones | 2 | -1/+38 |
2020-01-02 | replaced strcat()'s with snprintf() | Daniel Jones | 1 | -23/+6 |