aboutsummaryrefslogtreecommitdiffstats
path: root/themes/coming-soon/examplesite/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/coming-soon/examplesite/config.toml')
-rw-r--r--themes/coming-soon/examplesite/config.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/themes/coming-soon/examplesite/config.toml b/themes/coming-soon/examplesite/config.toml
new file mode 100644
index 0000000..030da1c
--- /dev/null
+++ b/themes/coming-soon/examplesite/config.toml
@@ -0,0 +1,25 @@
+baseURL = "https://cshugo.mansoorbarri.com"
+languageCode = 'en-us'
+theme = "coming-soon"
+
+[params]
+ title = "Coming Soon Hugo"
+ description = "A simple countdown"
+ favicon = ""
+ message = "COMING SOON!"
+ release = "June 30, 2024"
+ background = ""
+
+socialIcons = [
+ {name = "email", url = "example@example.com"},
+ {name = "twitter", url = "https://twitter.com/"},
+ {name = "facebook", url = "https://facebook.com/"},
+ {name = "github", url = "https://github.com/"},
+ {name = "instagram", url = "https://instagram.com/"},
+ {name = "tiktok", url = "https://tiktok.com/"},
+ {name = "linkedin", url = "https://linkedin.com/"},
+]
+
+[params.twitter]
+ enable = false
+ username = "mansoorbarri"