dec11203de
* Use hugo.toml instead of config.toml
Use the file hugo.toml in both the README.md and the exampleSite, since
Hugo will look for this file first.
The current instructions (using config.toml) in a new Hugo site
(that has a hugo.toml-file) means that the site doesn't work, or the
theme is not activated.
Note that this is a breaking change for sites running on older versions.
(But v0.110.0 was released almost a year ago.)
Relevant Hugo commit:
f38a2fbd2e
* Require `hugo v0.110.0`
> Make hugo.toml the new config.toml
see https://github.com/gohugoio/hugo/releases/tag/v0.110.0
---------
Co-authored-by: Jan Raasch <425211+janraasch@users.noreply.github.com>
26 lines
1.2 KiB
TOML
26 lines
1.2 KiB
TOML
# 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. »Bear Blog« now includes a dark color scheme to support dark mode!"
|
|
homepage = "https://github.com/janraasch/hugo-bearblog"
|
|
demosite = "https://janraasch.github.io/hugo-bearblog/"
|
|
tags = ["blog", "responsive", "minimal", "seo", "clean", "simple", "light", "minimalist", "mobile", "fast", "white", "minimalistic", "reading", "dark mode"]
|
|
features = ["favicon", "seo", "no stylesheets", "no javascript", "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
|
|
|
|
[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"
|