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

github.com/antonpolishko/hugo-stellar-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml22
1 files changed, 22 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..95f6301
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,22 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Stellar"
+license = "MIT"
+licenselink = "https://github.com/antonpolishko/hugo-stellar-theme/blob/master/LICENSE.md"
+description = "a one page site for gohugo.io created by html5up"
+homepage = ""
+tags = []
+features = ["responsive", "contact form", "portfolio", "substitutable strings"]
+min_version = "0.38"
+
+[author]
+ name = "Anton Polishko"
+ homepage = "//github.com/antonpolishko"
+
+# If porting an existing theme
+[original]
+ # Creator of the original Bootstrap theme
+ name = "@ajlkn"
+ homepage = "https://twitter.com/ajlkn""
+ repo = "https://html5up.net/stellar"