forked from mapeadoreslivresufpr/sotm_br_2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (43 loc) · 1.15 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 Brasil 2023
email: [email protected]
description: "Edição Brasileira do State of The Map, em 2023 será em Curitiba!"
url: "http://2022.stateofthemap.org" # the base hostname & protocol for your site
twitter_username: sotmbr2023
github_username: jekyll
# Build settings
markdown: kramdown
# Color settings (hex-codes without the leading hash-tag)
color:
primary-dark: '#faffff' # yellow
primary-light: '#38bd59' # red
background-light: '#faffff'
links: '#38bd59'
links-light: '#ebfffd'
links-white: '#ebfffd'
text: '#030304' #6ed487
text-light: '#ebfffd'
# 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