1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
|