You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a brand new zola project with zola init, installed this theme through git clone and set it up as the theme in the config.toml.
Had this error:
Error: Failed to serve the site
Error: Failed to render section '\\?\C:\Repos\Site\content\_index.md'
Error: Reason: Failed to render 'index.html'
Error: Reason: Variable `config.extra.author.name` not found in context while rendering 'index.html'
The solution:
Go to themes\hermit_zola\theme.toml
Replace [author] with [extra.author]
The text was updated successfully, but these errors were encountered:
Context:
I created a brand new zola project with
zola init
, installed this theme throughgit clone
and set it up as the theme in theconfig.toml
.Had this error:
The solution:
themes\hermit_zola\theme.toml
[author]
with[extra.author]
The text was updated successfully, but these errors were encountered: