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

github.com/mdashx/basicwebtheme.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.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..0149921
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,12 @@
+title = "Example Site For Basic Web Theme"
+baseURL = "https://demo.basicwebtheme.com"
+languageCode = "en-us"
+theme = "hugo-theme-basic-web-theme"
+themesDir = "../.."
+
+[params]
+headerImage = "/assets/images/header.svg"
+
+[taxonomies]
+tag = "tags"
+author = "authors" \ No newline at end of file