-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
50 lines (43 loc) · 1.23 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
# Site settings
title: "SOTM Asia 2024"
email: "[email protected]"
description: "The OpenStreetMap Asia conference. 2024 in Bangladesh & online."
url: "https://stateofthemap.asia/" # the base hostname & protocol for your site
developer: Atikur Rahman
github_username: arahmandc
# Build settings
markdown: kramdown
# Color settings (hex-codes without the leading hash-tag)
color:
primary-dark: '#fff' # bedeff # 3cb9f7 # main: blue
primary-light: '#3C3C3C'
primary-ar: #A3BBBB # f2bb40 # secondary: yellow
background-light: '#fff' # bedeff
links: '#000' # 04065e # dark blue
links-light: '#fff' # 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: /2024/:title/
defaults:
- scope:
path: ""
type: posts
values:
permalink: /2024/:title/
plugins:
- jekyll-gzip
# - jekyll-brotli