Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..6f02819
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,13 @@
+baseURL = "https://www.darshanbaral.com/"
+languageCode = "en-us"
+theme = "kitab"
+title = "Books of Jane Austen"
+
+disableKinds = ["taxonomy", "taxonomyTerm"]
+pluralizelisttitles = false
+
+[params]
+ author = "Darshan Baral"
+ description = "Some books of Jane Austen"
+ dateFormat = "2006-01-02"
+ footer = "Awesome Books" \ No newline at end of file