-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
79 lines (74 loc) · 1.83 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
# Project settings - General
version: 0.0.1
title: "Transit Vote 2015 - The Tyee"
subtitle: "Transit Vote 2015"
description: "The Transit Question: How Leaders Will Vote"
date: "March 9, 2015"
baseurl: ""
url: "http://transit-vote.thetyee.ca"
# Project settings - Analytics
analytics:
ga_tracking_id: 'UA-169022-1'
# Project settings - Meta
author: "The Tyee"
robots: "index, follow"
revisit: "1 day"
copyright: "© The Tyee 2015"
authors: "Tyee Staff"
updated: "March 10, 2015"
# Project settings - URLs
urls:
display: 'transit-vote.thetyee.ca'
privacy: 'http://subscribe.thetyee.ca/privacy/'
credits: '/credits'
github: 'https://github.com/TheTyee/transit-vote.thetyee.ca'
# Project settings - Social
social:
facebook:
fb_admins:
- 12345
og_image: 'http://transit-vote.thetyee.ca/ui/img/transit-vote-share.png'
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
- Gemfile.lock
- _vendor
- _fullsize
- _thumbs
- _data
# jekyll-assets pipeline - currently using this
assets:
# 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:
- ui/js/
- ui/img/
- ui/less/
- ui/templates/
- 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/tabletop/src/
- bower_components/isotope/dist/
js_compressor: yui
css_compressor: yui
cache: true