diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-02-06 17:30:49 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-02-06 17:30:49 +0530 |
| commit | 1f1a6a9cf86abae5e7523050f26cbfa5bfa41e89 (patch) | |
| tree | af1b524eb93fa02e0a574fc4adaf01823d63805b /config.toml | |
| parent | bd8f3070d34c6e8831a39f4e62ab356d9074c7fd (diff) | |
split styles.css and guestbook.css, cleaned up the site
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 7 |
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" |