blob: be48c9e4c105a502c01689510a1fa5e4624b1b4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
base_url = "/" # setting to anything else will mess with TOR
title = "The NonPersonal Diary"
description = "Not not VidhuKant's not journal"
author = "Vidhu Kant Sharma"
default_language = "en"
compile_sass = false
build_search_index = false
generate_feeds = true
feed_filenames = ["feed.xml"]
[extra]
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"
|