forked from andyrutkowski/flaneur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (45 loc) · 1.99 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
# --SITE SETTINGS--
title: Exploring Los Angeles through the Dunitz Mural Archive
email: Andy Rutkowski [email protected] or Stacy Williams [email protected]
description: This digital map edition features the work of students exploring and learning about Los Angeles neighborhoods by using the Dunitz Archive
baseurl: "/exploringdunitz" # the subpath of your site, e.g. /blog/
url: "" # the base hostname & protocol for your site
github_repo: https://github.com/visualizela/exploringdunitz
copyright_statement: Original Flaneur design © 2017 Dawn Childress. 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
# --SOCIAL--
twitter_username:
github_username:
# --MAP SETTINGS--
map-tileset: 'https://api.mapbox.com/styles/v1/andy-rutkowski/cjnro2i1225ob2srvogi4em94/tiles/256/{z}/{x}/{y}?access_token=pk.eyJ1IjoiYW5keS1ydXRrb3dza2kiLCJhIjoiWDJRMFVUWSJ9.iHl6Cf0M79wmHQlfP6Bk8Q'
map-credits: '<a target="_blank" href="https://github.com/kirschbombe/flaneur">Flâneur</a> | Tiles: Mapbox'
minZoom: 0
maxZoom: 20
setView: '[34.019781, -118.295050], 14' # set map center point and zoom. See http://leafletjs.com/reference-1.2.0.html for more info.
marker-grouping: single # sets the default clustering action. Options: grouped, single
# 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'
#pages to exclude in menu
exclude_pages: [ "index.html", 'home.md']