-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
88 lines (73 loc) · 1.43 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
title: mucoze blog
description:
author: Mücahid KIR
logo: /assets/img/logo.png
footer-links:
dribbble:
email: [email protected]
facebook:
flickr:
github: mucoze
instagram:
linkedin:
pinterest:
rss: rss # just type anything here for a working RSS icon
twitter: muc0ze
keybase:
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
youtube: # channel/<your_long_string> or user/<user-name>
googleplus: # anything in your profile username that comes after plus.google.com/
social:
name: Mücahid KIR
links:
- https://www.twitter.com/muc0ze
- https://github.com/mucoze
disqus: mcahidkir
google_analytics:
paginate: 5
excerpt_separator: <!--more-->
url:
baseurl: ""
show_downloads: false
future: true
defaults:
- scope:
path: ''
type: posts
values:
layout: post
comments: true
values:
layout: default
comments: true
- scope:
path: ''
type: pages
values:
layout: page
comments: false
timezone: Turkey
lang: en-US
gems:
- jekyll-seo-tag
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed
- jekyll-gist
- jekyll-avatar
- jekyll-github-metadata
sass:
style: compressed
sass_dir: hacker/_sass
includes_dir: hacker/_includes
layouts_dir: hacker/_layouts
theme: jekyll-theme-hacker
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
- hacker