forked from RWS/rws.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·66 lines (57 loc) · 1.46 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
---
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
future: true
exclude: [CNAME, README.md, .gitignore]
permalink: /:year-:month-:day-:title
timezone: null
lsi: false
safe: true
#source: .
incremental: false
markdown: kramdown
highlighter: rouge
gist:
noscript: false
### content configuration ###
title: "RWS Developers"
keywords: "RWS, github, open, source, open source, Java, OData, language cloud, trados, tridion, contenta, xpp, passolo, multiterm, groupshare, worldserver"
description: "RWS Developers - extend the functionality of your RWS products using the available APIs"
source_link: "https://github.com/rws"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: "UA-156052-47"
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'
rws-white: '#ffffff'
rws-black: '#282C36'
rws-light-gray: '#F4F5F7'
rws-green: '#008080'
rws-green-hover: '#006666'
background-light: '#ffffff'
text: '#282C36'
text-gray: '#979FB2'
text-light: '#ffffff'
link: '#008080'
link-hover: '#006666'
border-light: '#F4F5F7'
border-dark: '#D9DBE1'
page:
width-min: '320px'
width-max: '1312px'
breakpoints:
mobile-max: '767px'
tablet-min: '768px'
tablet-max: '1439px'
pc-min: '1440px'
pc-max: '1919px'
high-min: '1920px'