-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·57 lines (46 loc) · 1.41 KB
/
_config.yml
File metadata and controls
executable file
·57 lines (46 loc) · 1.41 KB
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
---
port: 4080
host: 0.0.0.0
safe: true
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore, vendor, node_modules, SHOUTOUTS.md, gulpfile.js, package.json, nbproject]
permalink: /:title ## disables post output
timezone: PST
lsi: false
markdown: kramdown
### content configuration ###
title: "Semantic Testing"
keywords: "Semantic Testing, TDD, Testify"
description: "Semantic Testing is a software testing specification that easy to understand and implement"
source_link: "https://github.com/testify-project/semantic-testing.github.io"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: UA-96183432-2
### template colors, used site-wide via css ###
colors:
black: '#272a2b'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#3aca74'
purple: '#c869bf'
orange: '#e4844a'
turquoise: '#0fbfcf'
navy: '#3c4e5c'
darknavy: '#22313f'
#http://colorpalettes.net/color-palette-1847/
lightblue: '#daffed'
wallbrown: '#c1afa8'
roofcream: '#ede8e4'
skyblue: '#81c8ee'
domeblue: '#006bbd'
oceanblue: '#284277'
#http://colorpalettes.net/color-palette-2154/
ampblue: '#e1ebec'
waveblue: '#b1d3e3'
surfblue: '#72a5d3'
surfaceblue: '#3b6ba5'
seablue: '#193f6e'
kramdown:
auto_ids: true
input: GFM
hard_wrap: false