-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·32 lines (25 loc) · 904 Bytes
/
_config.yml
File metadata and controls
executable file
·32 lines (25 loc) · 904 Bytes
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
---
## site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
title: "Agent-Based Modelling and Geographical Information Systems: A Practical Primer"
keywords: "ABM, agent-based modelling, GIS, GISc, geography, spatial science"
description: "A textbook on the use of agent-based modelling for simulating geographical systems"
source_link: "https://github.com/abmgis/abmgis"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: ## put YOUR key here to enable tracking! (blank to disable)
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#00A4D8' #'#5681B8'
green: '#9bcf2f'
purple: '#66306A'
orange: '#fab125'
turquoise: '#0fbfcf'
kramdown:
auto_ids: false