aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts
Commit message (Collapse)AuthorAgeFilesLines
* rename art to visualla-ninpre2021-11-192-3/+3
| | | | | | | '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.
* add new links and fix alts on link iconsla-ninpre2021-10-181-2/+1
| | | | | 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.
* rename pic-path.html to pic-path.liquidla-ninpre2021-09-191-1/+1
| | | | 'cause it contains only liquid script and not a single line of html.
* fix html errorsla-ninpre2021-09-191-3/+3
|
* add <meta> tags and lang keyword to <html> tagla-ninpre2021-09-152-8/+12
| | | | also add alts to link images.
* convert tabs to spacesmusic-projectsla-ninpre2021-08-261-11/+11
|
* add releases permalinks and page layoutla-ninpre2021-08-262-5/+22
|
* restructure music project includesla-ninpre2021-08-261-22/+4
|
* make releases that are of type 'track' actual tracksla-ninpre2021-08-261-58/+25
| | | | and modify the music-project layout to display those orphan tracks.
* add track info and templatesla-ninpre2021-08-261-0/+26
|
* tweak music project pagela-ninpre2021-08-231-29/+43
| | | | | | also fix header that was wrong. add styles for titles with backlink. & other changes (see diff, i'm lazy)
* add title with backlink to art-category pagela-ninpre2021-08-231-1/+1
|
* refactor post layoutla-ninpre2021-08-231-10/+11
| | | | | | add go back link to the heading instead of list use div.post-header-info (list was not right)
* bring mastodon link back to structurela-ninpre2021-08-231-12/+3
|
* tweak logo image scaling and fix logo urls in project pagela-ninpre2021-08-211-4/+0
|
* make music project list page look like art menula-ninpre2021-08-201-7/+7
| | | | | also snippet that makes art menu is now separated as mixin (very powerful thing, btw).
* add todo noticela-ninpre2021-08-191-0/+1
|
* add info about music projectsla-ninpre2021-08-191-0/+70
| | | | much of stuff included here is subject to change.
* add post count indicator to a tag pagela-ninpre2021-07-221-0/+12
|
* add mastodon linkla-ninpre2021-06-081-0/+9
| | | | | because it needed this rel="me" attribute, i couldn't do it from my _data/links.yml file and this sux.
* modify art page to display thumbnailsla-ninpre2021-05-272-5/+14
| | | | | | | | | | | | | | | | | | | | | | 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.
* fix minor issuesla-ninpre2021-05-252-0/+2
| | | | | | add width and height to icons add lang meta-tag add swap to fonts for faster loading
* add latest post to the home pagela-ninpre2021-05-231-18/+24
| | | | and add tags to post-preview.html
* add categories to art pagela-ninpre2021-02-231-0/+18
| | | | | | whooah! there is some tough liquid-tagging involved.
* add art gallery and tweak headerla-ninpre2021-02-231-2/+2
| | | | | | | 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.
* add jekyll-feed pluginla-ninpre2020-12-111-1/+2
|
* move duplicated code to include filela-ninpre2020-12-091-10/+1
| | | | because it was the same in tagsort and other pages.
* optimize css for small screens (now better)la-ninpre2020-12-091-1/+1
|
* add new post and tweak filter-by-tag pagela-ninpre2020-12-091-6/+14
|
* decrease initial-scale parameterla-ninpre2020-12-071-1/+1
| | | | | | i dunno if it's good or not, but if it's 1 as earlier, it looks bad on phone, but if i decrease min-width of body, words in nav-bar become inseparable.
* add about page contentla-ninpre2020-12-071-0/+30
|
* update post pages and add fossil export postla-ninpre2020-12-072-6/+27
| | | | | edit post layout to handle tags, add sort-by-tag page and edit stylesheet according post content updates
* add content-security-policy headerla-ninpre2020-11-301-0/+1
|
* add post functionalityla-ninpre2020-11-121-0/+12
| | | | | | this is not for real like blog posts, but for my telegram ones. they are small and may be just written in plain on one page. of course, it'll make this page too long, but to that time i'll find how to deal with it.
* fix faviconla-ninpre2020-10-271-1/+1
|
* add faviconla-ninpre2020-08-141-0/+1
| | | | it's poor, but i'll fix later.
* add a viewport tag to layoutla-ninpre2020-08-141-0/+1
| | | | maybe it'll look better on mobile
* fix permalinksla-ninpre2020-08-141-1/+1
| | | | remove .html from url
* fix page titlela-ninpre2020-08-141-1/+1
| | | | just wanted it to show page title and site title
* change default layout to display nav and footerla-ninpre2020-08-141-0/+4
|
* convert temp page to jekyllla-ninpre2020-08-141-0/+11
just move things a bit. add simple default layout and move stylesheet to assets folder.