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

github.com/apvarun/showcase-hugo-theme.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.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
new file mode 100644
index 0000000..17f1cdc
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,18 @@
+baseURL = "https://showcasetheme.hugo"
+languageCode = "en-us"
+title = "Showcase Theme"
+Paginate = 1000
+googleAnalytics = ""
+theme = "showcase"
+disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
+
+[params]
+ author = "showcase"
+ description = "Minimal, one page, theme for showcasing your work"
+ message = ""
+
+[social]
+ facebook = "https://facebook.com"
+ twitter = "https://twitter.com"
+ instagram = "https://instagram.com"
+ linkedin = "https://linkedin.com" \ No newline at end of file