aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* modify art page to display thumbnailsla-ninpre2021-05-279-8/+100
| | | | | | | | | | | | | | | | | | | | | | 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-253-25/+41
| | | | | | add width and height to icons add lang meta-tag add swap to fonts for faster loading
* fix clipping of first line of post on small screensla-ninpre2021-05-231-1/+1
|
* add few comments to new post scriptla-ninpre2021-05-231-0/+4
| | | | | note: this script is primarily for personal use and there are could be some bugs.
* add element link to the home pagela-ninpre2021-05-231-3/+3
| | | | | element icon is now generic "m" in a circle, because i haven't figured out yet if i can use element's original logo.
* add info about my matrix serverla-ninpre2021-05-236-0/+175
| | | | :)
* add titles to the tagpagesla-ninpre2021-05-234-0/+4
|
* add latest post to the home pagela-ninpre2021-05-232-19/+30
| | | | and add tags to post-preview.html
* add webrick dependency to gemfilela-ninpre2021-05-231-0/+2
|
* update git iconla-ninpre2021-04-021-0/+0
|
* tweak art menu and add more picturesla-ninpre2021-02-2320-12/+75
| | | | | | 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-2319-10/+80
| | | | | | whooah! there is some tough liquid-tagging involved.
* add art gallery and tweak headerla-ninpre2021-02-2311-20/+69
| | | | | | | 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.
* make about page the home pagela-ninpre2021-01-163-43/+35
| | | | | | it seems that i don't need a separate home page. also move around links in a navigation bar.
* whitespace changesla-ninpre2021-01-061-46/+46
|
* make current navigation link unclickablela-ninpre2021-01-061-0/+1
|
* add post about cgit on openbsd and make minor edits to stylesheetla-ninpre2021-01-062-18/+297
|
* rename 'other' page to 'blog'la-ninpre2021-01-062-4/+4
| | | | because it's going to be a blog, really.
* add jekyll-feed pluginla-ninpre2020-12-113-1/+9
|
* move duplicated code to include filela-ninpre2020-12-094-21/+17
| | | | because it was the same in tagsort and other pages.
* optimize css for small screens (now better)la-ninpre2020-12-092-7/+10
|
* add new post and tweak filter-by-tag pagela-ninpre2020-12-096-9/+93
|
* 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.
* tweak layout on smaller devicesla-ninpre2020-12-072-4/+30
| | | | maybe it's over-flex-ing, but i started to like that thing :p
* update fossil export postla-ninpre2020-12-072-2/+22
| | | | | | tested that sed cmd, and it was not perfect, so i polished it a bit. also add post excerpt functionality.
* fix typos and add a titlela-ninpre2020-12-071-1/+2
|
* add 404 pagela-ninpre2020-12-071-0/+8
|
* fix permalinksla-ninpre2020-12-074-0/+4
| | | | oops, i thought it'll work
* add about page contentla-ninpre2020-12-0714-29/+134
|
* fix code color in dark themela-ninpre2020-12-071-4/+3
|
* fix errors in stylesheetla-ninpre2020-12-071-2/+1
|
* update post pages and add fossil export postla-ninpre2020-12-0711-23/+161
| | | | | 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
|
* fix broken urls to Lato fontsla-ninpre2020-11-221-15/+15
|
* add font variantsla-ninpre2020-11-1919-2/+65
|
* add gpg pubkey to footerla-ninpre2020-11-182-0/+23
| | | | | this key is also available on some keyservers such as pool.sks-keyservers.net and also keyserver.ubuntu.com.
* add custom fontsla-ninpre2020-11-1824-0/+362
|
* add style for blockquotela-ninpre2020-11-181-24/+45
|
* fix post colorla-ninpre2020-11-121-1/+4
| | | | i accidentaly forgot about prefers-dark-theme thing.
* add post functionalityla-ninpre2020-11-124-0/+50
| | | | | | 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
|
* 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.
* update stylesheetla-ninpre2020-10-151-16/+42
| | | | | fix variable naming, move arbitrary colors to variables, add simple support for dark theme
* change html to mdla-ninpre2020-09-222-5/+6
| | | | | | for index page. (is there a word for such useless commits?)
* add faviconla-ninpre2020-08-142-0/+1
| | | | it's poor, but i'll fix later.
* double logo sizela-ninpre2020-08-142-1/+1
| | | | maybe i'll replace it with svg later.
* change colors of logola-ninpre2020-08-141-0/+0
| | | | to make it visible on dark and light backgrounds.
* add subtle current page indication to navbarla-ninpre2020-08-143-5/+9
| | | | | and fix some links in site data to make it work. it's kinda subtle yet, maybe change it later.
* add rules for mobile screen in stylesheetla-ninpre2020-08-141-1/+19
| | | | this is a subject to change, but for now it's fine.