Commit | Line | Data |
---|---|---|
eac9e3d2 AB |
1 | +++ |
2 | title = "Colophon" | |
3 | draft = false | |
eac9e3d2 AB |
4 | +++ |
5 | ||
6 | This is my personal website, previous versions of which I've ran on | |
3f126e4c AB |
7 | different domains since 2012. I've previously used Octopress, Jekyll, |
8 | a [custom](https://github.com/aminb/blog-old) static site generator written in Haskell (kudos to [Ruud van | |
af0b7ec5 | 9 | Asseldonk](https://ruudvanasseldonk.com)), [ssg](https://www.romanzolotarev.com/ssg.html) (shout out to [Roman Zolotarev](https://www.romanzolotarev.com)), and [org-publish](https://orgmode.org/manual/Publishing.html) (see |
0db8c2d8 AB |
10 | also [A blog in pure Org/Lisp](https://ambrevar.xyz/blog-architecture/index.html)); but I've since ported it to [ox-hugo](https://ox-hugo.scripter.co/), a |
11 | "carefully crafted Org exporter back-end for Hugo" (kudos to [Kaushal | |
12 | Modi](https://scripter.co)). I've never been happier with my setup. | |
eac9e3d2 | 13 | |
a37e0b62 AB |
14 | The sources are available at <https://git.aminb.org/aminb.org>. On each |
15 | `git push`, the repository is mirrored from my personal server to my | |
16 | sr.ht account, the site is then automatically generated using the | |
17 | [builds.sr.ht](https://builds.sr.ht) service (see the [`.build.yml`](https://git.aminb.org/aminb.org/tree/.build.yml) build manifest), and is | |
18 | deployed back to my server, where it's served using [Nginx](https://www.nginx.com) on [Debian | |
9e7f482c | 19 | GNU/Linux](https://www.debian.org). |
eac9e3d2 AB |
20 | |
21 | ||
22 | ## Night mode {#night-mode} | |
23 | ||
24 | To toggle night mode, click on <label class="light-off-button-inline" for="light-off"></label>, which is always available | |
25 | on the top navigation menu. It saves its state in a browser cookie, | |
26 | other than that no JavaScript is required to use this website. | |
27 | ||
28 | ||
29 | ## Copyright and Licenses {#copyright} | |
30 | ||
31 | The source code for this site is licensed under version 3 (or, at your | |
32 | option, any later version) of the [GNU General Public License](https://gnu.org/licenses/gpl.html) (see the | |
a37e0b62 | 33 | [`COPYING`](https://git.aminb.org/aminb.org/tree/COPYING) file). The contents of the website are licensed under a |
eac9e3d2 AB |
34 | <a rel="license" href="//creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International <img alt="Creative Commons Licence" style="border-width:0" src="//i.creativecommons.org/l/by-sa/4.0/80x15.png"/></a> license. |
35 | ||
84421557 AB |
36 | |
37 | ## i2p angel {#i2pangel} | |
38 | ||
39 | The favicons were derived from [nether](https://psychosoma.tech)'s beautiful [i2p angel](https://psychosoma.tech/me/work/i2pangel.png), a small | |
40 | version of which is displayed on the home page. | |
41 | ||
eac9e3d2 | 42 | [//]: # "Exported with love from a post written in Org mode" |
bdec7790 | 43 | [//]: # "- https://ox-hugo.scripter.co" |