-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
130 lines (130 loc) · 2.45 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
assets:
caching:
enabled: true
path: .jekyll-cache/assets
type: file
compress:
css: /assets/css/*.css
img: /assets/**/*.{jpg,png}
js: /assets/js/*.js
compression: true
gzip:
- text/css
- application/javascript
plugins:
css:
autoprefixer: {}
img:
optim: {}
precompile: []
raw_precompile: []
source_maps: false
sources:
- assets/css
- assets/icons
- assets/images
- assets/videos
- assets/js
author: Sebastian Rousseau
author_facebook: eaglerex
background_color: '#fff'
baseurl: ''
compress_html:
blanklines: false
clippings: all
comments: all
endings: all
profile: true
startings: all
description: Eagle Rex description
email: [email protected]
encoding: utf-8
excerpt_separator: <!--more-->
exclude:
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .jekyll-cache
- .sass-cache
- .travis.yml
- '*.sublime-project'
- '*.sublime-workspace'
- Capfile
- config
- Gemfile
- Gemfile.lock
- Gruntfile.js
- gulpfile.js
- log
- node_modules
- package.json
- Rakefile
- README
- README.md
- tmp
- vendor/
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- yarn.lock
facebook_id: 10156052650356912
facebook_username: eaglerex
feed:
path: atom.xml
github_username: sebastienrousseau
google_analytics: G-X7J1L6Q2D2
highlighter: rouge
include:
- assets
- _pages
jekyll-minifier:
keep_files:
- .git
uglifier_args:
harmony: true
kramdown:
auto_ids: true
enable_coderay: false
entity_output: as_char
hard_wrap: false
input: GFM
smart_quotes: lsquo,rsquo,ldquo,rdquo
toc_levels: 1..3
kramdown:auto_ids: true
lang: en
linkedin_username: eaglerex
locale: en_gb
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-minifier
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
repository: sebastienrousseau/eaglerex.com
sass:
sass_dir: _scss
style: compressed
source: source
styles: /assets/css/main.css
subtitle: Dare to Soar
theme-color: '#000'
title: Eagle Rex Cycling Club
twitter_creator: wwdseb
twitter_username: eaglerex
url: https://eaglerex.com
version: 1.0.5
workbox:
dest_js_directory: assets/js
precache_glob_directory: /
precache_glob_ignores:
- assets/videos/**/*
- sw-register.js
precache_glob_patterns:
- '{js,css,fonts}/**/*.{js,css,eot,svg,ttf,woff}'
- index.html
precache_recent_posts_num: 5
sw_dest_filename: sw.js
sw_src_filepath: sw.js