diff options
author | breadcat | 2020-06-19 12:19:25 +0100 |
---|---|---|
committer | breadcat | 2020-06-19 12:19:25 +0100 |
commit | 0f9a31348079c0a061bcc194912e75cc1c07bc1f (patch) | |
tree | 96620ac452b2f73e9f9c71447ec87e167009e0e4 /themes/Brine/theme.toml | |
parent | 5ec96e19873eccf0382f501cd383d722a28e372f (diff) | |
download | blog.minskio.co.uk-0f9a31348079c0a061bcc194912e75cc1c07bc1f.tar.gz blog.minskio.co.uk-0f9a31348079c0a061bcc194912e75cc1c07bc1f.tar.bz2 blog.minskio.co.uk-0f9a31348079c0a061bcc194912e75cc1c07bc1f.zip |
Add theme skeleton
Diffstat (limited to 'themes/Brine/theme.toml')
-rw-r--r-- | themes/Brine/theme.toml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/Brine/theme.toml b/themes/Brine/theme.toml new file mode 100644 index 0000000..ac44206 --- /dev/null +++ b/themes/Brine/theme.toml @@ -0,0 +1,21 @@ +# 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 = [] +min_version = "0.41.0" + +[author] + name = "" + homepage = "" + +# If porting an existing theme +[original] + name = "" + homepage = "" + repo = "" |