aboutsummaryrefslogtreecommitdiffstats
path: root/_includes
Commit message (Collapse)AuthorAgeFilesLines
* fix missing visual categoriesla-ninpre2021-11-211-1/+1
| | | | daaaaaaaamn. 13 is the demonic number indeed.
* fix broken thumbnails on music pagela-ninpre2021-11-201-1/+2
| | | | you know what i forgot? that's right, 8 files.
* remove unnecessary css and altsla-ninpre2021-11-201-2/+1
|
* tweak licensing termsla-ninpre2021-10-281-1/+1
|
* add height of a logola-ninpre2021-10-191-1/+1
| | | | to improve speed of loading and bump up lighthouse score
* rename pic-path.html to pic-path.liquidla-ninpre2021-09-192-1/+1
| | | | '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-194-14/+12
|
* merge branch 'music-projects'la-ninpre2021-08-268-20/+142
|\ | | | | | | music info is messed up now, but kinda works
| * add releases permalinks and page layoutla-ninpre2021-08-262-14/+30
| |
| * restructure music project includesla-ninpre2021-08-261-0/+15
| |
| * make releases that are of type 'track' actual tracksla-ninpre2021-08-261-0/+53
| | | | | | | | and modify the music-project layout to display those orphan tracks.
| * tweak music project pagela-ninpre2021-08-231-14/+15
| | | | | | | | | | | | also fix header that was wrong. add styles for titles with backlink. & other changes (see diff, i'm lazy)
| * add span.art-menu-item-text to center text properlyla-ninpre2021-08-231-1/+5
| |
| * refactor post layoutla-ninpre2021-08-232-1/+5
| | | | | | | | | | | | add go back link to the heading instead of list use div.post-header-info (list was not right)
| * use <hr> instead of border in footerla-ninpre2021-08-231-10/+11
| | | | | | | | and convert tabs to spaces :p
| * make use of include.variable to make project listla-ninpre2021-08-231-1/+1
| |
| * make music project list page look like art menula-ninpre2021-08-203-7/+35
| | | | | | | | | | also snippet that makes art menu is now separated as mixin (very powerful thing, btw).
* | peek random pictures from categories on pushla-ninpre2021-08-191-1/+1
|/ | | | | sadly it doesn't work with each visit to the website, but i don't want to include javascript into the website.
* rename pgp key file to just pgp and fix shellcheck complaintsla-ninpre2021-06-021-1/+1
|
* modify art page to display thumbnailsla-ninpre2021-05-272-3/+21
| | | | | | | | | | | | | | | | | | | | | | thumbnails are currently created using shell script and require imagemagick installed on the server. i know it's stupid, but i think that including thumbnails to repo is also stupid. maybe later i replace this script with actual jekyll plugin, but for this i'll need to familiarize myself with ruby. but now i use following addition to the git hook on the server: ``` [ -f "$TMP_GIT_CLONE/art/thumbs.sh" ] && { dir="$PWD" cd "$TMP_GIT_CLONE/art/" && sh thumbs.sh && cd "$dir" } ``` it happens after cloning to remote repo and before building with bundle. overall, this is a bodge now, it recompiles all thumbnails every time due to quirks in my current setup.
* add latest post to the home pagela-ninpre2021-05-231-1/+6
| | | | and add tags to post-preview.html
* tweak art menu and add more picturesla-ninpre2021-02-231-8/+7
| | | | | | add two new categories - drawings and logos. this css tinkering is so time consuming >_<
* fix broken links in art pagela-ninpre2021-02-231-8/+1
| | | | forgot to include pic-path tempate to the art page
* add categories to art pagela-ninpre2021-02-232-0/+30
| | | | | | whooah! there is some tough liquid-tagging involved.
* add art gallery and tweak headerla-ninpre2021-02-231-1/+1
| | | | | | | i think that the pictures are just placeholders now. i will try to improve this 'gallery' a bit later. also, header is now fixed with transparent background.
* move duplicated code to include filela-ninpre2020-12-091-0/+10
| | | | because it was the same in tagsort and other pages.
* update post pages and add fossil export postla-ninpre2020-12-071-2/+2
| | | | | edit post layout to handle tags, add sort-by-tag page and edit stylesheet according post content updates
* add gpg pubkey to footerla-ninpre2020-11-181-0/+5
| | | | | this key is also available on some keyservers such as pool.sks-keyservers.net and also keyserver.ubuntu.com.
* update link to git.aaoth.xyzla-ninpre2020-10-151-2/+11
| | | | i dunno why it points by default not on about page, so i fixed it.
* double logo sizela-ninpre2020-08-141-1/+1
| | | | maybe i'll replace it with svg later.
* add subtle current page indication to navbarla-ninpre2020-08-141-1/+1
| | | | | and fix some links in site data to make it work. it's kinda subtle yet, maybe change it later.
* replace temp stylesheet with new onela-ninpre2020-08-141-0/+1
| | | | add logo and fix overall look
* add navbar and footerla-ninpre2020-08-142-0/+11