diff options
| author | alex <alex@pdp7.net> | 2023-11-16 21:41:46 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-11-16 21:41:46 +0100 |
| commit | 50d0ae3d0efa29cfd28fb65f49b412a57816fbab (patch) | |
| tree | afda8a3690fc6d46afb95598aea2c54405f5a294 /blog/README.md | |
| parent | 4452fdc3dc57dd77b7c36a6253e24d1ad1850e69 (diff) | |
Add blog/README.md
Diffstat (limited to 'blog/README.md')
| -rw-r--r-- | blog/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/blog/README.md b/blog/README.md new file mode 100644 index 00000000..aad1e186 --- /dev/null +++ b/blog/README.md @@ -0,0 +1,8 @@ +# My blog + +The blog is available via [HTTP/HTML](https://alex.corcoles.net/) and [Gemini](gemini://alex.corcoles.net/). +Gemini is a lightweight protocol similar to Gopher, or HTML with no Javascript nor CSS. +I use [my own framework](https://github.com/alexpdp7/bicephalus) to have a single process serve HTTP and Gemini. + +I use [a Rust script](https://github.com/alexpdp7/alexpdp7/blob/master/blog/build.rs) to build a container image of my blog, using my [paars](https://github.com/alexpdp7/paars) project to automate some "Platform as a Service"-like tasks. +The container image is deployed to Kubernetes. |
