From 6a759562313b6c97832ef51ed895138743d4b3b1 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Tue, 12 Sep 2023 09:23:16 -0700 Subject: [PATCH] Replace links with about --- src/about/index.md | 15 +++++++++++++++ src/index.md | 4 ++-- src/links/index.md | 6 ------ 3 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 src/about/index.md delete mode 100644 src/links/index.md diff --git a/src/about/index.md b/src/about/index.md new file mode 100644 index 0000000..4c6e7c9 --- /dev/null +++ b/src/about/index.md @@ -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. diff --git a/src/index.md b/src/index.md index b0247ac..c0ef7e5 100644 --- a/src/index.md +++ b/src/index.md @@ -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/). \ No newline at end of file +=> [About this site](./about/). \ No newline at end of file diff --git a/src/links/index.md b/src/links/index.md deleted file mode 100644 index 0af30b7..0000000 --- a/src/links/index.md +++ /dev/null @@ -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).