-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config-SP.yml
59 lines (53 loc) · 1.05 KB
/
_config-SP.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
# Project settings - General
version: 0.0.1
title: "The Tyee Article Page"
description: ""
url: "http://localhost:4000/"
logo: 'tyee_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 2015"
# Project settings - Assets
asset_paths:
# jekyll-assets pipeline
# 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/css
# Project settings - URLs
urls:
display: ''
privacy: ''
credits: ''
credits: ''
# 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
- Gruntfile.js
- gemfile
- Gemfile.lock