-
Notifications
You must be signed in to change notification settings - Fork 110
/
Copy path_config.yml
61 lines (49 loc) · 1.88 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
# --SITE SETTINGS--
title: "Flâneur: a Jekyll theme for maps and text"
email: [email protected]
description:
baseurl: "/flaneur" # the subpath of your site, e.g. /blog/
url: "" # the base hostname & protocol for your site
github_repo: https://github.com/kirschbombe/flaneur
# --COPYRIGHT-- (Date generated from last build)
copyright_name: Dawn Childress
license: CC BY-NC-SA 4.0
# build settings
markdown: kramdown
encoding: utf-8
# --STYLES--
accent_color: rgba(18, 127, 157, 1) # accent color can be any css accepted value
accent_font: Della Respira # Gogle Fonts import link is in head.html. You can specify the accent font here and it will add it to the main.css
base_font: >
"Lato", sans-serif
# --SOCIAL--
twitter_username: kirschbombe
github_username: kirschbombe
# --MAP SETTINGS--
mapsettings:
map-tileset: 'https://api.mapbox.com/styles/v1/kirschbombe/cje1t61823u2p2rrwv3u68kf3/tiles/256/{z}/{x}/{y}?access_token=pk.eyJ1Ijoia2lyc2NoYm9tYmUiLCJhIjoiMTQxVVBocyJ9.vWLKsRKrVWU-WG2QlMb6kA'
map-credits: '<a target="_blank" href="https://github.com/kirschbombe/flaneur">Flâneur</a> | Tiles: Mapbox'
minZoom: 0
maxZoom: 20
setView: '[48.856614, 2.352222], 12' # set map center point and zoom. See http://leafletjs.com/reference-1.2.0.html for more info.
marker-grouping: grouped # sets the default clustering action. Options: grouped, single
#directionapi: https://router.project-osrm.org/route/v1/walking/
# Truncates map marker popup on small screens to only display post title
window-height: 600
window-width: 550
# --LINKS--
collections:
posts:
output: true
permalink: /article/:name
article-index:
title: Article Index
output: true
permalink: /article-index/:name/
permalink: /:categories/:title/
# --MENU--
menu-type: dropdown # options: dropdown, circle
# settings for circle menu
menu-height: '200px'
menu-width: '200px'
menu-opacity: '.95'