summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2021-05-19 10:06:02 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commit641a95de7bdd64963666cca6b96387ab5d9245e2 (patch)
tree633a546aff999286dd4c6073726ed6a037fed58b /README.md
parent05c68a1ed420243e484003df9bb281b79303c604 (diff)
some refactoring and also ensured that it works on macOS (given Bash 5 is installed)
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 72bf9c4..fb8450b 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ This is the source code of my Gemini capsule. You can reach the site(s) here:
* Text editor: [Vim](https://www.vim.org)
* Gemini server: [a-h/gemini](https://github.com/a-h/gemini)
-* Some Bash scripting
+* Some Bash scripting (GNU Bash probably 5.x or higher required)
## HTTP fallback software used
@@ -23,6 +23,7 @@ This is the source code of my Gemini capsule. You can reach the site(s) here:
These are things I want to do with this project in near future:
-* Make it work on macOS, as it currently doesn't fully (Only ensure correct Bash version?)
* Speed it up a bit: Make it so, that only changed .gmi files (or changed HTML templates) result into re-generating other formats.
* Write a blog post about buetow.org.sh script
+* Maybe put the ./content dirs into different git projects and then include them via submodules. This has the benefit that the GitHub page has the resulting index.md in the root folder.
+* Custom alt.buetow.org domain for GitHub page.