-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
multiple categories exported as nested categories #36
Comments
Defaults to tags (not nested) since v2 #57
|
From the sample you gave, do you have any nested category? |
many posts have 2 categories. they are migrated as nested instead of being 2 categories. |
Here is an export with categories, sub categories and tags added to "Post with Image". Here's how it looks like on editor for reference: EDIT:
@jashsayani I tried your code, but it didn't work. I guess Hexo doesn't have non-hierarchical / non-nesting categories as discussed here. I posted my experience here. |
categories:
- [Featured]
- [Tutorial] works for me. a theme might displays it as |
Oh, that's true! It works! The arrow in the default theme is confusing (at least for WP users like me). I guess I can just modify the theme to show it differently. |
I haven't quite figure it out, feel free to upstream the fix to hexo-theme-landscape. categories:
- [Lorem, Ipsum, Dolor]
- [Foo, Bar]
- [Baz] Perhaps display them as |
Well, I am used to WP side of things, not so much for Hexo, so not sure how to make edits for it (didn't have time to look into it yet). Created an issue for this though. |
I sometimes use multiple categories for a post. The hexo migrator has made them nested.
Exported with migrate:
Expected:
The text was updated successfully, but these errors were encountered: