diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | index.html | 5 |
2 files changed, 1 insertions, 6 deletions
@@ -24,6 +24,6 @@ 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?) -* Auto generate ./index.md for github page +* Store content in it's own branches (e.g. gmi, md, html). Can then ve used by GitHub pages too. * 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 diff --git a/index.html b/index.html deleted file mode 100644 index deb28769..00000000 --- a/index.html +++ /dev/null @@ -1,5 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>Redirecting to https://snonux.github.io/buetow.org/content/md/</title> -<meta http-equiv="refresh" content="0; URL=https://snonux.github.io/buetow.org/content/md/"> -<link rel="canonical" href="https://snonux.github.io/buetow.org/content/md/"> |
