forked from cssu/cssu.ca-old
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (34 loc) · 725 Bytes
/
Copy path_config.yml
File metadata and controls
38 lines (34 loc) · 725 Bytes
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
# Site settings
title: CSSU
email: cssu@teach.cs.toronto.edu
url: https://cssu.ca
description: University of Toronto Computer Science Student Union
github_username: cssu
facebook_username: UofTCSSU
instagram_username: uoftcssu
# Ensures future-dated posts are shown
future: true
# Build settings
exclude: [
'bin',
'deploy_pages.sh',
'out/',
'Gemfile',
'Gemfile.lock',
'Rakefile',
'README.md',
'Procfile',
'vendor', # Travis CI installs gems to vendor/bundle/
]
# Enable asset processing
assets:
autoprefixer:
browsers:
- 'last 2 versions'
- 'IE > 9'
js_compressor: uglifier
css_compressor: sass
# Tag pages
tag_page_layout: tag_page
tag_page_dir: tag
tag_permalink_style: pretty