4 Commits

Author SHA1 Message Date
Caio Lente
b335d9ac5e
Add hideReply to exampleSite and credits to README 2024-06-21 16:26:22 -03:00
Caio Lente
d0b36f11bd
Choose between original and herman styles 2024-03-04 17:16:00 -03:00
Caio Lente
16889fcadb
Merge branch 'master' of github.com:janraasch/hugo-bearblog into janraasch-master 2024-03-04 16:13:03 -03:00
Martijn Engler
dec11203de
Use hugo.toml instead of config.toml (#74)
* 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>
2024-01-23 10:28:44 +01:00