<!-- Please don't delete this template or we'll close your issue --> <!-- Before creating an issue please make sure you are using the latest version of VuePress. --> ## Bug report <!-- Please ask questions on StackOverflow. --> <!-- https://stackoverflow.com/questions/ask?tags=vuepress --> <!-- Issues which contain questions or support requests will be closed. --> #### Version v1.0.0-alpha.9 #### Steps to reproduce <!-- If you are reporting a bug that can ONLY be reproduced on your repository, PLEASE provide this repo link. That takes guessing work out of the way and saves us time. --> <!-- If your repo isn't public, you can use this boilerplate to create a proper reproduction repo quickly: https://github.com/ulivz/template-vuepress --> to create a post and write `- category: foo` on front matter. #### What is expected? contains the category in `$categories`. #### What is actually happening? not contained. #### Other relevant information maybe simple mistake: https://github.com/vuejs/vuepress/blob/19e73d7ea0ca71c1eb538b1eaf688165fe16308e/packages/%40vuepress/plugin-blog/index.js#L109 correctly: ``` handleCategory(category, key) ```