aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profile picHEADmasterhitlerrip6 days2-1/+1
| | | | | - changed xmpp contact hyperlink - added pfp.png
* hammer and sicklehitlerrip7 days2-2/+2
| | | | added little ☭'s to the footer and mordhau motd
* mordhauhitlerrip8 days1-0/+15
| | | | added a simple markdown file that my mordhau server will display upon joining it
* 404 pagehitlerrip8 days3-1/+12
| | | | | - now generates a 404 page on build - nginx config now points to new 404 page
* rename server scripthitlerrip8 days2-15/+15
| | | | `run.sh` is now `server.sh`
* fix starshiphitlerrip8 days1-0/+2
| | | | | creates ~/.config/ (which does not exist by default) and actually installs the program
* shell confighitlerrip8 days1-0/+254
| | | | added some aliases, a nice prompt and some environment variables
* git linkhitlerrip8 days2-2/+2
| | | | added git link to header
* fix typohitlerrip8 days2-3/+1
| | | | removed trailing `/` from clone-prefix in cgitrc
* cgit fixeshitlerrip8 days1-3/+5
| | | | attempt 2 at fixing cgit configuration
* cgit changeshitlerrip8 days2-4/+37
| | | | | some changes to the cgit config, installing required packages and attempting to change repo owner and description...
* cgithitlerrip8 days1-23/+59
| | | | added initial cgit to `run.sh`
* fix article linkhitlerrip8 days1-2/+2
| | | | added proper path to links in RSS feed
* minor script fixeshitlerrip8 days2-1/+4
| | | | | - added pandoc to `run.sh` - fixed copy command in `pub.sh`
* fixed pub.shhitlerrip8 days1-2/+3
| | | | | - fixed commands - added `git pull` to pub.sh to automatically update repo
* pub.shhitlerrip8 days3-6/+19
| | | | | added an actual wrapper around the build script, which was my intention with `run.sh`
* run.shhitlerrip8 days2-28/+174
| | | | finished initial version of `run.sh`
* transparent bannerhitlerrip9 days1-0/+0
| | | | | changes the accidentally pushed banner image with a background to one with a transparent background.
* bannerhitlerrip9 days4-3/+2
| | | | added a nice banner to the landing page
* center texthitlerrip9 days1-2/+2
| | | | centers some short, hard-coded text
* primitive linkshitlerrip9 days2-0/+40
| | | | | | 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...
* pgp public keyhitlerrip10 days2-1/+64
| | | | uploaded pgp public key and added a link to the footer
* privacy policyhitlerrip10 days4-1/+106
| | | | | added a privacy policy in two languages. it is not complete yet.
* test articlehitlerrip2025-07-2911-14/+48
| | | | re-written the example article to cover basic markdown functionality
* small style changeshitlerrip2025-07-292-7/+13
| | | | added a margin to the "latest post" section
* article sortinghitlerrip2025-07-2911-98/+108
| | | | added (somewhat) proper article sorting to the build script
* initial sorthitlerrip2025-07-291-0/+59
| | | | | added a temporary script that sorts articles by date. more information coming when this is fully implemented in build.sh
* 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
* replace mailto link w/ xmpphitlerrip2025-07-291-1/+1
|
* article list improvementshitlerrip2025-07-296-8/+67
| | | | | | - 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-2818-0/+1627
created the initial version of my website build script