-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
I just converted a site from jekyll to 11ty. How do you do blog categories #776
Comments
If you have categories in your front matter you can access these in your eleventy config while adding collections. Register new collections which are filtered down versions of the original ones, containing only the ones matching your categories. |
You can use |
I figured out the easiest way was this way below category.html withpagination:
|
Closing this as a duplicate of the issues above.
|
I wasnt able to find much on how to use the blog post categories. I got the whole site moved over except the categories.
My site used to take over 45 seconds on Jekyll to rebuild on local machine which is way to slow for development. Takes about 5 seconds for about 350 pages.
I want to move this structure to 11ty...can someone point me in the direction.
https://clocksharkwf.netlify.com/blog
https://clocksharkwf.netlify.com/blog/category/business
I was able to get just the blog index with pagination working but not categories.
The text was updated successfully, but these errors were encountered: