Theme Components Support on the Hugo Themes Site (#769)

Since https://github.com/gohugoio/hugoThemes/pull/614 the Theme Site supports Hugo themes inheritance.
This commit is contained in:
Alexandros 2019-03-23 21:09:07 +02:00 committed by digitalcraftsman
parent f2ec3f2a6f
commit 4d0f6ba47e

View File

@ -45,7 +45,7 @@ Also note that a component that is part of a theme can have its own configuratio
The same rules apply here: The left-most param/menu etc. with the same ID will win. There are some hidden and experimental namespace support in the above, which we will work to improve in the future, but theme authors are encouraged to create their own namespaces to avoid naming conflicts.
[^1]: Including theme components in the themes is currently not supported for themes hosted on [The Hugo Themes Site](https://themes.gohugo.io/), but can be really useful if you want to create your own theme based on a theme you find on that site.
[^1]: For themes hosted on the [Hugo Themes Showcase](https://themes.gohugo.io/) components need to be added as git submodules that point to the directory `exampleSite/themes`