aboutsummaryrefslogtreecommitdiff
path: root/build.sh
Commit message (Collapse)AuthorAgeFilesLines
* 404 pagehitlerrip10 days1-0/+10
| | | | | - now generates a 404 page on build - nginx config now points to new 404 page
* fix article linkhitlerrip11 days1-2/+2
| | | | added proper path to links in RSS feed
* bannerhitlerrip12 days1-0/+1
| | | | added a nice banner to the landing page
* center texthitlerrip12 days1-2/+2
| | | | centers some short, hard-coded text
* primitive linkshitlerrip12 days1-0/+39
| | | | | | added primitive link generation this needs to re-run the script to create links, there is no such thing as fetching links from a database. i am unsure if i want this added...
* small style changeshitlerrip2025-07-291-7/+9
| | | | added a margin to the "latest post" section
* article sortinghitlerrip2025-07-291-37/+100
| | | | added (somewhat) proper article sorting to the build script
* fixing stupid mistakeshitlerrip2025-07-291-1/+1
| | | | idk why i am so fucking stupid
* convert functionhitlerrip2025-07-291-16/+11
| | | | added convert() to make code more sensible
* article list improvementshitlerrip2025-07-291-3/+12
| | | | | | - styled article list - added dynamically generated article list to markdown index - (initial run.sh)
* metadata handlinghitlerrip2025-07-281-21/+35
| | | | adds default values for when an article does not provide any metadata.
* inithitlerrip2025-07-281-0/+172
created the initial version of my website build script