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

github.com/rz3n/hugo-theme-freshstart.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfranzen <rfranzen@gmail.com>2020-08-05 23:32:47 +0300
committerrfranzen <rfranzen@gmail.com>2020-08-05 23:32:47 +0300
commit833fd545de24d3120e46abb5ab1bb59b5d70b9eb (patch)
treea77cb85d959f93051471eea3ca8304396f534600 /theme.toml
go public
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..16802a8
--- /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 = "freshStart"
+license = "MIT"
+licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
+description = "Start Page theme for Hugo"
+homepage = "https://github.com/rz3n/hugo-theme-freshstart"
+tags = ["start-page", "fast", "single-page", "responsive", "simple", "clean", "one-page", "light"]
+features = ["responsive"]
+min_version = "0.48.0"
+
+[author]
+ name = "Ricardo Franzen"
+ homepage = "https://rfranzen.com"