diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-05-15 00:07:45 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-05-15 00:07:45 +0200 |
commit | d699ee5b1f1f435ef983a00c531bf0df2aeaa0a8 (patch) | |
tree | d5a5896c4e984e77f52d719f445618012e8ca09c | |
parent | f7dc814f669481362d650590eb90f5ca2d433493 (diff) | |
download | blog-d699ee5b1f1f435ef983a00c531bf0df2aeaa0a8.tar.gz blog-d699ee5b1f1f435ef983a00c531bf0df2aeaa0a8.zip |
added readme
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4068271 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# blog + +Personal blog currently hosted on [memzero.de/blog](https://memzero.de/blog). + +The blog is based on the [getzola/hyde](https://github.com/getzola/hyde) theme +and rendered with [getzola/zola](https://github.com/getzola/zola). |