-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (34 loc) · 1.02 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
#
# Blog Settings
#
author: Henrik Andersson
description: A former chef turned software developer specialising in .NET Framework stack, a father and husband with a beautiful wife and three wonderful children, a viking and originally from Sweden...no, not Switzerland.
url: http://alfhenrik.github.io
title: henrik andersson
subtitle:
gravatar_url: https://s.gravatar.com/avatar/de0ee1937ada29a8c7be1db1505c690b
subscribe_rss: http://alfhenrik.github.io/atom.xml
display_resume: false
# Github repositories
github_user: alfhenrik
github_repo_url: https://github.com/alfhenrik/alfhenrik.github.io/
# Twitter
twitter_user: ahandersson
twitter_tweet_button: true
# Disqus Comments
disqus_short_name: henrikandersson
disqus_show_comment_count: true
# Google Analytics
google_analytics_tracking_id: UA-37423173-1
#
# Jekyll Settings
#
markdown: rdiscount
pygments: true
permalink: /archive/:year/:month/:day/:title/
rdiscount:
extensions: [smart]
paginate: 5
paginate_path: "page/:num"
category_dir: categories
excerpt_separator: "<!--break-->"