diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-07-15 21:43:59 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-07-15 21:43:59 +0200 |
commit | c8a1ac71ce7e5c0183840513fb7bd2d642ca887e (patch) | |
tree | 3c96faa8e5a46b6dc124c4c8eaa1ecb5b1a22f24 | |
parent | 7acc36132ffd95af202a82ecc69a8ba68e698148 (diff) | |
download | blog-c8a1ac71ce7e5c0183840513fb7bd2d642ca887e.tar.gz blog-c8a1ac71ce7e5c0183840513fb7bd2d642ca887e.zip |
changed base_url
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | config.toml | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ # blog -Personal blog currently hosted on [memzero.de/blog](https://memzero.de/blog). +Personal blog currently hosted on [blog.memzero.de](https://blog.memzero.de). The blog is based on the [getzola/hyde](https://github.com/getzola/hyde) theme and rendered with [getzola/zola](https://github.com/getzola/zola). diff --git a/config.toml b/config.toml index 3e8704a..686c78e 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,5 @@ -base_url = "https://memzero.de/blog" +base_url = "https://blog.memzero.de" +#base_url = "https://memzero.de/blog" title = "memzero" description = "Cow says .*" |