aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* licence: increment yearla-ninpre2022-06-091-1/+1
|
* gpg: update key expiration datela-ninpre2022-06-021-13/+22
|
* rssg: fix date variablela-ninpre2022-04-261-1/+1
| | | | it seems that i forgot to specify it before
* gitignore: add acme dumpla-ninpre2022-04-261-0/+1
|
* ssg: fix formattingla-ninpre2022-04-261-20/+20
|
* rssg: fix formatting and remove -x flagla-ninpre2022-04-261-14/+14
|
* 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
|
* readme: add note about dependenciesla-ninpre2022-04-191-0/+8
|
* blog: make post titles compatible with gemini feedsla-ninpre2022-04-191-1/+1
| | | | see gemini://gemini.circumlunar.space/docs/companion/subscription.gmi
* rssg: fix date formattingla-ninpre2022-04-191-2/+15
| | | | | use RSSG_DATE_IMPL environmental variable to set date(1) flavour of your choice.
* fix build script and post-receive hookla-ninpre2022-04-192-2/+2
| | | | *facepalm*
* reimplement website using shell scriptsla-ninpre2022-04-19277-3006/+1463
| | | | | | | | 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!
* strip exif metadata from imagesjekyllla-ninpre2022-03-2520-0/+0
|
* add onion and i2p linksla-ninpre2022-03-241-4/+15
| | | | wohoo, darknets \(.. )
* remove custom fonts to reduce loadla-ninpre2022-03-2440-283/+3
| | | | basically, there's no need to load all of these.
* footer: add yggdrasil linkla-ninpre2022-03-141-1/+7
|
* bring back top margins for paragraphsla-ninpre2022-02-281-4/+0
| | | | dunno why i removed it in the first place.
* move previous home page to about pagela-ninpre2022-02-285-32/+47
| | | | also modified contents of about page, removed some junk paragraphs.
* add robots.txtla-ninpre2022-02-281-0/+1
|
* add pleroma link, change distrotoot link to starnixla-ninpre2022-02-142-2/+6
| | | | | distrotoot is going down soon. starnix will be it's replacement, but aside of that i started my own pleroma instance.
* remove keybase link (account deleted)la-ninpre2022-02-082-4/+0
|
* fix missing visual categoriesla-ninpre2021-11-211-1/+1
| | | | daaaaaaaamn. 13 is the demonic number indeed.
* fix permalinks in visual categories' pagesla-ninpre2021-11-214-4/+4
| | | | 8 + 4 = 12 files! that's mess...
* fix broken thumbnails on music pagela-ninpre2021-11-201-1/+2
| | | | you know what i forgot? that's right, 8 files.
* add permalink backla-ninpre2021-11-201-0/+1
|
* update post-receive example hookla-ninpre2021-11-201-2/+2
| | | | i renamed arts to visual, remember? 7 files!
* remove unnecessary css and altsla-ninpre2021-11-202-9/+1
|
* rename art to visualla-ninpre2021-11-1950-14/+13
| | | | | | | 'cause it makes more sense. also, this action made me realize that my website is very poorly designed, because to just rename one page i needed to make changes in 6 different files! that's really gross... i hope i can improve it.
* fix typo in a bandcamp linkla-ninpre2021-11-051-1/+1
|
* add new postla-ninpre2021-11-033-0/+82
|
* tweak licensing termsla-ninpre2021-10-284-1/+25
|
* add height of a logola-ninpre2021-10-191-1/+1
| | | | to improve speed of loading and bump up lighthouse score
* add new links and fix alts on link iconsla-ninpre2021-10-183-3/+10
| | | | | add toki.social and keybase link. i'm unsure how i can use the keybase original logo, so i'm using google's icon instead.
* add gitlab link and iconla-ninpre2021-09-302-0/+3
|
* fix css errorsla-ninpre2021-09-292-5/+1
| | | | remove nonexistent properties from fonts.css, quote font name with spaces.
* rename pic-path.html to pic-path.liquidla-ninpre2021-09-193-2/+2
| | | | 'cause it contains only liquid script and not a single line of html.
* fix duplicate ids and image sizes in music pagesla-ninpre2021-09-192-5/+6
|
* fix html errorsla-ninpre2021-09-196-18/+16
|
* tweak css to improve contrast and accesibilityla-ninpre2021-09-151-2/+15
|
* add <meta> tags and lang keyword to <html> tagla-ninpre2021-09-152-8/+12
| | | | also add alts to link images.
* fix permalinksla-ninpre2021-08-2621-22/+22
| | | | | openbsd doesn't like that i was trying to access 'example.com/page.html' by entering 'example.com/page' into the web browser.
* merge branch 'music-projects'la-ninpre2021-08-26150-196/+1584
|\ | | | | | | music info is messed up now, but kinda works
| * convert tabs to spacesmusic-projectsla-ninpre2021-08-261-11/+11
| |
| * add releases permalinks and page layoutla-ninpre2021-08-2622-24/+86
| |
| * increase contrast and padding in logosla-ninpre2021-08-265-0/+0
| |
| * remove annoying periodla-ninpre2021-08-261-1/+1
| |