Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/spech66/materialize-bp-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pech <windows@spech.de>2019-09-21 23:10:30 +0300
committerSebastian Pech <windows@spech.de>2019-09-21 23:10:30 +0300
commite2f84d99368fe4d8d37f1d4c422ecc0a8b5bd707 (patch)
tree1062ecbdd45e5069af752c6756685e787d2dd043 /theme.toml
parentbe179afe89225c253b5130bf16a16f144fdef467 (diff)
Initial
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..ff6325a
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,15 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Materialize-BP"
+license = "MIT"
+licenselink = "https://github.com/spech66/materialize-bp-hugo-theme/blob/master/LICENSE"
+description = "MaterializeCSS based Hugo theme which supports out of the box best practices."
+homepage = "https://github.com/spech66/materialize-bp-hugo-theme/"
+tags = ["minimalist", "minimal", "blog", "clean", "simple", "material design", "responsive", "google analytics", "syntax sighlighting", "light", "fast", "dark", "pages", "font awesome", "fontawesome"]
+features = ["responsive", "google analytics", "material design", "open graph", "twitter cards"]
+min_version = "0.57"
+
+[author]
+ name = "Sebastian Pech"
+ homepage = "https://www.spech.de/"