<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aaoth.xyz/art/photos, branch jekyll</title>
<subtitle>aaoth.xyz website</subtitle>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/'/>
<entry>
<title>rename art to visual</title>
<updated>2021-11-19T20:55:13+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-11-19T20:55:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=79a4e6c60f2a6b6b69f464a6c83f83e42e5ea510'/>
<id>79a4e6c60f2a6b6b69f464a6c83f83e42e5ea510</id>
<content type='text'>
'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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'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.
</pre>
</div>
</content>
</entry>
<entry>
<title>add new photo</title>
<updated>2021-08-19T07:36:43+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-08-19T07:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=86fab0396f6a76f373d04f81a490aed025c0b856'/>
<id>86fab0396f6a76f373d04f81a490aed025c0b856</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add new photos</title>
<updated>2021-08-19T06:55:43+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-08-19T06:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=b072c092fb6d83a88fcecfa6201d0c80c369d1f4'/>
<id>b072c092fb6d83a88fcecfa6201d0c80c369d1f4</id>
<content type='text'>
...and test again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
...and test again.
</pre>
</div>
</content>
</entry>
<entry>
<title>add new photos</title>
<updated>2021-08-19T06:50:44+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-08-19T06:50:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=a6c5af96808849f828a4162191853ccb2545af55'/>
<id>a6c5af96808849f828a4162191853ccb2545af55</id>
<content type='text'>
and test thumbnail generation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and test thumbnail generation.
</pre>
</div>
</content>
</entry>
<entry>
<title>modify art page to display thumbnails</title>
<updated>2021-05-26T21:19:10+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-05-26T21:13:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=324991d82ef26798ed5842a6fe03eabc798ff497'/>
<id>324991d82ef26798ed5842a6fe03eabc798ff497</id>
<content type='text'>
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" ] &amp;&amp; {
    dir="$PWD"
    cd "$TMP_GIT_CLONE/art/" &amp;&amp; sh thumbs.sh &amp;&amp; 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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" ] &amp;&amp; {
    dir="$PWD"
    cd "$TMP_GIT_CLONE/art/" &amp;&amp; sh thumbs.sh &amp;&amp; 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak art menu and add more pictures</title>
<updated>2021-02-23T18:41:36+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-02-23T18:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=62e974a0832e919da8a919fcaa78adaa68e74505'/>
<id>62e974a0832e919da8a919fcaa78adaa68e74505</id>
<content type='text'>
add two new categories - drawings and logos.

this css tinkering is so time consuming &gt;_&lt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add two new categories - drawings and logos.

this css tinkering is so time consuming &gt;_&lt;
</pre>
</div>
</content>
</entry>
<entry>
<title>add categories to art page</title>
<updated>2021-02-23T11:23:15+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-02-23T11:23:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=97c19c29cd3b9d7d69e103b6b78cd299a6428086'/>
<id>97c19c29cd3b9d7d69e103b6b78cd299a6428086</id>
<content type='text'>
whooah!

there is some tough liquid-tagging involved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
whooah!

there is some tough liquid-tagging involved.
</pre>
</div>
</content>
</entry>
</feed>
