diff --git a/routes.yaml b/routes.yaml new file mode 100644 index 0000000..e522f09 --- /dev/null +++ b/routes.yaml @@ -0,0 +1,12 @@ +# ShortTech routing file +# Needs to be uploaded in Ghost Admin > Labs > Routes +routes: + +collections: + /: + permalink: /{primary_tag}/{slug}/ + template: index + +taxonomies: + tag: /{slug}/ + author: /autor/{slug}/ \ No newline at end of file