dave-tucker / zola-clean-blog

A port of the StartBootsrap Clean Blog theme for Zola
MIT License
19 stars 19 forks source link

fix extends instructions #2

Closed digikata closed 2 years ago

digikata commented 4 years ago

Existing instructions cause a error on zola check Error: Template 'index.html' is inheriting from 'themes/zola-clean-blog/templates/index.html', which doesn't exist or isn't loaded.

Knocking off themes lets the path resolve

digikata commented 4 years ago

I don't know if you're looking for pull requests, but this is a simple documentation fix.

thelema commented 2 years ago

Note that the failure is:

11:17:55 PM: Error: Failed to render page '/opt/build/repo/content/pages/contact-us.md'
11:17:55 PM: Reason: Failed to render 'contact.html' (error happened in a parent template)
11:17:55 PM: Reason: Variable `config.extra.sidebar` not found in context while rendering 'contact.html'

I guess that the contact-us page needs to have sidebar elements specified. I think that the right step is to remove that commit from this pull request.

dave-tucker commented 2 years ago

I fixed the README. If you'd like to contribute additional features then please open a new PR