summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-11-01 08:07:11 +0200
committerPaul Buetow <paul@buetow.org>2021-11-01 08:07:11 +0200
commitee38631e17ffa4b0b338572482239b61e83c71a4 (patch)
treef09423e43c24b0574ae60100e93043ff3fc4df90
parent75e62c6ce76a50b2f9a5f5de54c830817a6c8716 (diff)
move from github to codeberg
-rw-r--r--README.md6
-rwxr-xr-xgemtexter2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1fcbc8a..97b75d1 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,10 @@ This is the source code of my personal internet site and blog engine. All conten
* Via Gemini/Gemtext: [gemini://snonux.de](gemini://snonux.de) or [gemini://buetow.org](gemini://buetow.org) (You need a Gemini client for this)
* Via "normal" HTML: [https://snonux.de](https://snonux.de) or [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/content-md/index.md)
-* Via GitHub Page: [https://alt.buetow.org](https://alt.buetow.org) (from Markdown)
+* Via [GitHub Markdown](https://codeberg.org/snonux/buetow.org/blob/content-md/index.md)
+* Via GitHub Page: [https://alt.buetow.org](https://alt.buetow.org) (from Markdown) - Note, as I moved the repo to Codeberg I might remove the GithubPage reference.
-Have a look at the `content-*` branches of the [buetow.org Git](https://github.com/snonux/buetow.org) project for static content examples.
+Have a look at the `content-*` branches of the [buetow.org Git](https://codeberg.org/snonux/buetow.org) project for static content examples.
# Getting started
diff --git a/gemtexter b/gemtexter
index ef79539..d4d046c 100755
--- a/gemtexter
+++ b/gemtexter
@@ -57,7 +57,7 @@ The content base directory, does not exist. Run the following to create it, it
also adds some sample Gemtext content:
mkdir -p $CONTENT_BASE_DIR/{meta,md,html}
- git clone --branch content-gemtext https://github.com/snonux/buetow.org $CONTENT_BASE_DIR/gemtext
+ git clone --branch content-gemtext https://codeberg.org/snonux/buetow.org $CONTENT_BASE_DIR/gemtext
rm -Rf $CONTENT_BASE_DIR/gemtext/.git
Once done, you are ready to edit the files in $CONTENT_BASE_DIR/gemtext. Every