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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-08-22 14:20:08 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-08-22 14:20:08 +0300
commitc698d944e6b18b4707d96385df9aa0b550d2ec81 (patch)
treeefa66b831e4134092e13677b34775c3cc2dc30a6 /theme.toml
:tada: Initial commit
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..69192aa
--- /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 = "Stack"
+license = "GPL-3.0-only"
+licenselink = "https://github.com/CaiJimmy/hugo-theme-stack/blob/master/LICENSE"
+description = ""
+homepage = "https://blog.jimmycai.com/p/hugo-theme-stack"
+tags = []
+features = []
+min_version = "0.74.0"
+
+[author]
+ name = "Jimmy Cai"
+ homepage = "https://jimmycai.com" \ No newline at end of file