drafts/wiki/about/_index.md (view raw)
1---
2template: page.html
3title: about
4subtitle: This website serves my mind, digitized.
5date: 2021-03-20
6---
7
8This site is built using [vite](https://git.icyphox.sh/vite) -- a static
9site generator written in Go. The wiki index is generated using a [shell
10script](https://git.icyphox.sh/site/tree/bin/wiki.sh), with heavy use of
11bashisms. This script runs prior to vite, and preps the wiki index
12page's markdown.
13
14The blog is used as a space for my rants, long form writing and
15descriptions of my technical endeavours. This wiki is my personal
16logging system; a map of my mind. It is a work in progress, and is far
17from done, as of this writing.
18
19Nearly all media content, barring some old images, are served from my
20file host at https://x.icyphox.sh. This is hosted on my Raspberry Pi, at
21home. If you notice slow image loads, this is why. At present, I have no
22plans to change this setup.
23
24The source for this site is [here](https://git.icyphox.sh/site).
25
26I don't care for analytics or statistics; I value your privacy. All
27content hosted on this site is available under the **Creative Commons
28BY-NC-SA** license. All source for this site is available under **MIT**.