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:
authorDarshan Baral <darshanbaral@gmail.com>2019-05-19 05:06:24 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-05-19 05:06:24 +0300
commit001bd1669c0e9146fdd10e554cf6ab8a619edebc (patch)
treee653ae15c09bfee5fe524a284444ce7ef863213f
parent25d35b38539c6693550376be9e6af20c961e061d (diff)
Updated config.toml
-rw-r--r--exampleSite/config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6f02819..858d704 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://www.darshanbaral.com/"
+baseURL = "http://example.org/"
languageCode = "en-us"
theme = "kitab"
title = "Books of Jane Austen"
@@ -7,7 +7,7 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
pluralizelisttitles = false
[params]
- author = "Darshan Baral"
+ author = "First Last"
description = "Some books of Jane Austen"
dateFormat = "2006-01-02"
footer = "Awesome Books" \ No newline at end of file