-
Notifications
You must be signed in to change notification settings - Fork 0
/
routes.yaml
98 lines (96 loc) · 2.49 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
97
98
routes:
/series/code-snippet-corner/:
controller: channel
template: series
order: published_at asc
filter: tag:[code-snippet-corner]
/series/hacking-tableau-server/:
controller: channel
template: series
order: published_at asc
filter: tag:[hacking-tableau-server]
/series/create-an-aws-api/:
controller: channel
template: series
order: published_at asc
filter: tag:[create-an-aws-api]
/series/working-with-mysql/:
controller: channel
template: series
order: published_at asc
filter: tag:[working-with-mysql]
/series/data-analysis-pandas/:
controller: channel
template: series
filter: tag:[data-analysis-pandas]
order: published_at asc
/series/building-flask-apps/:
controller: channel
template: series
order: published_at asc
filter: tag:[building-flask-apps]
/series/adventures-in-excel/:
controller: channel
template: series
order: published_at asc
filter: tag:[adventures-in-excel]
/series/google-cloud-architecture/:
controller: channel
template: series
order: published_at asc
filter: tag:[google-cloud-architecture]
/series/mongodb-cloud/:
controller: channel
template: series
order: published_at asc
filter: tag:[mongodb-cloud]
/series/starting-django/:
controller: channel
template: series
order: published_at asc
filter: tag:[starting-django]
/series/mapping-data-with-mapbox/:
controller: channel
template: series
order: published_at asc
filter: tag:[mapping-data-with-mapbox]
/series/welcome-to-sql/:
controller: channel
template: series
order: published_at asc
filter: tag:[welcome-to-sql]
/series/graphql-hype/:
controller: channel
template: series
order: published_at asc
filter: tag:[graphql-hype]
/series/learning-apache-spark/:
controller: channel
template: series
order: published_at asc
filter: tag:[learning-apache-spark]
/archive/:
controller: channel
template: postarchive
order: published_at desc
filter: tag:-roundup
/subscribe/: members/subscribe
/signup/: members/signup
/signin/: members/signin
/account/: members/account
collections:
/:
permalink: /{slug}/
filter: tag:-[roundup]
template:
- index
/roundup/:
permalink: /roundup/{slug}/
filter: tag:[roundup]
template:
- index
/callbacks/medium/: # index URL
permalink: /medium/
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/