-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml~
executable file
·37 lines (32 loc) · 1.34 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
title: "Blog Title"
author: "Blog Author"
description: "Really cool blog about ... something"
more: "read more »"
url: "https://sukhad-app.github.io"
baseurl: "/contrast" # comment out if in root directory
comments:
disqus: "niklasbuschmann"
# isso: "comments.mysite.org"
style:
body: 'white'
margin: 0%
padding: 30%
nav: "#222"
articles: 'stripe' # 'light' 'dark' and 'stripe' possible
uppercase: true
# see http://fontawesome.io/icons/#brand for all possible icons
# notice: squared icons only work if supported by font-awesome
links:
- github: {url: "https://github.com/me/", square: true}
- reddit: {url: "https://www.reddit.com/user/me/", square: true}
- twitter: {url: "https://twitter.com/me/", square: true}
- facebook: {url: "https://www.facebook.com/me", square: true}
- google-plus: {url: "https://plus.google.com/+me", square: true}
- youtube: {url: "https://www.youtube.com/user/me", square: true}
- tumblr: {url: "http://me.tumblr.com/", square: true}
- steam: {url: "http://steamcommunity.com/id/me/", square: true}
paginate: 10
excerpt_separator: "\n\n\n" # excerpt ends after two blank lines
permalink: pretty
defaults: [{scope: {path: ""}, values: {layout: "default"}}, {scope: {path: "", type: "posts"}, values: {comments: true}}]
gems: [jekyll-feed, jekyll-paginate] # include feed plugin (supported by gh-pages)