forked from Westwoodlabs/WAMP-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·46 lines (37 loc) · 1 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
---
port: 4000
host: 0.0.0.0
safe: false
### site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
### content configuration ###
title: "WAMP - Das Westwood Camp"
keywords: "Wamp, Westwoodlabs, Camp, Camping, Hacking "
description: "Das Hackercamp im Westerwald"
source_link: "https://tickets.westwood.camp/"
favicon: "img/wamp_white_32x32.png "
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: ## put YOUR key here to enable tracking! (blank to disable)
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'
intro: '#121212'
grau: '#2a2a2a'
grau1: '#3c3c3c'
grau2: '#545454'
grau3: '#6c6c6c'
grau4: '#848484'
grau5: '#a2a2a2'
grau6: '#bababa'
kramdown:
auto_ids: false