-
-
Notifications
You must be signed in to change notification settings - Fork 197
/
routes.yaml
96 lines (81 loc) · 2.06 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
routes:
/signup/: members/signup
/signin/: members/signin
/account/: members/account
/membership/: members/membership
/featured/:
controller: channel
filter: 'tag:-[hash-portfolio,hash-kusi-doc]'
limit: 12
template: godo-template-featured
# Optional for metada for seo
# data: page.home-featured
/archive/:
controller: channel
filter: 'tag:-[hash-portfolio,hash-kusi-doc]'
limit: all
template: godo-archive
/grid/:
controller: channel
filter: 'tag:-[hash-portfolio,hash-kusi-doc]'
limit: 12
template: godo-template-grid
/sidebar/:
controller: channel
filter: 'tag:-[hash-portfolio,hash-kusi-doc]'
limit: 12
template: godo-template-sidebar
/medium/:
controller: channel
filter: 'tag:-[hash-portfolio,hash-kusi-doc]'
template: godo-template-medium
limit: 14
/featured-slider/:
controller: channel
filter: 'tag:-[hash-portfolio,hash-kusi-doc]'
template: godo-template-featured-slider
/photographer/:
controller: channel
filter: 'tag:-[hash-portfolio,hash-kusi-doc]'
template: godo-template-photographer
limit: 12
/personal/:
template: godo-home-personal
data: page.godo-personal
/medium-sidebar/:
controller: channel
template: godo-template-medium-sidebar
data:
post: page.medium-with-sidebar
limit: 14
/podcast/rss/:
template: podcast/rss
content_type: text/xml
collections:
# PortFolio
/portafolio/:
permalink: /portafolio/{slug}/
filter: 'tag:[hash-portfolio]'
data: page.porftfolio
template: godo-template-portfolio
limit: all
# Podcast
/podcast/:
permalink: /podcast/{slug}/
filter: 'tag:[hash-podcast]'
data: page.podcast
template: godo-podcast
limit: 10
# Documentation
/docs/:
permalink: /docs/{slug}/
filter: 'tag:[hash-kusi-doc]'
template: godo-home-kusi-doc
# Default
/:
permalink: /{slug}/
filter: 'tag:-[hash-portfolio,hash-kusi-doc,hash-podcast]'
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/