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

github.com/felicianotech/hugo-theme-lean-launch-page.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..ad14d8f
--- /dev/null
+++ b/exampleSite/config.toml
@@ -0,0 +1,18 @@
+baseurl = "https://www.example.com"
+title = "My New Product"
+author = "Ricardo N Feliciano (FelicianoTech)"
+canonifyurls = true
+paginate = 3
+
+theme = "hugo-theme-lean-launch-page"
+
+googleAnalytics = "UA-123456"
+
+[params]
+tagline = "We're launching a new, better solution."
+mailchimpURL = "//my-account.mailchimp.com/my-subscriber-url"
+
+twitter = "https://twitter.com/MyNewProduct"
+facebook = "https://facebook.com/MyNewProduct"
+instagram = "https://instragram.com/MyNewProduct"
+googleplus = "https://plus.google.com/+MyNewProduct"