-
Notifications
You must be signed in to change notification settings - Fork 1
/
routes.yaml
73 lines (64 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
routes:
/signup/: members/signup
/signin/: members/signin
/account/: members/account
/membership/: members/membership
/personal/:
controller: channel
order: published_at desc
template: index
/category/:
controller: channel
filter: tag:[photograpy]
order: published_at desc
template: godo-template-category
/category-header/:
controller: channel
order: published_at desc
filter: tag:[photograpy]
data:
post: page.category-header
template: godo-template-category-header
/travel/:
controller: channel
order: published_at desc
filter: tag:[travel]
data:
post: page.demo-grid
template: godo-home-travel
/travel-featured/:
controller: channel
filter: tag:[travel]
order: published_at desc
template: godo-home-travel-featured
/blog/:
controller: channel
filter: tag:[hash-blog] # -> #blog internal tag
order: published_at desc
template: godo-home-blog
limit: 10
/fashion/:
controller: channel
filter: tag:[fashion]
order: published_at desc
template: godo-home-fashion-concept
limit: 12
/podcast/:
controller: channel
filter: tag:[hash-podcast] # -> #podcast internal tah
data:
post: page.podcast
limit: 10
template: godo-podcast
collections:
/:
permalink: /{slug}/
template:
# - godo-home-blog
# - godo-home-travel
# - godo-home-travel-featured
# - godo-home-fashion-concept
- index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/