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

github.com/darshanbaral/ghazal.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.toml26
1 files changed, 26 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..a51dfa9
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,26 @@
+baseURL = "http://www.example.com/"
+languageCode = "en"
+theme = "ghazal"
+
+[outputs]
+ home = ["HTML"]
+ page = ["HTML"]
+
+[params]
+ title = "ghazal Theme"
+ author = "Darshan Baral"
+ description = "A hugo theme for personal blogs"
+ footer = "2020 Darshan Baral."
+ about = "This is a short intro about me to describe some of the cool things I do."
+ image = "https://i.stack.imgur.com/oI2SB.jpg?s=328&g=1"
+
+ [params.theme]
+ profileImage = "/images/profile.jpg"
+ fontSize = "20px"
+ dateFormat = "2006/01/02"
+ paginateNum = 5
+
+ [params.social]
+ github = "#"
+ twitter = "#"
+ linkedin = "#"