In Hexo I would like to get rid of categories
in the url. right now it looks like:
localhost:4000/categories/artists
localhost:4000/categories/projects
I would like to strip categories
so that the urls become:
localhost:4000/artists
localhost:4000/projects
Is this possible?