<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aaoth.xyz/en/_footer.html, branch main</title>
<subtitle>aaoth.xyz website</subtitle>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/'/>
<entry>
<title>footer: change link of licence to local file</title>
<updated>2022-06-19T17:45:45+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2022-06-19T17:45:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=a4040a5bfa28ea9d1b1d4d5e87ba4aa29ebfe6ae'/>
<id>a4040a5bfa28ea9d1b1d4d5e87ba4aa29ebfe6ae</id>
<content type='text'>
if i'm right, this makes all links on the site local.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if i'm right, this makes all links on the site local.
</pre>
</div>
</content>
</entry>
<entry>
<title>footer: change source link to relative</title>
<updated>2022-04-23T18:57:44+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2022-04-23T18:57:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=8d5e3dc62773584e0e530251e3afb787cc7890da'/>
<id>8d5e3dc62773584e0e530251e3afb787cc7890da</id>
<content type='text'>
i've tweaked cgit to serve aaoth.xyz repo under /src/*. now source code
is available through yggdrasil, tor and i2p without leaving the site.

in httpd.conf it looks like this:

```
...
location "/src/*" {
    root "/cgi-bin/cgit.cgi"
    fastcgi {
        socket "/run/slowcgi.sock"
        param CGIT_CONFIG "/cgit/cgitrc-embed"
    }
}
...
```

so i'm just pointing cgit to other configuration file which is tweaked to
fit for this purpose (e.g. noheader option is turned on and there's no
scan-path, just one repo).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i've tweaked cgit to serve aaoth.xyz repo under /src/*. now source code
is available through yggdrasil, tor and i2p without leaving the site.

in httpd.conf it looks like this:

```
...
location "/src/*" {
    root "/cgi-bin/cgit.cgi"
    fastcgi {
        socket "/run/slowcgi.sock"
        param CGIT_CONFIG "/cgit/cgitrc-embed"
    }
}
...
```

so i'm just pointing cgit to other configuration file which is tweaked to
fit for this purpose (e.g. noheader option is turned on and there's no
scan-path, just one repo).
</pre>
</div>
</content>
</entry>
<entry>
<title>reimplement website using shell scripts</title>
<updated>2022-04-18T21:32:37+00:00</updated>
<author>
<name>la-ninpre</name>
<email>leobrekalini@gmail.com</email>
</author>
<published>2022-04-18T21:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.aaoth.xyz/aaoth.xyz/commit/?id=8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0'/>
<id>8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0</id>
<content type='text'>
major change, i know. now i'm using ssg and rssg by roman zolotarev.
okay, well, not exactly. ssg is modified to generate pages for gemini
too. it's hard to maintain two different things simultaneously.

bye-bye jekyll!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
major change, i know. now i'm using ssg and rssg by roman zolotarev.
okay, well, not exactly. ssg is modified to generate pages for gemini
too. it's hard to maintain two different things simultaneously.

bye-bye jekyll!
</pre>
</div>
</content>
</entry>
</feed>
