-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
100 lines (93 loc) · 2.35 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Project settings - General
version: 0.0.1
title: "Bottom Lines"
description: "A quarter-century report on Canada's natural security."
baseurl: ""
url: "http://bottomlines.tyeesolutions.org"
# Project settings - Analytics
analytics:
ga_tracking_id: 'UA-169022-10'
# Project settings - Meta
author: "Tyee Solutions Society"
robots: "index, follow"
revisit: "1 day"
copyright: "© Tyee Solutions Society 2015"
# Project settings - Assets
asset_paths:
img: ""
js: ""
# Project collections
collections:
chapters:
output: true
cards:
output: true
# Project settings - URLs
urls:
display: 'preview.bottomlines.tyeesolutions.org'
privacy: 'http://project-name.thetyee.ca/privacy_url'
credits: 'http://project-name.thetyee.ca/credits_url'
# Project settings - Social
social:
facebook:
fb_admins:
- 12345
og_url:
og_image:
og_sitename:
twitter:
gplus:
# Jekyll build settings
markdown: kramdown
permalink: pretty
exclude:
- README.md
- bower.json
- package.json
- node_modules
- bower_components
- Gruntfile.js
- gemfile
- Gemfile.lock
- _vendor
- _scripts
- local
assets:
# jekyll-assets pipeline - currently using this
# Pathname of the destination of generated (bundled) assets relative
# to the destination of the root.
dirname: assets
# Base URL of assets paths.
baseurl: /assets/
sources:
- _assets/images
- _assets/icons
- _assets
- ui/js
- ui/img
- ui/less
- ui/css
- bower_components/jquery/dist/
- bower_components/modernizr/
- bower_components/bootstrap/dist/js/
- bower_components/bootstrap/dist/css/
- bower_components/underscore/
- bower_components/backbone/
- bower_components/layoutmanager/
- bower_components/jquery-smooth-scroll/
- bower_components/gsap/src/uncompressed/
- bower_components/ScrollMagic/js/
- bower_components/fluidbox
- bower_components/fluidbox/css/
- bower_components/jquery-scrollstop/
- bower_components/jquery.slimscroll/
- bower_components/d3/
- bower_components/bigfoot/dist/
- bower_components/datatables/media/js
- bower_components/datatables/media/css
- bower_components/datatables/media/images
- bower_components/slideout/dist/
- bower_components/leaflet/dist/
js_compressor: yui
css_compressor: yui
cache: true