-
Notifications
You must be signed in to change notification settings - Fork 7
/
_config.yml
49 lines (43 loc) · 1.21 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
# Site settings
title: "State of the Map 2024 – Nairobi, Kenya"
email: [email protected]
description: "The global OpenStreetMap conference. September 6 - 8, 2024 in Nairobi, Kenya & online."
url: "http://2024.stateofthemap.org" # the base hostname & protocol for your site
twitter_username: state
github_username: jekyll
# Build settings
markdown: kramdown
# Color settings (hex-codes without the leading hash-tag)
color:
primary-dark: '#3cb9f7' # main: blue
primary-light: '#f2bb40' # secondary: yellow
background-light: '#bedeff'
links: '#04065e' # dark blue
links-light: '#2464aa' # light-ish blue???
links-white: '#fff'
text: '#030304'
text-light: '#fff'
# Settings for map tiles used in leaflet maps
map_tiles:
url: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png'
attribution: '© <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors'
maxZoom: 19
# Repo files to not include in built site
exclude:
- Dockerfile*
- docker-compose.*
- Gemfile
- Gemfile.lock
- node_modules
- vendor
permalink: /:title/
relative_permalinks: false
defaults:
- scope:
path: ""
type: posts
values:
permalink: /:title/
plugins:
- jekyll-gzip
# - jekyll-brotli