<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aaoth.xyz/_layouts/about-page.html, branch music-projects</title>
<subtitle>aaoth.xyz website</subtitle>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/'/>
<entry>
<title>bring mastodon link back to structure</title>
<updated>2021-08-23T17:01:11+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-08-23T17:01:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=6151460d2e35c73b5a2cb043c412ade4de073436'/>
<id>6151460d2e35c73b5a2cb043c412ade4de073436</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add mastodon link</title>
<updated>2021-06-08T16:10:35+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-06-08T16:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=6770a9889f139dcf0f548c2541014b2bea7ebd83'/>
<id>6770a9889f139dcf0f548c2541014b2bea7ebd83</id>
<content type='text'>
because it needed this rel="me" attribute, i couldn't do it from my
_data/links.yml file and this sux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
because it needed this rel="me" attribute, i couldn't do it from my
_data/links.yml file and this sux.
</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>fix minor issues</title>
<updated>2021-05-25T14:06:18+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-05-25T14:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=3e30c7241cb18c5e02195e889b9e4dc73490214a'/>
<id>3e30c7241cb18c5e02195e889b9e4dc73490214a</id>
<content type='text'>
add width and height to icons
add lang meta-tag
add swap to fonts for faster loading
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add width and height to icons
add lang meta-tag
add swap to fonts for faster loading
</pre>
</div>
</content>
</entry>
<entry>
<title>add latest post to the home page</title>
<updated>2021-05-23T16:55:39+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2021-05-23T16:55:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=5ed1e6e32918a6e98e6854017248e3e88e95f87c'/>
<id>5ed1e6e32918a6e98e6854017248e3e88e95f87c</id>
<content type='text'>
and add tags to post-preview.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and add tags to post-preview.html
</pre>
</div>
</content>
</entry>
<entry>
<title>add about page content</title>
<updated>2020-12-07T11:27:05+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2020-12-07T11:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=2e9114bd684688b3ffbf3e3a7d49cbe9d5b3e5bd'/>
<id>2e9114bd684688b3ffbf3e3a7d49cbe9d5b3e5bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
