diff options
author | Jan Raasch <jan@janraasch.com> | 2020-08-31 15:40:11 +0200 |
---|---|---|
committer | Jan Raasch <jan@janraasch.com> | 2020-09-03 20:22:23 +0200 |
commit | 58805381571574f39ff3ddeaf98f64d708486ca7 (patch) | |
tree | c0c73917c2f507a505e993a3fd368f5ad4fd046a /theme.toml | |
download | hugo-bearcub-58805381571574f39ff3ddeaf98f64d708486ca7.tar.gz hugo-bearcub-58805381571574f39ff3ddeaf98f64d708486ca7.tar.bz2 |
chore: initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..945be48 --- /dev/null +++ b/theme.toml @@ -0,0 +1,24 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "Hugo Bear Blog" +license = "MIT" +licenselink = "https://github.com/janraasch/hugo-bearblog/blob/master/LICENSE" +description = "A Hugo theme based on »Bear Blog«. Free, no-nonsense, super-fast blogging." +homepage = "https://github.com/janraasch/hugo-bearblog" +tags = ["blog", "responsive", "minimal", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "white", "minimalistic", "reading"] +features = ["favicon", "seo", "no stylesheets", "no javascript", "rss"] +min_version = "0.73.0" +# https://gohugo.io/content-management/taxonomies#default-taxonomies +# https://gohugo.io/templates/taxonomy-templates/#example-list-tags-in-a-single-page-template +# https://gohugo.io/templates/taxonomy-templates/#example-list-all-site-tags + +[author] + name = "Jan Raasch" + homepage = "https://www.janraasch.com" + +# If porting an existing theme +[original] + name = "ʕ•ᴥ•ʔ Bear Blog" + homepage = "https://bearblog.dev" + repo = "https://github.com/HermanMartinus/bearblog" |