| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename art to visual | la-ninpre | 2021-11-19 | 50 | -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 link | la-ninpre | 2021-11-05 | 1 | -1/+1 |
| | | |||||
| * | add new post | la-ninpre | 2021-11-03 | 3 | -0/+82 |
| | | |||||
| * | tweak licensing terms | la-ninpre | 2021-10-28 | 4 | -1/+25 |
| | | |||||
| * | add height of a logo | la-ninpre | 2021-10-19 | 1 | -1/+1 |
| | | | | | to improve speed of loading and bump up lighthouse score | ||||
| * | add new links and fix alts on link icons | la-ninpre | 2021-10-18 | 3 | -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 icon | la-ninpre | 2021-09-30 | 2 | -0/+3 |
| | | |||||
| * | fix css errors | la-ninpre | 2021-09-29 | 2 | -5/+1 |
| | | | | | remove nonexistent properties from fonts.css, quote font name with spaces. | ||||
| * | rename pic-path.html to pic-path.liquid | la-ninpre | 2021-09-19 | 3 | -2/+2 |
| | | | | | 'cause it contains only liquid script and not a single line of html. | ||||
| * | fix duplicate ids and image sizes in music pages | la-ninpre | 2021-09-19 | 2 | -5/+6 |
| | | |||||
| * | fix html errors | la-ninpre | 2021-09-19 | 6 | -18/+16 |
| | | |||||
| * | tweak css to improve contrast and accesibility | la-ninpre | 2021-09-15 | 1 | -2/+15 |
| | | |||||
| * | add <meta> tags and lang keyword to <html> tag | la-ninpre | 2021-09-15 | 2 | -8/+12 |
| | | | | | also add alts to link images. | ||||
| * | fix permalinks | la-ninpre | 2021-08-26 | 21 | -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-ninpre | 2021-08-26 | 150 | -196/+1584 |
| |\ | | | | | | | music info is messed up now, but kinda works | ||||
| | * | convert tabs to spacesmusic-projects | la-ninpre | 2021-08-26 | 1 | -11/+11 |
| | | | |||||
| | * | add releases permalinks and page layout | la-ninpre | 2021-08-26 | 22 | -24/+86 |
| | | | |||||
| | * | increase contrast and padding in logos | la-ninpre | 2021-08-26 | 5 | -0/+0 |
| | | | |||||
| | * | remove annoying period | la-ninpre | 2021-08-26 | 1 | -1/+1 |
| | | | |||||
| | * | restructure music project includes | la-ninpre | 2021-08-26 | 2 | -22/+19 |
| | | | |||||
| | * | make releases that are of type 'track' actual tracks | la-ninpre | 2021-08-26 | 13 | -79/+79 |
| | | | | | | | | | and modify the music-project layout to display those orphan tracks. | ||||
| | * | add track info and templates | la-ninpre | 2021-08-26 | 91 | -0/+607 |
| | | | |||||
| | * | add release tags to releases and fix names | la-ninpre | 2021-08-26 | 25 | -24/+49 |
| | | | |||||
| | * | tweak music project page | la-ninpre | 2021-08-23 | 3 | -100/+189 |
| | | | | | | | | | | | | | 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 page | la-ninpre | 2021-08-23 | 1 | -1/+1 |
| | | | |||||
| | * | add span.art-menu-item-text to center text properly | la-ninpre | 2021-08-23 | 1 | -1/+5 |
| | | | |||||
| | * | refactor post layout | la-ninpre | 2021-08-23 | 3 | -11/+16 |
| | | | | | | | | | | | | | 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 footer | la-ninpre | 2021-08-23 | 1 | -10/+11 |
| | | | | | | | | | and convert tabs to spaces :p | ||||
| | * | make use of include.variable to make project list | la-ninpre | 2021-08-23 | 2 | -11/+5 |
| | | | |||||
| | * | bring mastodon link back to structure | la-ninpre | 2021-08-23 | 2 | -12/+7 |
| | | | |||||
| | * | add missing project logos | la-ninpre | 2021-08-21 | 5 | -0/+0 |
| | | | |||||
| | * | tweak look of some logos | la-ninpre | 2021-08-21 | 3 | -0/+0 |
| | | | |||||
| | * | tweak logo image scaling and fix logo urls in project page | la-ninpre | 2021-08-21 | 2 | -7/+4 |
| | | | |||||
| | * | rename spiral materivm logo to follow the convention | la-ninpre | 2021-08-20 | 1 | -0/+0 |
| | | | |||||
| | * | convert secauloruxse'i logo to png | la-ninpre | 2021-08-20 | 2 | -0/+0 |
| | | | |||||
| | * | make music project list page look like art menu | la-ninpre | 2021-08-20 | 15 | -143/+279 |
| | | | | | | | | | | | also snippet that makes art menu is now separated as mixin (very powerful thing, btw). | ||||
| | * | add todo notice | la-ninpre | 2021-08-19 | 1 | -0/+1 |
| | | | |||||
| | * | add info about music projects | la-ninpre | 2021-08-19 | 37 | -15/+498 |
| | | | | | | | | | much of stuff included here is subject to change. | ||||
| * | | add example post-receive hook | la-ninpre | 2021-08-19 | 2 | -0/+32 |
| | | | |||||
| * | | add new photo | la-ninpre | 2021-08-19 | 1 | -0/+0 |
| | | | |||||
| * | | fix thumbnail regeneration on every push | la-ninpre | 2021-08-19 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | i hope it will finally work... git post-receive hook is the same, but jekyll now shouldn't purge all generated thumbnails. | ||||
| * | | add new photos | la-ninpre | 2021-08-19 | 1 | -0/+0 |
| | | | | | | | | | ...and test again. | ||||
| * | | add new photos | la-ninpre | 2021-08-19 | 1 | -0/+0 |
| | | | | | | | | | and test thumbnail generation. | ||||
| * | | fix thumbnail generation on every push | la-ninpre | 2021-08-19 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | post-receive git hook is also tweaked. since thumbnails aren't needed on site build time, they can be created after by copying `thumbs.sh` script into site art directory, running it and deleting afterwards. `hooks/post-receive` ``` { cp "$TMP_GIT_CLONE/art/thumbs.sh" "$PUBLIC_WWW/art/thumbs.sh" cd "$PUBLIC_WWW/art" sh thumbs.sh rm thumbs.sh } ``` | ||||
| * | | peek random pictures from categories on push | la-ninpre | 2021-08-19 | 1 | -1/+1 |
| |/ | | | | | sadly it doesn't work with each visit to the website, but i don't want to include javascript into the website. | ||||
| * | remove matrix link and add new post | la-ninpre | 2021-08-18 | 3 | -3/+32 |
| | | |||||
| * | add post count indicator to a tag page | la-ninpre | 2021-07-22 | 1 | -0/+12 |
| | | |||||
| * | add new renders to art page | la-ninpre | 2021-07-16 | 4 | -0/+0 |
| | | |||||
| * | css: change color of links inside posts | la-ninpre | 2021-07-16 | 1 | -0/+6 |
| | | | | | | | gray ones was kinda boring and also not recognizable as links. now they're blue, but one can confuse them with titles and subtitles, so maybe i'll change this later. | ||||
| * | replace element link with invite to matrix | la-ninpre | 2021-06-09 | 2 | -2/+2 |
| | | | | | | | | | | i think it's better, because link to element wasn't exactly a link to my page or whatever. and also it's uncertain if i can use element logo in my site anyway. if you want to use element-web client from my server, you'll find in on https://element.aaoth.xyz | ||||
