summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-18 22:38:49 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commit7741163cde660e314a23525789271b84b52b3630 (patch)
tree3e32e7671e66d5fefa9a833936f0ad03ec53883f
parentfc9a4bd1551b2141ad99dba4d21c6b81e53834b7 (diff)
fix
-rw-r--r--README.md2
-rw-r--r--index.html5
2 files changed, 1 insertions, 6 deletions
diff --git a/README.md b/README.md
index bc2ec7b7..1e6c5b47 100644
--- a/README.md
+++ b/README.md
@@ -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/">