<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aaoth.xyz/_config.yml, branch music-projects</title>
<subtitle>aaoth.xyz website</subtitle>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/'/>
<entry>
<title>add releases permalinks and page layout</title>
<updated>2021-08-26T15:48:18+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-08-26T15:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=6d16d76f9bc446f99ff4416dbec4d2aed82e04f4'/>
<id>6d16d76f9bc446f99ff4416dbec4d2aed82e04f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add track info and templates</title>
<updated>2021-08-26T10:22:51+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-08-26T10:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=26156bc9b19fe02a6679f741c9d936aad18a2e85'/>
<id>26156bc9b19fe02a6679f741c9d936aad18a2e85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add info about music projects</title>
<updated>2021-08-18T21:22:00+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-08-18T21:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=9dcaf807a98362a708136284534ee343dd3f2742'/>
<id>9dcaf807a98362a708136284534ee343dd3f2742</id>
<content type='text'>
much of stuff included here is subject to change.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
much of stuff included here is subject to change.
</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>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>
<entry>
<title>add art gallery and tweak header</title>
<updated>2021-02-22T22:46:02+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-02-22T22:46:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=25843593a10da466a1e769b8fdf17284e24d37e6'/>
<id>25843593a10da466a1e769b8fdf17284e24d37e6</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>add jekyll-feed plugin</title>
<updated>2020-12-11T09:28:00+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2020-12-11T09:28:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=d4b99a8b2ee2dd81f507c6c6beac10b8eab93b92'/>
<id>d4b99a8b2ee2dd81f507c6c6beac10b8eab93b92</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 post and tweak filter-by-tag page</title>
<updated>2020-12-09T00:03:05+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2020-12-09T00:03:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=df5b75a6f759222b487691422b2b76fdfd85bb21'/>
<id>df5b75a6f759222b487691422b2b76fdfd85bb21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update post pages and add fossil export post</title>
<updated>2020-12-06T23:51:58+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2020-12-06T23:51:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=c34a1404a2ceb018834ff092fe3c87dd664c515d'/>
<id>c34a1404a2ceb018834ff092fe3c87dd664c515d</id>
<content type='text'>
edit post layout to handle tags, add sort-by-tag page and edit
stylesheet according post content updates
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
edit post layout to handle tags, add sort-by-tag page and edit
stylesheet according post content updates
</pre>
</div>
</content>
</entry>
<entry>
<title>add default layout to config</title>
<updated>2020-08-14T14:02:17+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2020-08-14T12:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=3e7dc756f155e264e3b1d229b60cc01b8c2c0367'/>
<id>3e7dc756f155e264e3b1d229b60cc01b8c2c0367</id>
<content type='text'>
and lowercased the heading :p
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and lowercased the heading :p
</pre>
</div>
</content>
</entry>
</feed>
