-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy path_config.yml
153 lines (149 loc) · 3.83 KB
/
_config.yml
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Site settings
title: The Map Academy — CARTO
description: >
Understand how location intelligence and big data tools work with CARTO Academy documentation and training programs
keywords: "data visualization tools, CARTO. location intelligence, big data, learning resources, deep insights"
baseurl: '/academy'
url: 'https://carto.com'
# Build settings
source: '_app'
destination: '_site/academy'
markdown: kramdown
permalink: pretty
gems:
- jekyll-redirect-from
# Permalinks
cartodb-baseurl: 'https://carto.com'
blog-baseurl: 'https://carto.com/blog'
github-baseurl: 'https://github.com/CartoDB/academy'
# analytics_property_id: ''
hubspot_id: 474999
# Collections
collections:
beginners-course:
output: true
published: true
difficulty: easy
title: "Online Mapping for Beginners"
url: /courses/beginners-course/
description: >
Learn how to work with data tables to create interactive map visualizations.
design-for-beginners:
output: true
published: true
difficulty: easy
title: "Introduction to Map Design"
url: /courses/design-for-beginners/
description: >
Start learning the basics of design with data and maps.
sql-postgis:
output: true
published: true
difficulty: easy
title: "SQL and PostGIS in CARTO"
url: /courses/sql-postgis/
description: >
Discover the power of SQL and PostGIS by exploring CARTO.
academy-lite:
output: true
published: true
difficulty: easy
title: "Academy Lite"
url: /courses/academy-lite/
description: >
Five minute lessons on basic skills for map creation.
cartojs-ground-up:
output: true
published: true
difficulty: medium
title: "CARTO.js from the ground up"
url: /courses/cartojs-ground-up/
description: >
Take advantage of the flexibility of CARTO.js to create custom webpages.
# rapid-map-prototyping:
# output: true
# published: false
# difficulty: TBD
# title: "Rapid Map Prototyping"
# url: /courses/rapid-map-prototyping/
# description: >
# TBD
intermediate-design:
output: true
published: true
difficulty: medium
title: "Intermediate Map Design"
url: /courses/intermediate-design/
description: >
Learn more about cartography and the pros and cons of thematic map types.
cartojs-and-external-apis:
output: true
published: true
difficulty: advanced
title: "CARTO.js and External APIs"
url: /courses/cartojs-and-external-apis/
description: >
This course shows how to use CARTO's JavaScript library CARTO.js with external libraries and APIs.
community:
output: true
published: true
difficulty: mixed
title: "Community Content"
url: /courses/community/
description: >
Tutorials from CARTO's community
defaults:
- scope:
path: ""
type: beginners-course
values:
layout: lesson
body_class: 'js-Lesson'
- scope:
path: ""
type: design-for-beginners
values:
layout: lesson
body_class: 'js-Lesson'
- scope:
path: ""
type: sql-postgis
values:
layout: lesson
body_class: 'js-Lesson'
- scope:
path: ""
type: academy-lite
values:
layout: lesson
body_class: 'js-Lesson'
- scope:
path: ""
type: cartojs-ground-up
values:
layout: lesson
body_class: 'js-Lesson'
# - scope:
# path: ""
# type: rapid-map-prototyping
# values:
# layout: lesson
# body_class: 'js-Lesson'
- scope:
path: ""
type: intermediate-design
values:
layout: lesson
body_class: 'js-Lesson'
- scope:
path: ""
type: cartojs-and-external-apis
values:
layout: lesson
body_class: 'js-Lesson'
- scope:
path: ""
type: community
values:
layout: lesson
boty_class: 'js-Lesson'