Replace links with about
This commit is contained in:
parent
5b1d8f6243
commit
6a75956231
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: About
|
||||
---
|
||||
|
||||
# Other websites
|
||||
|
||||
I self-host a Gitea instance at [git.alogoulogoi.com](https://git.alogoulogoi.com). I also have a [GitHub account](https://github.com/Jaculabilis).
|
||||
|
||||
# Colophon
|
||||
|
||||
**Technology:** This website is built from [Markdown and HTML sources](https://git.alogoulogoi.com/Jaculabilis/www) using [Python-Markdown](https://python-markdown.github.io/). It is hosted on a NixOS VPS running Nginx and serving static files deployed via `rsync`.
|
||||
|
||||
Before the Internet was a deployment system for JavaScript, it was a web of interlinked hypertext documents. This site's design reflects that forgotten dream. The pages are self-contained, the styling is minimal, and the content is accessible without scripting enabled.
|
||||
|
||||
**Privacy:** Nginx keeps request logs, but I never check them. I don't know what I'd do with them, either.
|
|
@ -2,6 +2,6 @@
|
|||
title: Home
|
||||
---
|
||||
|
||||
Most of the site content can be found in [Pages](./page/).
|
||||
=> [Pages on this site](./page/).
|
||||
|
||||
See also the [Links](./links/).
|
||||
=> [About this site](./about/).
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
title: Links
|
||||
---
|
||||
|
||||
My software projects are hosted on [my Gitea instance](https://git.alogoulogoi.com).
|
||||
Some of my projects are also on [GitHub](https://github.com/Jaculabilis).
|
Loading…
Reference in New Issue