From 1f1a6a9cf86abae5e7523050f26cbfa5bfa41e89 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Fri, 6 Feb 2026 17:30:49 +0530 Subject: split styles.css and guestbook.css, cleaned up the site --- config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config.toml') 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" -- cgit v1.2.3