diff options
| author | Paul Buetow <paul@buetow.org> | 2021-11-01 08:07:11 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-11-01 08:07:11 +0200 |
| commit | ee38631e17ffa4b0b338572482239b61e83c71a4 (patch) | |
| tree | f09423e43c24b0574ae60100e93043ff3fc4df90 | |
| parent | 75e62c6ce76a50b2f9a5f5de54c830817a6c8716 (diff) | |
move from github to codeberg
| -rw-r--r-- | README.md | 6 | ||||
| -rwxr-xr-x | gemtexter | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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 @@ -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 |
