aboutsummaryrefslogtreecommitdiffstats
path: root/en
Commit message (Collapse)AuthorAgeFilesLines
* about, selfhosting: remove pointers that are not valid anymoreHEADmainla-ninpre2023-11-262-71/+9
| | | | pleroma, owncast and gitea are on hiatus. maybe at some point they'll be working again.
* links: add solene's blogla-ninpre2023-06-201-0/+3
|
* links: fix postnix.pw, not httpsla-ninpre2023-06-191-1/+1
|
* about: add a list of interesting linksla-ninpre2023-06-192-0/+21
|
* header: remove trailing slash from meta tagla-ninpre2023-03-161-1/+1
| | | | w3c validator says it's not needed. i agree.
* about: add missing contact info, tweak info about cryptokeysla-ninpre2023-02-164-66/+25
|
* blog: rewrite article in better wordsla-ninpre2023-02-031-34/+44
|
* selfhosting: fix typola-ninpre2022-12-211-1/+1
|
* selfhosting: correct and add informationla-ninpre2022-09-291-7/+75
|
* about: add irc contact infola-ninpre2022-09-231-0/+10
|
* selfhosting: fix link spacingla-ninpre2022-08-311-0/+3
|
* selfhosting: add info on status pagela-ninpre2022-08-311-1/+6
|
* about: fix typola-ninpre2022-06-291-1/+1
|
* selfhosting: add info about xmpp serverla-ninpre2022-06-241-0/+7
|
* update gpg key with a new uidla-ninpre2022-06-241-10/+14
|
* about: add contact information and xmpp omemo keysla-ninpre2022-06-243-1/+75
|
* footer: change link of licence to local filela-ninpre2022-06-191-1/+1
| | | | if i'm right, this makes all links on the site local.
* gpg: update key expiration datela-ninpre2022-06-021-13/+22
|
* ssgignore: removela-ninpre2022-04-251-1/+0
| | | | all scripts are in `bin` directory now.
* footer: change source link to relativela-ninpre2022-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | i've tweaked cgit to serve aaoth.xyz repo under /src/*. now source code is available through yggdrasil, tor and i2p without leaving the site. in httpd.conf it looks like this: ``` ... location "/src/*" { root "/cgi-bin/cgit.cgi" fastcgi { socket "/run/slowcgi.sock" param CGIT_CONFIG "/cgit/cgitrc-embed" } } ... ``` so i'm just pointing cgit to other configuration file which is tweaked to fit for this purpose (e.g. noheader option is turned on and there's no scan-path, just one repo).
* header: use sans-serif font in stylesheetla-ninpre2022-04-231-1/+1
|
* header: fix formattingla-ninpre2022-04-221-7/+4
|
* blog: make post titles compatible with gemini feedsla-ninpre2022-04-191-1/+1
| | | | see gemini://gemini.circumlunar.space/docs/companion/subscription.gmi
* reimplement website using shell scriptsla-ninpre2022-04-1990-0/+1039
major change, i know. now i'm using ssg and rssg by roman zolotarev. okay, well, not exactly. ssg is modified to generate pages for gemini too. it's hard to maintain two different things simultaneously. bye-bye jekyll!