web-pylon (all lower-case) is the framework I built to run this website. It's an extremely simple
service that mostly just fills out HTML templates with the contents of a markdown file and a little
bit of metadata.
web-pylon is definitely not feature-complete; in fact, it's under pretty much continuous
development. I add new features and fix bugs as I notice them on my own website (or the handful of
friends' websites that also use it). I expect this to continue for the foreseeable future, so if
you would like to use an actively-supported, free website engine, please consider web-pylon!
Feel free to read the source code if
you're curious, or clone the repository with the following command:
$ git clone https://git.echowritescode.dev/public/web-pylon.git
Any individual person may use web-pylon free of charge. Please do not use web-pylon if you are
acting on behalf of any type of organization (company, non-profit, government, etc.).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
web-pylon (all lower-case) is the framework I built to run this website. It's an extremely simple
service that mostly just fills out HTML templates with the contents of a markdown file and a little
bit of metadata.
web-pylon is definitely not feature-complete; in fact, it's under pretty much continuous
development. I add new features and fix bugs as I notice them on my own website (or the handful of
friends' websites that also use it). I expect this to continue for the foreseeable future, so if
you would like to use an actively-supported, free website engine, please consider web-pylon!
Feel free to [read the source code](https://git.echowritescode.dev/repository/web-pylon/head) if
you're curious, or clone the repository with the following command:
```
$ git clone https://git.echowritescode.dev/public/web-pylon.git
```
Any individual person may use web-pylon free of charge. Please do not use web-pylon if you are
acting on behalf of any type of organization (company, non-profit, government, etc.).