commit e46e122716b4f602491dd12ee78741463ec7fe51
parent 3a620324d6692df31f1b2e8a25d8827c227be45a
Author: breadcat <peter@minskio.co.uk>
Date: Fri, 19 Jun 2020 13:57:52 +0100
Fill out some theme fields
Diffstat:
1 file changed, 7 insertions(+), 15 deletions(-)
diff --git a/themes/Brine/theme.toml b/themes/Brine/theme.toml
@@ -1,21 +1,13 @@
-# theme.toml template for a Hugo theme
-# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Brine"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
-description = ""
-homepage = "http://example.com/"
-tags = []
-features = []
+licenselink = "https://github.com/breadcat/yourtheme/blob/master/LICENSE"
+description = "A simple and minimal theme for blogs"
+homepage = "https://minskio.co.uk/"
+tags = ["blog", "minimal", "responsive"]
+features = ["blog", "lightweight", "minimalist", "simple code"]
min_version = "0.41.0"
[author]
- name = ""
- homepage = ""
-
-# If porting an existing theme
-[original]
- name = ""
- homepage = ""
- repo = ""
+ name = "Breadcat"
+ homepage = "https://minskio.co.uk/"