diff options
| author | user <user@node5.net> | 2024-03-11 12:30:12 +0100 |
|---|---|---|
| committer | user <user@node5.net> | 2024-03-11 12:30:12 +0100 |
| commit | 2acc319be54bc0e38070cee974bc66fb1210282b (patch) | |
| tree | 962d3557ece929e724833f729a7e7f68990eb83e | |
| parent | 1ede08d1790d1046c06343f273711fe68ab62f83 (diff) | |
blog meta - flask backend
| -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. |
