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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-01-07 07:50:25 +0300
committerguangmean <angularcorp@outlook.com>2019-01-07 07:50:25 +0300
commit81a63b189cfdce4c913a57b0ea45d4416615c07a (patch)
tree3c1a5999ec312952b9b63100f00a304c91a758f9 /theme.toml
parent41d7f8e21896970e9e57694be71a6e12ef03e864 (diff)
Change theme struct for Hugo Showcase
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..ae95aa0
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,21 @@
+# theme.toml template for a Hugo theme
+# See https://github.com/gohugoio/hugoThemes#themetoml for an example
+
+name = "Niello"
+license = "MIT"
+licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
+description = "A Dark Theme for Hugo"
+homepage = "https://github.com/guangmean/Niello"
+tags = []
+features = []
+min_version = "0.41"
+
+[author]
+ name = "guangmean"
+ homepage = "https://github.com/guangmean/Niello"
+
+# If porting an existing theme
+[original]
+ name = ""
+ homepage = ""
+ repo = ""