diff options
| author | user@node5.net <user@node5.net> | 2026-07-25 16:18:23 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-07-25 16:18:23 +0200 |
| commit | 4811535721d139dd249a00c47f0774f32aedd0e9 (patch) | |
| tree | 98c70738cc590e44b0772ec66c0c8c00a2046877 /misc/Blog meta.md | |
| parent | d0e0f9f2b743e700ec6fa172c36ffc1bd1647ab5 (diff) | |
rearrange - move less important articles to misc folder
Diffstat (limited to 'misc/Blog meta.md')
| -rw-r--r-- | misc/Blog meta.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/misc/Blog meta.md b/misc/Blog meta.md new file mode 100644 index 0000000..2893758 --- /dev/null +++ b/misc/Blog meta.md @@ -0,0 +1,37 @@ +--- +description: Information about this blog itself +created: 2023-12-21 +--- + +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: +[article git repo](https://git.node5.net/blog/articles/) + +To see the history for a given article, click the modified date to go to the git repo log example for this article: +[Blog meta - git repo - history](https://git.node5.net/blog/articles/log/Blog%20meta.md) + +This blog used to be a statically generated site derived from markdown files, first using +[jekyll](https://jekyllrb.com/). +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. + +The blog is designed so there's minimal distractions, your attention span only has to follow one line down the page. + +The web is generally pretty annoying to use nowadays, since most pages are mini applications that you download, their +performance is sluggish and generally just employ "features" that get in the way of obtaining the desired information, +requiring cognitive overhead. + +I've made this blog to document my projects, aiding my own information retention, future reference for myself, +and showing off to others + +The blog is available as a tor hidden service visit [tor.node5.net](https://node5.net) or +[node5net2j2kvsepjjlbnovz6wwpcclur3ecuadmo36cikjriqxaucid.onion](http://node5net2j2kvsepjjlbnovz6wwpcclur3ecuadmo36cikjriqxaucid.onion) +directly + +### Attributions: +- Font: [github.com - RobotoMono](https://github.com/googlefonts/RobotoMono) +- Dev icons: [vorillaz.github.io - devicons](vorillaz.github.io/devicons/)
\ No newline at end of file |
