-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
36 lines (32 loc) · 1.03 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
title: "Just a journey"
author: "Blog Author"
description: "惟精惟一"
#subheading: "Really cool blog about ... something"
more: "read more"
url: "http://niklabs.me"
baseurl: "/lix_blog" # comment out if in root directory
comments:
disqus: "niklasbuschmann"
# isso: "comments.mysite.org"
style:
# body: "whitesmoke"
padding: 33%
anchor: "#46f"
serif-heading: true
nav: "#181818"
# headline: "#06f"
description: "white"
article:
odd: "#ffffff"
even: "#222222"
links:
- github: "https://github.com/me/"
- twitter: "https://twitter.com/me/"
- google-plus: "https://plus.google.com/+me"
- reddit: "https://www.reddit.com/user/me/"
- youtube: "https://www.youtube.com/user/me"
- steam: "http://steamcommunity.com/id/me/"
paginate: 10
excerpt_separator: "\n\n\n" # excerpt ends after two blank lines
defaults: [{scope: {path: ""}, values: {layout: "default"}}, {scope: {path: "", type: "posts"}, values: {comments: true}}]
gems: [jekyll-feed] # include feed plugin (supported by gh-pages)