-
Notifications
You must be signed in to change notification settings - Fork 6
/
_config.yml
73 lines (66 loc) · 1.96 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
70
71
72
73
# visit http://jekyllrb.com/docs/configuration/ for more settings
paginate: 10
paginate_path: "page:num"
exclude: [".gitignore", "README.md", "BACKLOG.md", "SETUP.md", "CHANGELOG.md", "Rakefile.rb", "Gemfile", "Gemfile.lock", "_images" ]
pygments: true
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
permalink: /blog/:year/:month/:day/:title
timezone: Europe/Berlin
encoding: UTF-8
destination: ./_site/
#baseurl: /blog
url: http://localhost
#BASE_PATH: /blog
title: Infrastruktur mit Qualität
description: Infrastruktur mit Qualität gestalten und betreiben
name: www.infrabricks.de
keywords:
- serverspec
- infrastructur as code
- test
- serverspec tutorial
author:
name: Peter Rossbach
email: [email protected]
short: pr
image: rossbach_peter.jpg
github: rossbachp
linkedin: ../pub/peter-rossbach/0/a48/838
xing: Peter_Rossbach
bio: Systemarchitekt, Infra-Coder, Trainer, Apache Tomcat Committer, Softwareentwickler
authors:
- rossbachp:
id: 1
name: Peter Roßbach
short: pr
email: [email protected]
image: rossbach_peter.jpg
sidebarimage: peter_rossbach_small.png
github: rossbachp
linkedin: ../pub/peter-rossbach/0/a48/838
twitter: PRossbach
xing: Peter_Rossbach
bio: Systemarchitekt, Infra-Coder, Trainer, Softwareentwickler, Apache Tomcat Committer
- schmidta:
id: 2
name: Andreas Schmidt
short: as
email: [email protected]
github: aschmidt75
twitter: aschmidt75
image: schmidt_andreas.jpg
linkedin: ../pub/andreas-schmidt/4/b67/24a
xing: Andreas_Schmidt38
sidebarimage: andreas_schmidt_small.png
bio: Infra-Coder, System Engineer, Softwareentwickler
rss_path: rss.xml
atom_path: atom.xml
categories_path: categories.html
tags_path: tags.html
links_path: links.html
analytics:
google:
tracking_id: 'UA-48463790-3'
name: 'infrabricks.de'