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

github.com/iCyris/hugo-theme-yuki.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriCyris <cyris1015@gmail.com>2019-01-26 05:22:23 +0300
committeriCyris <cyris1015@gmail.com>2019-01-26 05:22:23 +0300
commit5ba20a40ef5aa59d327207c256c3924fa07e8905 (patch)
treedee463bdfcd03bd53e5b58327518113c12337d60 /theme.toml
parentb0f0faae7ab27d0e2f791ba2d53f488cd814aab1 (diff)
first commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml24
1 files changed, 9 insertions, 15 deletions
diff --git a/theme.toml b/theme.toml
index 41761a3..cd7d370 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,21 +1,15 @@
-# theme.toml template for a Hugo theme
-# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-
name = "Yuki"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
-description = ""
-homepage = "http://example.com/"
-tags = []
-features = []
+licenselink = "https://github.com/iCyris/hugo-theme-yuki/blob/master/LICENSE"
+description = "Yuki is a cute blog theme for Hugo."
+homepage = "https://cyris.pen.moe"
+tags = ["blog"]
+features = ["blog"]
min_version = "0.41"
[author]
- name = ""
- homepage = ""
+ name = "Cyris"
+ homepage = "https://cyris.moe"
+
+
-# If porting an existing theme
-[original]
- name = ""
- homepage = ""
- repo = ""