separate blogs
#4727
-
Is there a way to make separate blogs? Basically on Jekyll I could have the categories split up and have one blog ties to one nav tab and the other blog tied to a separate blog tab. basically |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Dec 10, 2022
Replies: 1 comment 5 replies
-
Sure, so if categories are not enough to partition your content, you can use multiple instances of the blog plugin. You just need to use separate folders for your blog posts and set |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
14mC4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, so if categories are not enough to partition your content, you can use multiple instances of the blog plugin. You just need to use separate folders for your blog posts and set
blog_dir
to their location.