diff options
-rw-r--r-- | README.org | 2 | ||||
-rwxr-xr-x | build.sh | 3 | ||||
-rw-r--r-- | content/services/index.org | 2 | ||||
-rw-r--r-- | theme/templates/base.html | 5 | ||||
-rw-r--r-- | theme/templates/index.html | 2 |
5 files changed, 5 insertions, 9 deletions
@@ -49,4 +49,4 @@ running =C-x i= (=insert-file-contents=), and then direct it to the ** Tasks -Refer to the [[https://todo.sr.ht/~cyborg/cleberg.net][todo page]] for open tickets or to submit a new ticket. +Refer to the [[https://github.com/ccleberg/cleberg.net/issues][issues page]] for open tickets or to submit a new ticket. @@ -10,9 +10,6 @@ if [ "$answer" != "${answer#[Yy]}" ] ; then emacs --script publish.el &>/dev/null && \ minify -o theme/static/styles.min.css \ theme/static/styles.css && \ - pandoc -f org -t html readme.org -o readme.html && \ - hut git update --readme readme.html --repo \ - https://git.sr.ht/\~cyborg/cleberg.net && \ rsync -r --delete-before .build/* \ ubuntu:/var/www/cleberg.net/ else diff --git a/content/services/index.org b/content/services/index.org index c610b35..efc355f 100644 --- a/content/services/index.org +++ b/content/services/index.org @@ -11,4 +11,4 @@ - [[https://rimgo.cleberg.net/][Rimgo]] - An alternative frontend for Imgur - [[https://search.cleberg.net/][SearXNG]] - A privacy-respecting, open metasearch engine -See the [[https://git.sr.ht/~cyborg/cleberg.net/log/main/item/content/services.md][git log]] if you want to see changes that have been made. +See the [[https://github.com/ccleberg/cleberg.net/commits/main/content/services/index.org][git log]] if you want to see changes that have been made. diff --git a/theme/templates/base.html b/theme/templates/base.html index d6b37d2..ccd7449 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -29,9 +29,8 @@ <footer> <p>Last build: <{{ now() | strftime("%Y-%m-%d %a %H:%M:%S") }}></p> <p> - <a href="https://git.sr.ht/~cyborg/cleberg.net" - target="_blank" rel="noopener">Source Code</a> - · + <a href="https://github.com/ccleberg/cleberg.net" target="_blank" + rel="noopener">Source Code</a> · <a href="/feed.xml">RSS Feed</a> </p> </footer> diff --git a/theme/templates/index.html b/theme/templates/index.html index 906dd2d..5b6df91 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -53,7 +53,7 @@ uid [ultimate] Christian Cleberg <hello@cleberg.net></pre> >@cyborg:@matrix.tchncs.de</a > </li> - <li><a href="https://git.sr.ht/~cyborg/">Sourcehut</a></li> + <li><a href="https://github.com/ccleberg">GitHub</a></li> </ul> </section> |