From 0e185d172abbf656647094b6564f5424bc0d3922 Mon Sep 17 00:00:00 2001 From: Collin Lefeber Date: Fri, 22 Nov 2024 17:41:46 -0500 Subject: [PATCH] migrate srht --- posts/build_a_blog.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/posts/build_a_blog.md b/posts/build_a_blog.md index e2d2d74..284c477 100644 --- a/posts/build_a_blog.md +++ b/posts/build_a_blog.md @@ -654,11 +654,11 @@ And - it was fun to write and write about. View the complete source for generating this blog: -* [main.py](https://git.sr.ht/~cfebs/cfebs.srht.site/tree/main/item/main.py) -* [index.html.tmpl](https://git.sr.ht/~cfebs/cfebs.srht.site/tree/main/item/index.html.tmpl) -* [index.xml.tmpl](https://git.sr.ht/~cfebs/cfebs.srht.site/tree/main/item/index.xml.tmpl) +* [main.py](https://gitlab.com/cfebs/cfebs-blog/-/blob/main/main.py) +* [index.html.tmpl](https://gitlab.com/cfebs/cfebs-blog/-/blob/main/index.html.tmpl) +* [index.xml.tmpl](https://gitlab.com/cfebs/cfebs-blog/-/blob/main/index.xml.tmpl) -Or the full repo tree: +Or the full repo tree: ## EDIT @@ -925,4 +925,4 @@ But now down to ~1.5s for 1000 posts 🎉 [4]: https://python-markdown.github.io/ [5]: https://archlinux.org/packages/extra/any/python-markdown/ [hugo]: https://gohugo.io/ -[duped]: https://git.sr.ht/~cfebs/cfebs.srht.site/commit/4b39494e827245ce1fbf1cbd983786e8db34c645 +[duped]: https://gitlab.com/cfebs/cfebs-blog/-/commit/4b39494e827245ce1fbf1cbd983786e8db34c645