-
Notifications
You must be signed in to change notification settings - Fork 41
/
_config.yml
executable file
·43 lines (36 loc) · 1.05 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
# Site wide configuration
title: Open311
description:
url:
production_url: //wiki.open311.org
data_dir: data
#Github Repo
repo_name: open311.github.io
branch: master
org_name: open311
# Jekyll configuration
permalink: pretty
markdown: kramdown
highlighter: pygments
exclude: ["lib", "config.rb", ".sass-cache", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "*.sublime-project", "*.sublime-workspace", "Gemfile", "Gemfile.lock", "README.md", "LICENSE", "node_modules", "Gruntfile.js", "package.json"]
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "page"
gems:
- jekyll-redirect-from
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
#
JB :
version : 0.3.0
ASSET_PATH : /assets/themes/open311
# Settings for analytics helper
# Set 'provider' to the analytics provider you want to use.
# Set 'provider' to false to turn analytics off globally.
#
analytics :
provider : google
google :
tracking_id : 'UA-8102379-3'