If you’re looking for some help, it’s important to provide as much context as possible so that people are able to assist you. Try to always mention:
- What’s your URL? This is the easiest way for others to debug your issue a-view.org
- What version of Ghost are you using? 2.05
- What configuration? on Digital Ocean self-hosted on nginx and Ubuntu 16.04
- What browser? Safari
- What errors or information do you see in the console? NONE
- What steps could someone else take to reproduce the issue you’re having?
I just upgrade to 2.0x. A few hiccups but ghost update --force blasted through. Everything works fine.
When you do this upgrade, you get a default routes yaml that looks like:
routes:
collections:
/:
permalink: /{slug}/
template:
- index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
I thought this would enable me to reach posts as (in the case of this specific blog):
We Did It! | Bike Across America.
But, this leads to a 404. Is there something else I need to setup to get a tag based permalink? Or are taxonomies only useful with filters?
Big gaps in my understanding. This was easy on wordpress.