-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
46 lines (40 loc) · 999 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
39
40
41
42
43
44
45
46
# Site settings
name: The Uberblock
author:
name: "Christian Vervoorts"
email: [email protected]
twitter: sangyye
about_me: "System-Administrator with a penchant for FreeBSD"
description: "Uberblock is a little blog, about programming, servers and unix. I will review some things, write some HowTos and make a caffeine injected rant or two."
baseurl: ""
url: "https://uberblock.de"
twitter_username: sangyye
github_username: sangyye
tumblr_username: sangyye
# Build settings
markdown: kramdown
permalink: /:year/:month/:day/:title/
exclude: [README.md, Gemfile, Rakefile, deploy_key.enc, deploy_key]
jekyll-archives:
layouts:
year: archive-year
month: archive-month
enabled:
- year
- month
# Rake settings
post:
template: _post.txt
extension: md
page:
template: _page.txt
extension: md
# seo-jekyll-tag
twitter:
username: sangyye
# Add plugins
plugins:
- jekyll-sitemap
- jekyll-archives
- jekyll-feed
- jekyll-seo-tag