I'm trying to migrate a wordpress blog to Grav & I have a few questions:
In wordpress you use categories to structure breadcrumbs. So, for the article "Tasty Homemade Cat Food Recipes" I would have:
Pets (main category)
Cats (sub category of pets)
Cat Food (Sub category of Cats)
Then I would assign my article to the Cat Food category.
Name my article would be named: Tasty Homemade Cat Food Recipes.
It would produce the URL mydomain/tasty-homemade-cat-food-recipes/
The breadcrumb structure would look like this: Pets > Cats > Cat Food > Tasty Homemade Cat Food Recipes
With Grav if I make a blog post nested within a blog post I get this url: mydomain/pets/cats/cat-food/tasty-homemade-cat-food-recipes/
Doing so does give me the breadcrumb structure: Pets > Cats > Cat Food > Tasty Homemade Cat Food Recipes
That is what I want. However, the URL is not what I want. Also, I don't understand how to get the categories going.
My question is:
How do I make the blog folders like this: mydomain/pets/cats/cat-food/tasty-homemade-cat-food-recipes/
But have the url to access it like this: mydomain/tasty-homemade-cat-food-recipes/