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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2017-03-13 12:14:02 +0300
committerVicky <vicky@vickylai.com>2017-03-13 12:14:02 +0300
commit6598cf34b055c084940350dfe11d29710b5a0905 (patch)
treea6f2711122c641934fbbd45536fc4aa270ccb43e /theme.toml
parent1f3201fa434602db69f94fe6474610b7be08a5b8 (diff)
Initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..125f853
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/spf13/hugoThemes#themetoml for an example
+
+name = "Introduction"
+license = "Creative Commons Attribution 3.0 Unported"
+licenselink = "https://github.com/vickylaixy/hugo-theme-introduction/blob/master/LICENSE.md"
+description = "Minimal, single page, smooth scrolling theme for Hugo."
+homepage = "https://github.com/vickylaixy/hugo-theme-introduction"
+tags = ["clean", "minimal"]
+features = ["responsive", "single page"]
+min_version = 0.15
+
+[author]
+ name = "Vicky Lai"
+ homepage = "https://vickylai.com"
+
+# If porting an existing theme
+[original]
+ name = ""
+ homepage = ""
+ repo = ""