forked from agrc/gis.utah.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
39 lines (39 loc) · 871 Bytes
/
_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
# Site settings
title: Utah Mapping Portal
email: [email protected]
description: Utah Mapping Portal | The Utah Automated Geographic Reference Center
baseurl: ""
url: "http://gis.utah.gov"
highlighter: rouge
twitter_username: MapUtah
github_username: agrc
facebook_username: UtahAGRC
vimeo_username: utahagrc
permalink: /:title/
production_url: 'http://gis.utah.gov'
analytics:
google:
tracking_id: 'UA-11849964-41'
sass:
style: compressed
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
hard_wrap: false
timezone: America/Denver
exclude: [
"node_modules",
"scripts/cleanser.py",
"scripts/cleanser.pyc",
"scripts/datatable.py",
"scripts/datatable.pyc",
"scripts/tests.py",
"scripts/tests.pyc",
"Gemfile.lock",
"Gemfile",
"GruntFile.js",
"bower.json",
"package.json",
"*.bak"
]