This repository has been archived by the owner on Mar 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
122 lines (106 loc) · 2.37 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
# Site settings
title: PRU
description: > # this means to ignore newlines until "url:"
Performance monitoring data, analyses and visualizations for Eurocontrol's 41 Member States.
url: "http://ansperformance.eu" # the base hostname & protocol for your site; NO https if served by github pages!!!
canonical: "http://ansperformance.eu" # NO https if served by github pages!!!
baseurl: "" # see https://byparker.com/blog/2014/clearing-up-confusion-around-baseurl/
searchsites: "ansperformance.eu"
# Settings for deploy rake task
dest_user: euctrl-pru
dest_repo: euctrl-pru.github.io
media: media
include:
- _pages
collections:
studies:
output: true
# Owner / Author information
owner:
name: EUROCONTROL
location: Brussels, Belgium
twitter: eurocontrol
github: euctrl-pru
googleanalytics: UA-62697169-2
email: [email protected]
webmaster:
name: Enrico Spinielli
email: enrico.spinielli [at] eurocontrol.int
tools:
standards: "HTML5, SCSS"
software: "Jekyll, pandoc, MathJax, d3.js, dc.js, crossfilter"
# Build settings
gems:
- 'jekyll/scholar'
- bootstrap-sass
- uglifier
- jekyll-assets
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-seo-tag
- 'jekyll/figure'
assets:
sources:
- _assets/images
- _assets/javascripts
- _assets/stylesheets
- _assets/json
css_compressor: sass
js_compressor: uglifier
autoprefixer:
browsers: ["last 2 versions","> 5%","IE 9"]
digest: true
sass:
sass_dir: _sass
style: :compressed
sourcemap: true
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
scholar:
style: chicago-author-date
locale: en
source: references
repository: references/library
bibliography_template: bib
replace_strings: true
join_strings: true
bibtex_filters:
- href
- latex
sort_by: year,month
order: descending
query: "@*"
# HTML Compression
compress_html:
clippings: all
comments: ["<!-- ", " -->"]
ignore:
envs: development
blanklines: true
profile: false
startings: [html, head, body]
# Global configs
timezone: Europe/Brussels
# don't deploy these folders/files
exclude:
- README.md
- Gemfile
- Gemfile.lock
- Rakefile
- "*.sql"
- "references/*.bib"
- tmp
- references/auto
- node_modules
- package.json
- npm-debug.log
- scripts
- vendor
- .travis.yml
- "data/set/*/extract_*"
- "*.py"
- R/
- website.Rproj
- .Rhistory