forked from switch2osm/switch2osm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (35 loc) · 897 Bytes
/
_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
title: Switch2OSM
description: >
Switch to OpenStreetMap and discover how you can build beautiful maps from the world’s best map data.
copyright: 2013–2023 OpenStreetMap and contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC BY-SA</a>
github_username: switch2osm
# Build settings
markdown: kramdown
# Repo files to not include in built site
exclude:
- Dockerfile*
- docker-compose.*
- Gemfile
- Gemfile.lock
- node_modules
- vendor
menu:
- title: Why Switch?
url: /why-switch/
- title: Case Studies
url: /case-studies/
- title: The Basics
url: /the-basics/
- title: Using Tiles
url: /using-tiles/
- title: Serving Tiles
url: /serving-tiles/
- title: Other Uses
url: /other-uses/
- title: Providers
url: /providers/
- title: Find Out More
url: /find-out-more/
plugins:
- jekyll-gzip
# - jekyll-brotli