Commit | Line | Data |
---|---|---|
b307aaa9 AB |
1 | #+title: Colophon |
2 | #+date: [2018-08-19 Sun] | |
3 | #+options: toc:nil | |
4 | ||
5 | #+include: "./macros.org" | |
6 | ||
7 | This is my personal website, previous versions of which I've ran on | |
8 | different domains since 2012. The last version was generated using | |
9 | [[https://www.romanzolotarev.com/ssg.html][ssg]] (shout out to Roman Zolotarev), but I've since ported it to GNU | |
10 | Emacs + Org mode. | |
11 | ||
12 | The sources are available on https://git.sr.ht/~aminb/aminb.org. The | |
13 | site is automatically generated on each =git push= using the | |
14 | [[https://builds.sr.ht][builds.sr.ht]] service (see the [[https://git.sr.ht/~aminb/aminb.org/tree/.build.yml][=.build.yml=]] build manifest) and is | |
15 | deployed to my server, where it's served by [[https://www.nginx.com][Nginx]] on [[https://www.debian.org][Debian GNU/Linux]]. | |
16 | ||
17 | * Night mode | |
18 | ||
19 | To toggle night mode, click on {{{light}}}, which is always available | |
20 | on the top navigation menu. It saves its state in a browser cookie, | |
21 | other than that no JavaScript is required to use this website. | |
22 | ||
23 | * Copyright and Licenses | |
24 | :PROPERTIES: | |
25 | :CUSTOM_ID: copyright | |
26 | :END: | |
27 | ||
28 | The source code for this site is licensed under version 3 (or, at your | |
29 | option, any later version) of the [[https://gnu.org/licenses/gpl.html][GNU General Public License]] (see the | |
30 | [[https://git.sr.ht/~aminb/aminb.org/tree/COPYING][=COPYING=]] file). The contents of the website are licensed under a | |
31 | {{{ccbysa}}} license. |