diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-09-14 01:23:34 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-09-14 01:23:34 +0000 |
commit | 96daeb9f616c570807cae4ce387d814e2bde6fc6 (patch) | |
tree | 257f87a4e50c4c0d7eee1873827beca336a01978 /static/about.html | |
parent | update (diff) | |
download | blog-96daeb9f616c570807cae4ce387d814e2bde6fc6.tar.gz blog-96daeb9f616c570807cae4ce387d814e2bde6fc6.zip |
added a note in about.thml
Diffstat (limited to 'static/about.html')
-rw-r--r-- | static/about.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/static/about.html b/static/about.html index 8f2b367..b417071 100644 --- a/static/about.html +++ b/static/about.html @@ -13,7 +13,7 @@ charset="utf-8" /> </head> - <body> + <body style="border-style: solid;"> <p> <a href="https://terminaldweller.com">Here's a list of links</a> to help get a hold of me @@ -29,6 +29,15 @@ <a href="https://github.com/terminaldweller/blog">here</a> . </p> + <p> + You can also just star the git repo that holds the markdowns and use whatever tool you like to just render the markdown locally. + The repo is mirrored on these locations: + <ul> + <li><a href="https://gitlab.com/terminaldweller/blog">gitlab.com</a></li> + <li><a href="https://codeberg.org/terminaldweller/blog">codeberg</a></li> + <li><a href="https://git.terminaldweller.com/blog/">self-hosted</a></li> + </ul> + </p> <br /> <br /> <hr /> |