From 321a90586cb0311a7670a462131bd292a12c7d5b Mon Sep 17 00:00:00 2001 From: tobimori Date: Thu, 16 Apr 2020 14:13:03 +0200 Subject: [PATCH] add routes.yaml --- routes.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 routes.yaml 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