blob: 338bb729a54aa196ac9e30a835732646a8d137f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
The foo.surf internet site
===========================
This repository contains the static files of my internet site. [gemini://foo.surf](gemini://foo.surf) and [https://foo.surf](https://foo.surf).
Each format is in it's own branch in this repository. E.g.:
* Gemtext is in `content-gemtext`
* HTML is in `content-html`
* Markdown is in `content-md`
* ... ando so on.
You can find more about my internet site and the static content generator at [snonux/gemtexter](https://codeberg.org/snonux/gemtexter).
## Software I use to maintain this site
* Text editor: [Neovim](https://www.neovim.io)
* GNU Bash: [https://www.gnu.org/software/bash/](https://www.gnu.org/software/bash/)
* ShellCheck: [https://www.shellcheck.net/](https://www.shellcheck.net/)
* Server OS: [OpenBSD](https://www.OpenBSD.org)
* Gemini server: `vger` on OpenBSD via `relayd` and `inetd`.
* Web server: `httpd` of OpenBSD) (for "normal" HTML site)
* Obviously, I am also using Codeberg for source code and Codeberg Page hosting.
|