-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
routes.yaml
43 lines (41 loc) · 1.28 KB
/
routes.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
routes:
/:
controller: channel
template: home
filter: tag:-[hash-email,hash-newsletter-issue]
/membership/welcome/: welcome
/membership/welcome-premium/: welcome-premium
/en/readings/:
template: page
data: page.en-readings
/en/uses/:
template: page
data: page.en-uses
collections:
/fr/issues/:
permalink: /fr/issue/{slug}/
template: index
filter: tag:hash-newsletter-issue+tag:hash-fr
/en/issues/:
permalink: /en/issue/{slug}/
template: index
filter: tag:hash-newsletter-issue+tag:hash-en
/fr/reviews/:
permalink: /fr/review/{slug}/
template: index
filter: tag:hash-coffeeshop-review+tag:hash-fr
/en/reviews/:
permalink: /en/review/{slug}/
template: index
filter: tag:hash-coffeeshop-review+tag:hash-en
/fr/posts/:
permalink: /fr/post/{slug}/
template: index
filter: tag:hash-fr+tag:-[hash-email,hash-newsletter-issue,hash-coffeeshop-review,hash-en]
/en/posts/:
permalink: /en/post/{slug}/
template: index
filter: tag:hash-en+tag:-[hash-email,hash-newsletter-issue,hash-coffeeshop-review,hash-fr]
taxonomies:
tag: /topic/{slug}/
author: /author/{slug}/