generated from janraasch/hugo-bearblog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.toml
26 lines (23 loc) · 1.29 KB
/
theme.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
name = "Hugo AMP Bear Blog"
license = "MIT"
licenselink = "https://github.com/therohitdas/hugo-bearblog-amp/blob/master/LICENSE"
description = "Fork of Hugo Bear Blog theme with full AMP support. Original theme is based on »Bear Blog«. Free, no-nonsense, super-fast blogging."
homepage = "https://github.com/therohitdas/hugo-bearblog-amp"
demosite = "https://therohitdas.github.io/hugo-bearblog-amp/"
tags = ["blog", "responsive", "minimal", "amp", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "white", "minimalistic", "reading", "dark mode"]
features = ["favicon", "amp", "seo", "no stylesheets", "rss", "dark mode"]
min_version = "v0.110.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
authors = [
{name = "Jan Raasch", homepage = "https://www.janraasch.com"},
{name = "Rohit Das", homepage = "https://therohitdas.com"}
]
# If porting an existing theme
[original]
name = "ʕ•ᴥ•ʔ Bear Blog"
homepage = "https://bearblog.dev"
repo = "https://github.com/HermanMartinus/bearblog"