forked from t413/SinglePaged
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
executable file
·38 lines (30 loc) · 961 Bytes
/
_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
---
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: "ViperDev Nikolaus Pitch"
keywords: "Pitch, nonprofit, social, sozial, impact, Gesellschaft"
description: "Brauchst du Softwareentwickler*innen um deine Idee zu realisieren? Soziale Unternehmungen können sich mit einer App-Idee bis zum 30. November 2018 bewerben."
source_link: "https://github.com/viper-development/nikolauspitch"
favicon: "img/apple-touch-icon.png"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key:
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
gray: '#e3e3e3'
blue: '#201b54'
green: '#6ca100'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'
kramdown:
auto_ids: false