summaryrefslogtreecommitdiffstatshomepage
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.toml b/config.toml
index 2b405f7..be48c9e 100644
--- a/config.toml
+++ b/config.toml
@@ -1,7 +1,7 @@
-base_url = "/"
+base_url = "/" # setting to anything else will mess with TOR
title = "The NonPersonal Diary"
-description = "VidhuKant's public journal or something. Enjoy."
+description = "Not not VidhuKant's not journal"
author = "Vidhu Kant Sharma"
default_language = "en"
@@ -12,7 +12,8 @@ generate_feeds = true
feed_filenames = ["feed.xml"]
[extra]
-feed_url = "https://nonpersonaldiary.blog/feed"
+baseurl = "https://the.nonpersonaldiary.blog" # shouldn't contain trailing /
+feed_url = "https://the.nonpersonaldiary.blog/feed"
feature_image = "https://vidhukant.com/pics/opengraph.png"
email = "vidhukant@vidhukant.com"
nickname = "Vidhu Kant"