docs: Update theme documentation

See #4460
This commit is contained in:
Bjørn Erik Pedersen
2018-06-12 07:38:41 +02:00
parent 80949dc73f
commit c74b0f8f9b
7 changed files with 172 additions and 263 deletions

View File

@@ -58,14 +58,7 @@ Section
## Hugo Layouts Lookup Rules With Theme
In Hugo, layouts can live in either the project's or theme's layout folder, and the most specific layout will be chosen. Hugo will interleave the lookups:
1. layouts/page/index.html
2. demoTheme/layouts/page/index.html
3. layouts/...
This way it is possible to override specific templates from the theme.
In Hugo, layouts can live in either the project's or the themes' layout folders, and the most specific layout will be chosen. Hugo will interleave the lookups listed below, finding the most specific one either in the project or themes.
## Examples: Layout Lookup for Regular Pages