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

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-03-29 16:30:26 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-03-29 16:30:26 +0300
commitae31923d3169caea74aca2c630d87b6abc6086ce (patch)
tree56d2ea8f34ae0dc394a6743e96f92244bd704fe3 /theme.toml
init from jimfrenette/hugo-starter
Diffstat (limited to 'theme.toml')
-rwxr-xr-xtheme.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100755
index 0000000..4b376a4
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,14 @@
+# theme.toml template for a Hugo theme
+
+name = "Starter Theme"
+license = "MIT"
+licenselink = "https://github.com/jimfrenette/hugo-starter/blob/master/LICENSE.md"
+description = "Blank starter theme with only normalized styles. Included is a webpack workflow for building javascript and css from sass with a live reload webpack development server."
+homepage = "https://jimfrenette.com/2019/02/hugo-static-site-generator-blank-starter-theme/"
+tags = ["starter", "minimal", "development", "website", "responsive", "blog"]
+features = ["posts", "shortcodes", "related content", "comments"]
+min_version = "0.38"
+
+[author]
+ name = "Jim Frenette"
+ homepage = "https://jimfrenette.com"