diff options
author | breadcat | 2020-06-19 13:57:52 +0100 |
---|---|---|
committer | breadcat | 2020-06-19 13:57:52 +0100 |
commit | e46e122716b4f602491dd12ee78741463ec7fe51 (patch) | |
tree | 6443b38d68768579f05a8f56d3f5bc203128569d /themes/Brine | |
parent | 3a620324d6692df31f1b2e8a25d8827c227be45a (diff) | |
download | blog.minskio.co.uk-e46e122716b4f602491dd12ee78741463ec7fe51.tar.gz blog.minskio.co.uk-e46e122716b4f602491dd12ee78741463ec7fe51.tar.bz2 blog.minskio.co.uk-e46e122716b4f602491dd12ee78741463ec7fe51.zip |
Fill out some theme fields
Diffstat (limited to 'themes/Brine')
-rw-r--r-- | themes/Brine/theme.toml | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/themes/Brine/theme.toml b/themes/Brine/theme.toml index ac44206..4a31a57 100644 --- 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/" |