forked from agrc/gis.utah.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml_
47 lines (47 loc) · 1 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
# Site settings
title: Utah Mapping Portal
email: [email protected]
description: Utah Mapping Portal | The Utah Automated Geographic Reference Center
baseurl: ""
url: "https://gis.utah.gov"
highlighter: rouge
twitter_username: MapUtah
github_username: agrc
facebook_username: UtahAGRC
vimeo_username: utahagrc
permalink: /:title/
production_url: 'https://gis.utah.gov'
analytics:
google:
tracking_id: 'UA-11849964-41'
sass:
style: @@sass
github:
repository_url: https://github.com/agrc/agrc.github.io
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",
"README.md",
"docker-compose.yml",
"LICENSE"
]
include: [
"_redirects"
]