forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·94 lines (74 loc) · 1.77 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
# name of the software
name: Prebid
# current version of the software
version: 1.0.0
# licence of the software
license: Apache License
licenseUrl: http://www.apache.org/licenses/LICENSE-2.0
# list of additional links on the right of the top menu
headerLinks:
- title: GitHub
url: https://github.com/prebid
# list if additional links on the footer
footerLinks:
- title: GitHub
url: https://github.com/prebid/
# - title: Issues
# url: https://github.com/prebid/Prebid.js/issues?state=open
# - title: About Us
# url: /about.html
# header
header:
#color1: "#0084B4"
#color1: "#55acee"
color1: "#3b88c3"
#color1: "#2ABBB0"
#color1: "#080331"
#color2: "#673051"
trianglify: false
# google analytics
analytics:
account:
domain:
# github buttons
githubButton:
user: prebid
repo: Prebid.js
# twitter buttons
twitter:
enabled: true
via:
hash: prebidjs
account:
# facebook buttons
facebook:
enabled: false
profileUrl:
# Build settings
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
# https://github.com/jekyll/jekyll/pull/4090
syntax_highlighter: rouge
# Rouge Highlighter in Kramdown › http://kramdown.gettalong.org/syntax_highlighter/rouge.html
# span, block element options fall back to global
syntax_highlighter_opts:
# Rouge Options › https://github.com/jneen/rouge#full-options
css_class: 'highlight'
#line_numbers: true # bad idea, spans don't need linenos and would inherit this option
span:
line_numbers: false
block:
line_numbers: false
start_line: 1
# Collections
collections:
- bidders
port: 8080
exclude: ['README.md', 'LICENSE', 'bower.json', 'Gemfile.lock', 'Gemfile', 'vendor']
plugins:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap