diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-04-08 14:15:04 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2024-04-08 14:15:04 +0530 |
commit | 5262ce213bde042fe03619c75ae3ac0316806853 (patch) | |
tree | e831d1b1347b5616e990fe3beb8772eeb34d24a1 /themes/coming-soon/examplesite | |
download | blacklist-5262ce213bde042fe03619c75ae3ac0316806853.tar.gz blacklist-5262ce213bde042fe03619c75ae3ac0316806853.tar.bz2 blacklist-5262ce213bde042fe03619c75ae3ac0316806853.zip |
comming-soon Blacklist
Diffstat (limited to 'themes/coming-soon/examplesite')
-rw-r--r-- | themes/coming-soon/examplesite/archetypes/default.md | 6 | ||||
-rw-r--r-- | themes/coming-soon/examplesite/config.toml | 25 |
2 files changed, 31 insertions, 0 deletions
diff --git a/themes/coming-soon/examplesite/archetypes/default.md b/themes/coming-soon/examplesite/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/themes/coming-soon/examplesite/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + 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" |