aboutsummaryrefslogtreecommitdiffstats
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/hugo.toml b/hugo.toml
new file mode 100644
index 0000000..233da64
--- /dev/null
+++ b/hugo.toml
@@ -0,0 +1,21 @@
+baseURL = "https://blackstore.com/"
+languageCode = 'en-us'
+theme = "coming-soon"
+
+[params]
+ title = "Coming Soon"
+ description = "BlackStore"
+ favicon = ""
+ message = "COMING SOON!"
+ release = "April 08, 2024"
+ background = ""
+
+socialIcons = [
+ {name = "email", url = "biswa@surgot.tech"},
+ {name = "twitter", url = "https://twitter.com/"},
+ {name = "instagram", url = "https://instagram.com/"},
+]
+
+[params.twitter]
+ enable = false
+ username = "thesurgot"