README.md (view raw)
1# aaoth.xyz
2
3repo of aaoth.xyz [website][0] and [gemini capsule][1].
4
5i have a lot of different creative projects so that i can't handle it in my
6head. so i wish i'll be able to create some lightweight and simple website to
7show as much of them as possible.
8
9[0]:https://aaoth.xyz
10[1]:gemini://aaoth.xyz
11
12## implementation
13
14website is built from markdown files by slightly modified [ssg][2] script.
15[rssg][3] script generates rss feed from the blog page.
16both scripts are included in the repository for ease of use.
17
18[2]:https://rgz.ee/ssg.html
19[3]:https://rgz.ee/rssg.html
20
21## history
22
23firstly i've decided to use [jekyll][4] for this website.
24but then i found out that it's fairly complex and adds a lot of unnecessary
25layers of abstraction to my work.
26
27also i used [this git hook][5] on my server-side git repository for
28automatic deployment.
29
30[4]:https://jekyllrb.com
31[5]:https://jekyllrb.com/docs/deployment/automated/
32
33## license
34
35all site contents are licensed under
36[creative commons attribution share-alike][6] license (see `LICENSE.CC-BY-SA`).
37
38all supplemental code is licensed under an isc license (see `LICENSE.ISC`).
39
40[6]:https://creativecommons.org/licenses/by-sa/4.0/