-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No default template for sections #2
Comments
Of course I forgot to do the About page >_> If you check the repo now I've added it in 0b44ffb |
Alright, I'm confused. I've pulled the most recent version of the theme and I'm using the exact directory structure as the sample content in the theme:
but I'm still getting an error |
Ok, I figured it out. It looks like your |
This theme is expecting the main section to be paginated, I should add it to the README. Edit: it's actually mentioned a bit already. Note that this theme is a port of an existing one, not my own creation |
I also just ran into the |
Hi @zmitchell I have already set the paginate_by = 5, But I still get the error "Reason: Variable |
If I don't specify a template for a section, the site fails to build with the error message:
My directory structure is
but the build fails for any template I use in
_index.md
because it's missing something i.e.paginator.page
,category.name
, etc.The text was updated successfully, but these errors were encountered: