<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aaoth.xyz/.gitignore, branch music-projects</title>
<subtitle>aaoth.xyz website</subtitle>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/'/>
<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>add jekyll</title>
<updated>2020-08-14T14:02:05+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2020-07-30T18:47:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=8d50910cddf72fa3e2ea019786fd9f323b7d4e9c'/>
<id>8d50910cddf72fa3e2ea019786fd9f323b7d4e9c</id>
<content type='text'>
i've decided to build my site using jekyll. i've found it very useful
for me because of customisability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i've decided to build my site using jekyll. i've found it very useful
for me because of customisability.
</pre>
</div>
</content>
</entry>
</feed>
