-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
25 lines (23 loc) · 1.06 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
# Site settings
title: Johan's Documentation Stuff
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
This blog is the story of my home-brew micro IT infrastructure. This is my playground, where I will do a lot of
experimenting, hoping I don't loose any data (like my photos). but therefor we have a backup, don't we ??
At the moment I'm migrating my old almost dead hardware to something not that old, managed by a Puppet Enterprise server.
#baseurl: # the subpath of your site, e.g. /blog/
url: "http://johan.koewacht.net" # the base hostname & protocol for your site
#twitter_username:
github_username: witjoh
# Build settings
markdown: kramdown
#highlighter: rouge
highlighter: pygments
# to solve the following error on github.io :
# ERROR: YOUR SITE COULD NOT BE BUILT:
#
# ------------------------------------
#
# Invalid date '0000-00-00': Post '/vendor/bundle/ruby/1.9.1/gems/jekyll-2.4.0/lib/site_template/_posts/0000-00-00-welcome-to-jekyll.markdown.erb' i
# does not have a valid date in the filename.
exclude: [vendor]