diff options
author | Dimitri Staessens <[email protected]> | 2019-03-16 17:43:05 +0100 |
---|---|---|
committer | Dimitri Staessens <[email protected]> | 2019-03-16 17:43:05 +0100 |
commit | 79acfcf1599496e67b20c39c00a100b07c383ab1 (patch) | |
tree | 0651646a631545b2ff56074f4c8f492d69dbb170 /themes/terrassa/theme.toml | |
parent | 4b98568dbdc0dddf8255abbbb08565821b79f839 (diff) | |
download | website-79acfcf1599496e67b20c39c00a100b07c383ab1.tar.gz website-79acfcf1599496e67b20c39c00a100b07c383ab1.zip |
theme: Add terrassa theme
Diffstat (limited to 'themes/terrassa/theme.toml')
-rw-r--r-- | themes/terrassa/theme.toml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/terrassa/theme.toml b/themes/terrassa/theme.toml new file mode 100644 index 0000000..5ef4ccc --- /dev/null +++ b/themes/terrassa/theme.toml @@ -0,0 +1,18 @@ +name = "Terrassa" +license = "MIT" +licenselink = "https://github.com/danielkvist/hugo-terrassa-theme/blob/master/LICENSE" +description = "A simple, fast and responsive theme for Hugo with a strong focus on accessibility." +homepage = "http://github.com/danielkvist/hugo-terrassa-theme" +tags = ["blog", "clean", "personal", "company", "google analytics", "contact form","mobile", "modern", "accessibility", "font awesome"] +features = [ + "responsive design", + "accessibility", + "social icons", + "contact form", + "blog", +] +min_version = "0.41" + +[author] + name = "Danielkvist (Daniel Zaragoza)" + homepage = "https://dkvist.com" |