diff options
Diffstat (limited to 'site/themes/coming-soon/theme.toml')
| -rw-r--r-- | site/themes/coming-soon/theme.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/site/themes/coming-soon/theme.toml b/site/themes/coming-soon/theme.toml new file mode 100644 index 0000000..d46385c --- /dev/null +++ b/site/themes/coming-soon/theme.toml @@ -0,0 +1,16 @@ +name = "Coming Soon" +description = "Simple page with name and a countdown to your website's release date & time" + +license = "GNU GPLv3" +licenselink = "https://github.com/mansoorbarri/coming-soon/blob/main/LICENCE" + +homepage = "https://github.com/mansoorbarri/coming-soon" +demosite = "https://comingsoonhugo.pages.dev/" + +tags = ["minimal", "dark", "personal", "countdown"] + +authors = [ + {name = "Mansoor Barri", homepage = "https://mansoorbarri.com"}, +] + +min_version = "0.111.3" |
