-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
109 lines (108 loc) · 2.41 KB
/
Copy path_config.yml
File metadata and controls
109 lines (108 loc) · 2.41 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
---
title: Caner Güral
timezone: UTC
collections:
portfolio:
title: Portfolio
output: true
permalink: "/:collection/:name"
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
baseurl: ''
url: http://cgural.com
description: Blog
theme_settings:
title: Caner Güral
"//avatar": assets/img/triangle.svg
avatar: "//pbs.twimg.com/profile_images/776169571057369093/VJbNRJ5O_400x400.jpg"
favicon: assets/favicon.ico
gravatar: 22D0B52DED4EDD015DB826B1B723F6F3
header_text: "<p>Merhaba, ben Caner Güral. <i>Öğrenme Deneyimi</i> ile ilgili çalışıyorum.</p>\n"
"//header_text_feature_image": "//images.pexels.com/photos/459631/pexels-photo-459631.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260"
header_text_feature_image: assets/img/shutterstock/shutterstock_778009624_cutted.jpg
footer_text: 'Powered by <a href="https://jekyllrb.com/">Jekyll</a>
'
rss: true
email_address: cgural@gmail.com
behance:
bitbucket:
dribbble:
facebook:
flickr:
gitlab:
github: caner
instagram:
keybase: cgural
linkedin: https://linkedin.com/in/cgural
pinterest:
reddit:
soundcloud:
stack_exchange:
steam:
tumblr:
twitter: cgural
vimeo:
wordpress:
youtube:
share_buttons:
facebook: false
twitter: false
google_plus: false
tumblr:
pinterest:
pocket: false
reddit: false
linkedin: false
wordpress:
email: false
google_analytics:
disqus_shortname: cgural
katex: true
special_page:
search:
icon: search
enabled: true
tags:
icon: tags
enabled: true
str_follow_on: Follow on
str_rss_follow: Follow RSS feed
str_share_on: Share on
str_add_to: Add to
str_email: Email
str_tweet: Tweet
str_pin_it: Pin it
str_next_post: Next post
str_previous_post: Previous post
str_next_page: Next
str_previous_page: Prev
str_continue_reading: Continue reading
str_javascript_required_disqus: Please enable JavaScript to view comments.
google_fonts: DM+Serif+Text:400,700,400i,700i|Cardo:400,700,700italic,400italic
post_navigation: true
paginate: 5
paginate_path: blog/page:num
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: :compressed
plugins:
- jekyll-paginate
- jekyll-seo-tag
exclude:
- Gemfile
- Gemfile.lock
- type-on-strap.gemspec
- "*.gem"
- LICENSE
- README.md
- screenshot.png
- package.json
- node_modules
- gulpfile.js
- ".idea/*"