aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* edit: shogiHEADmasterhitlerrip2025-09-171-1/+23
| | | | added handicap rules
* edit: shogihitlerrip2025-09-081-3/+24
| | | | | wrote a more concrete description and added other alternative impasse rules, along with giving the 27-point-**declaration**-system its actual name
* edit: shogihitlerrip2025-09-072-3/+7
| | | | adds some example graphics and changes summary
* edit: shogihitlerrip2025-09-071-0/+19
| | | | added some links and notes to shogi article
* article: shogihitlerrip2025-09-0762-0/+21864
| | | | horribly digitalized version of my new shogi reference cheat-sheet in german
* profile pichitlerrip2025-08-072-1/+1
| | | | | - changed xmpp contact hyperlink - added pfp.png
* hammer and sicklehitlerrip2025-08-072-2/+2
| | | | added little ☭'s to the footer and mordhau motd
* mordhauhitlerrip2025-08-061-0/+15
| | | | added a simple markdown file that my mordhau server will display upon joining it
* 404 pagehitlerrip2025-08-063-1/+12
| | | | | - now generates a 404 page on build - nginx config now points to new 404 page
* rename server scripthitlerrip2025-08-062-15/+15
| | | | `run.sh` is now `server.sh`
* fix starshiphitlerrip2025-08-051-0/+2
| | | | | creates ~/.config/ (which does not exist by default) and actually installs the program
* shell confighitlerrip2025-08-051-0/+254
| | | | added some aliases, a nice prompt and some environment variables
* git linkhitlerrip2025-08-052-2/+2
| | | | added git link to header
* fix typohitlerrip2025-08-052-3/+1
| | | | removed trailing `/` from clone-prefix in cgitrc
* cgit fixeshitlerrip2025-08-051-3/+5
| | | | attempt 2 at fixing cgit configuration
* cgit changeshitlerrip2025-08-052-4/+37
| | | | | some changes to the cgit config, installing required packages and attempting to change repo owner and description...
* cgithitlerrip2025-08-051-23/+59
| | | | added initial cgit to `run.sh`
* fix article linkhitlerrip2025-08-051-2/+2
| | | | added proper path to links in RSS feed
* minor script fixeshitlerrip2025-08-052-1/+4
| | | | | - added pandoc to `run.sh` - fixed copy command in `pub.sh`
* fixed pub.shhitlerrip2025-08-051-2/+3
| | | | | - fixed commands - added `git pull` to pub.sh to automatically update repo
* pub.shhitlerrip2025-08-053-6/+19
| | | | | added an actual wrapper around the build script, which was my intention with `run.sh`
* run.shhitlerrip2025-08-052-28/+174
| | | | finished initial version of `run.sh`
* transparent bannerhitlerrip2025-08-041-0/+0
| | | | | changes the accidentally pushed banner image with a background to one with a transparent background.
* bannerhitlerrip2025-08-044-3/+2
| | | | added a nice banner to the landing page
* center texthitlerrip2025-08-041-2/+2
| | | | centers some short, hard-coded text
* primitive linkshitlerrip2025-08-042-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 keyhitlerrip2025-08-042-1/+64
| | | | uploaded pgp public key and added a link to the footer
* privacy policyhitlerrip2025-08-034-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