summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-20 08:51:48 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commit26ff37f6bb5d0712df38040a1d47b43ca4866a70 (patch)
treea8c1c70168a9d25399bfb138fc29571a64098568
parent61aeed196b412ca0c57a8b7a52593215752f1e37 (diff)
fix link
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 220ad77f..5ee372b7 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the source code of my personal internet site and blog engine. All conten
* Via Gemini/Gemtext: [gemini://buetow.org](gemini://buetow.org) (You need a Gemini client for this)
* Via "normal" HTML: [https://buetow.org](https://buetow.org) (Actually it's XHTML Transitional 1.0)
* Via [Gemini Webproxy](https://portal.mozz.us/gemini/buetow.org)
-* Via [GitHub Markdown](https://github.com/snonux/buetow.org/blob/master/content/md/index.md)
+* Via [GitHub Markdown](https://github.com/snonux/buetow.org/blob/content-md/index.md)
* Via [GitHub Page](https://snonux.github.io/buetow.org) (from Markdown)
Have a look at the `content-*` branches of this buetow.org Git project for source samples.
@@ -105,4 +105,5 @@ These are things I want to do with this project in near future:
* Custom alt.buetow.org domain for GitHub page.
* Test + fix on macOS (I havn't tested it for macOS fully yet)
* Write a blog post about buetow.org.sh script
+* Document how to add a blog post.
* Once blog post published request buetow.org.sh to be added to the Awesome Gemini list.