forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
91 lines (91 loc) · 1.47 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
title: Okan Binli
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
tagline: Software Developer
picture: okanbinli.jpg
logo: "http://peyloride.xyz/images/logo.png"
email: [email protected]
description: "My personal website. I'm a Software Developer who loves to code in Ruby.
Motocycle Rider (Bajaj Pulsar currently). Philosophical enthusiast since highscool.
#Free and #Equal"
baseurl: ''
url: http://peyloride.xyz
brand-color: "#e74c3c"
permalink: ":title/"
github_username: peyloride
facebook_username: okanb3
twitter_username: okanbinli
linkedin_username: okanbinli
instagram_username: okanbinli
credits: webjeda
version: 1.0
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
sass:
style: compressed
disqus-shortname: peyloride-github-io
analytics: UA-91742758-1
include:
- _pages
compress_html:
clippings:
- html
- div
- p
- ul
- td
- h1
- h2
- h3
- h4
- link
- meta
- footer
- nav
- img
- header
- hr
- br
- head
- style
- li
- ul
- ol
- time
- main
- script
- title
comments:
- "<!-- "
- " -->"
endings:
- all
ignore:
envs:
- local
blanklines: false
profile: false
startings: []
prose:
rooturl: _posts
siteurl: http://peyloride.xyz
media: images
ignore:
- index.md
- _config.yml
- "/_layouts"
- "/_includes"
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-admin