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

github.com/calintat/minimal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcalintat <calintat@gmail.com>2017-07-08 13:58:45 +0300
committercalintat <calintat@gmail.com>2017-07-08 13:58:45 +0300
commit4c0a119c4343414e3b3fefe1229439aeda163fc3 (patch)
treee6599ca21d67a5e72773f5765cc0a3314422633b
parent109c3b93ca5ea5da3553f4d8a5b2a1efc42730aa (diff)
Added theme metadata in theme.toml
-rw-r--r--theme.toml23
1 files changed, 7 insertions, 16 deletions
diff --git a/theme.toml b/theme.toml
index c72e5c4..3cf5309 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,21 +1,12 @@
-# theme.toml template for a Hugo theme
-# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-
name = "Minimal"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE.md"
-description = ""
-homepage = "http://siteforthistheme.com/"
-tags = []
-features = []
+licenselink = "https://github.com/calintat/minimal/blob/master/LICENSE.md"
+description = "Personal blog theme powered by Hugo"
+homepage = "http://github.com/calintat/minimal/"
+tags = ["blog", "minimal", "personal", "responsive"]
+features = ["responsive"]
min_version = "0.24.1"
[author]
- name = ""
- homepage = ""
-
-# If porting an existing theme
-[original]
- name = ""
- homepage = ""
- repo = ""
+ name = "Calin Tataru"
+ homepage = "https://calintat.github.io/"