summaryrefslogtreecommitdiff
path: root/README.md
blob: 4adf8c21b6c46f8c3deb5c54945d5a206475da2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
The buetow.org internet site
============================

This repository contains the static files of my internet site.  [gemini://snonux.de](gemini://snonux.de)/[gemini://buetow.org](gemini://buetow.org) and [https://snonux.de](https://snonux.de)/[https://buetow.org](https://buetow.org). 

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://github.com/snonux/gemtexter).

## Software I use to maintain this site

* Text editor: [Vim](https://www.vim.org)
* Gemini server: [a-h/gemini](https://github.com/a-h/gemini)
* Bash
* ShellCheck (if you want to run the tests)
* Web server: [Apache HTTPD](https://httpd.apache.org) (for "normal" HTML site)
* Obviously, I am also using GitHub for source code and GitHub Page hosting.