-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
104 lines (97 loc) · 2.49 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
101
102
103
104
# Project settings - General
version: 1.0.0
title: "Beautiful Solutions | This Changes Everything"
description: "We're gathering the most promising and contagious strategies for building a just, democratic, and resilient world."
baseurl: ""
url: "https://solutions.thischangeseverything.org"
logo: 'logo.png'
favicon: 'favicon.ico'
# Project settings - Reading
exclude: [ 'local' ]
encoding: "utf-8"
# Project settings - Collections
collections:
- solutions
- theories
- stories
- values
# Project settings - Jekyll Image Tag
image:
source: full_images
output: gen_images
presets:
thumb:
height: 400
width: AUTO
# Project settings - Analytics
analytics:
ga_tracking_id: 'UA-54927000-1'
# Project settings - Meta
author: "Beautiful Solutions"
robots: "index, follow"
revisit: "1 day"
copyright: "© Beautiful Solutions 2014"
# Project settings - Assets
asset_paths:
img: ""
js: ""
# Project settings - Social
social:
facebook:
fb_admins:
- 4707536
og_url: https://www.facebook.com/beautifulsolutionsproject
og_image: "BSol_FBog.jpg"
og_sitename: "Beautiful Solutions"
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.thischangeseverything.org
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/
- ui/templates/
- bower_components/jquery/dist/
- bower_components/modernizr/
- bower_components/bootstrap/dist/js/
- bower_components/underscore/
- bower_components/handlebars/
- bower_components/backbone/
- bower_components/layoutmanager/
- bower_components/domready/
- bower_components/bootstrap/dist/css/
- bower_components/isotope/dist/
- bower_components/showdown/compressed/
- bower_components/jquery.lazyload/
- bower_components/backbone.analytics/
js_compressor: uglifier
css_compressor: yui
cache: true