-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
87 lines (81 loc) · 2.01 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
# Project settings - General
version: 0.0.1
title: "Project title"
description: "Project description"
baseurl: ""
url: "http://project-name.thetyee.ca"
logo: 'tss_logo.png'
# Project settings - Analytics
analytics:
ga_tracking_id: 'UA-12345-5'
# Project settings - Meta
author: "The Tyee"
robots: "index, follow"
revisit: "1 day"
copyright: "© The Tyee 2014"
# Project settings - Assets
asset_paths:
img: ""
js: ""
# Project settings - URLs
urls:
display: 'project-name.thetyee.ca'
privacy: 'http://project-name.thetyee.ca/privacy_url'
credits: 'http://project-name.thetyee.ca/credits_url'
credits: 'http://github.com/TheTyee/project-name'
# 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
asset_bundler:
# Asset bundler plugin - not used in this version
compress:
js: yui
css: yui
base_path: /assets/
# When not in development mode, reference assets on the CDN site
# TODO update this to the CDN link
server_url: http://static-template.apps.thetyee.ca
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:
- ui/js
- ui/img
- ui/less
- ui/css
- bower_components/jquery/dist/
- bower_components/modernizr/
- bower_components/bootstrap/dist/js/
- bower_components/underscore/
- bower_components/backbone/
- bower_components/bootstrap/dist/css/
- bower_components/jquery.slimscroll/
- bower_components/fullpage.js/
- bower_components/fullpage.js/vendors/
- bower_components/d3/
js_compressor: yui
css_compressor: yui
cache: true