diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | exampleSite/hugo.toml (renamed from exampleSite/config.toml) | 0 | ||||
-rw-r--r-- | theme.toml | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -24,13 +24,13 @@ If you already have a Hugo site on your machine, you can simply add this theme v git submodule add https://github.com/janraasch/hugo-bearblog.git themes/hugo-bearblog ``` -Then, adjust the `config.toml` as detailed below. +Then, adjust the `hugo.toml` as detailed below. For more information, read the official [setup guide][hugo-setup-guide] of Hugo. -## Adjust configuration / config.toml +## Adjust configuration / hugo.toml -Please check out the [config.toml](https://github.com/janraasch/hugo-bearblog/blob/master/exampleSite/config.toml) included in the [exampleSite](https://github.com/janraasch/hugo-bearblog/tree/master/exampleSite) of this theme. +Please check out the [hugo.toml](https://github.com/janraasch/hugo-bearblog/blob/master/exampleSite/hugo.toml) included in the [exampleSite](https://github.com/janraasch/hugo-bearblog/tree/master/exampleSite) of this theme. ## Content & structure diff --git a/exampleSite/config.toml b/exampleSite/hugo.toml index d67e845..d67e845 100644 --- a/exampleSite/config.toml +++ b/exampleSite/hugo.toml @@ -9,7 +9,7 @@ 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 = "0.73.0" +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 |