summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Blog meta.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/Blog meta.md b/Blog meta.md
index 46a2adc..f3ffe41 100644
--- a/Blog meta.md
+++ b/Blog meta.md
@@ -3,16 +3,17 @@ description: Information about this blog itself
 created: 2023-12-21
 ---
 
-This blog is running on a self made backend: 
+This blog is running on a self made backend:
 [flask backend git repo](https://git.node5.net/blog/blog.node5.net_flask/about/)
 
 The article source markdown and other files are tracked in a separate repo:
-[git repo](https://git.node5.net/blog/articles/)
+[article git repo](https://git.node5.net/blog/articles/)
 
 
 This blog used to be a statically generated site derived from markdown files, first using 
 [jekyll](https://jekyllrb.com/).
-Then later using a [self made blog generator](https://git.node5.net/blog/blog-generator/about)
+Then later using:
+[self made blog generator git repo](https://git.node5.net/blog/blog-generator/about)
 
 This blog has gone through design revisions, try visiting [/old](https://blog.node5.net/old) to see the old design.