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

github.com/tblyler/light-hugo.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.toml17
1 files changed, 17 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..a04083e
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,17 @@
+# Site settings
+baseurl = "https://example.org/"
+themesDir = "../.."
+languageCode = "en-us"
+theme = "light-hugo"
+
+title = "Light Hugo"
+author = "John Doe"
+
+[Params]
+ description = "Describe your website"
+ email = "john@example.org"
+ github = "tblyler"
+ twitter = "tonyblyler"
+ linkedin = "johndoe"
+ facebook = "johndoe"
+ logo = "/images/logo.png"