diff options
| -rw-r--r-- | Blog meta.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Blog meta.md b/Blog meta.md index 87410ba..2e0146d 100644 --- a/Blog meta.md +++ b/Blog meta.md @@ -3,8 +3,16 @@ description: Information about this blog itself created: 2023-12-21 --- -This blog is a statically generated site derived from markdown files using a -[self made blog generator](https://git.node5.net/blog-generator/about), it used to be generated with jekyll +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/) + + +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-generator/about) This blog has gone through design revisions, try visiting [/old](https://blog.node5.net/old) to see the old design. |
