New Ghost folders
This commit is contained in:
11
etc/ghost/content/settings/routes-1.0-backup.yaml
Executable file
11
etc/ghost/content/settings/routes-1.0-backup.yaml
Executable file
@@ -0,0 +1,11 @@
|
||||
routes:
|
||||
|
||||
collections:
|
||||
/:
|
||||
permalink: '{globals.permalinks}' # special 1.0 compatibility setting. See the docs for details.
|
||||
template:
|
||||
- index
|
||||
|
||||
taxonomies:
|
||||
tag: /tag/{slug}/
|
||||
author: /author/{slug}/
|
||||
11
etc/ghost/content/settings/routes.yaml
Executable file
11
etc/ghost/content/settings/routes.yaml
Executable file
@@ -0,0 +1,11 @@
|
||||
routes:
|
||||
|
||||
collections:
|
||||
/:
|
||||
permalink: /{year}/{month}/{day}/{slug}/
|
||||
template:
|
||||
- index
|
||||
|
||||
taxonomies:
|
||||
tag: /tag/{slug}/
|
||||
author: /author/{slug}/
|
||||
Reference in New Issue
Block a user