diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-18 22:38:49 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | 7741163cde660e314a23525789271b84b52b3630 (patch) | |
| tree | 3e32e7671e66d5fefa9a833936f0ad03ec53883f | |
| parent | fc9a4bd1551b2141ad99dba4d21c6b81e53834b7 (diff) | |
fix
| -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/"> |
