forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·74 lines (58 loc) · 1.2 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
# 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
# Collections
collections:
- bidders
port: 8080
exclude: ['README.md', 'LICENSE', 'bower.json', 'Gemfile.lock', 'Gemfile', 'vendor']
plugins:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap