Open
Description
Documentation issue
The documentation around themes has been confusing and from the point of understanding what Zola defines as theme as (which might be slightly different from the common understanding of a theme) to instructions on extending them.
Summary
Reflect the fact that a theme is not just a set of cosmetic enhancements (which from reading issues, people generally assume) but rather a predefined structure which can come into conflict with user defined pages. For instance, it is not clear how to get from the overview of Zola to the same project, but with a theme applied.
Proposed solution
- An addendum to the overview with a page detailing how to use a theme after having defined the content and displaying it.
- A definition of a theme in the appropriate section of the documentation
- Examples of modifying themes to fit specialized needs.
I am willing to work on this.