web-site/settings/routes.yaml

20 lines
341 B
YAML
Raw Normal View History

2024-11-19 08:51:13 +00:00
routes:
#/: head
/tag/{slug}/: head
/tags/: head
/authors/: head
/author/{slug}/: head
#/{slug}/: head
#/{slug}/{slug-1}/: head
#/{slug}/{slug-1}/{slug-2}/: head
collections:
/:
permalink: /{slug}/
#template: head
taxonomies:
tag: /tag/{slug}/
# - template: head
author: /author/{slug}/
#- template: head