-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
72 lines (61 loc) · 1.4 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
# Site
title: affilinet Developer Hub
subtitle: Tools for an easy integration with affilinet for publishers and advertisers
meta_description: Find documentation and download for all affilinet Developer tools
url: http://developer.affili.net
# Follow
twitter: http://twitter.com/affilinet_news
facebook: https://www.facebook.com/affilinet
github: http://github.com/affilinet
# Address
address_street: Sapporobogen 6-8
address_city: 80637 Munich
# Main menu
mainmenu:
- title: Publisher
slug: publisher
- title: Advertiser
slug: advertiser
# Conversion
markdown: kramdown
highlighter: rouge
permalink: date
# Collections
collections:
publisher_projects:
title: Publisher
slug: publisher
position: 1
advertiser_projects:
title: Advertiser
slug: advertiser
position: 2
# Defaults
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
# Default font sizes
maintext_fontsize: 16px
maintext_lists_fontsize: 16px
mainmenu_fontsize: 15px
sidebar_fontsize: 16px
table_fontsize: 14px
code_fontsize: 13px
# Color settings (hex-codes without the leading hash-tag)
color:
darkbrown: 3b302d
lightbrown: B2A79D
lightbrown_background: f7f6f5
pink: DE1C44
purple: 90005B
darkpurple: 53214b
red: ff3f2c
orange: ec5b0a
yellow: EC810A
green: 3D7850
lightgreen: 73BA73
lighblue: 7882DC
blue: 283CC8