-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
167 lines (144 loc) · 3.37 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# Site
name: 'Bilgili Yayıncılık'
language: "tr"
description: 'Çocuklara Okumayı Sevdiren Yayınevi...'
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon/favicon.ico'
baseurl: ''
# Social Settings
disqus: #'demowebsite'
email: '[email protected]'
mailchimp-list: #'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b'
google_analytics: 'G-FC3CCNQWFT'
katalogurl: #'https://cdn.e-damla.com.tr/PUBLIC/Kataloglar/genc-damla/index.html'
twitter: #'https://twitter.com/gencdamlakitap'
facebook: #'https://www.facebook.com/gencdamlakitap'
instagram: #'https://instagram.com/gencdamla_kitap'
youtube: #'https://www.youtube.com/c/DamlaYay%C4%B1nevi%C4%B0stanbul'
pagepreview:
enabled: true
prefix: 'https://cdn.e-damla.com.tr/damlayayinevi_ornek_sayfalar/'
postfix: '/index.html'
include: ["_pages"]
permalink: /:title/
# BuyOut Ecommerce
buyout:
enabled: true
#buyout websites:
damlayayinevi: true
hepsiburada: true
dnr: true
idefix: true
kitapyurdu: true
odatvkitap: false
bkmkitap: true
amazontr: true
dkitap: true
trendyol: true
gittigidiyor: true
# Plugins
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
- jekyll-archives
- jekyll-figure
- jekyll-gist
# Defaults
defaults:
# all posts
- scope:
path: "_posts"
values:
layout: post
avatar: /assets/images/avatar.jpg
# all pages
- scope:
path: "_pages"
values:
layout: page
# all books
- scope:
type: "books"
path: "_books"
values:
layout: book
# all authors
- scope:
type: "authors"
path: "_authors"
values:
layout: author
# all persons
- scope:
type: "persons"
path: "_persons"
values:
layout: person
# all illustrators
- scope:
type: "illustrators"
path: "_illustrators"
values:
layout: illustrator
# all translators
- scope:
type: "translators"
path: "_translators"
values:
layout: translator
# all slides
- scope:
type: "slides"
path: "_slides"
# Syntax
markdown: kramdown
highlighter: rouge
# XML feed
feed:
collections:
books:
path: "/kitaplar/feed.xml"
authors:
path: "/yazarlar/feed.xml"
illustrators:
path: "/cizerler/feed.xml"
# excerpt
excerpt_separator: <!--more-->
# Paginate
paginate: 10
#paginate_path: /page:num/
paginate_path: "/blog/page:num/"
# Adsense (change to "enabled" to activate, also your client id and ad slot. Create a new ad unit from your Adsense account to get the slot.)
adsense: "disabled"
adsense-data-ad-client: "ca-pub-3412143450191416"
adsense-data-ad-slot: "1363087678"
# Lazy Images ("enabled" or "disabled")
lazyimages: "enabled"
# Sass
sass:
sass_dir: _sass
style: compressed
collections:
books:
output: true
permalink: /kitaplar/:title
sort_by: publish-number
authors:
output: true
permalink: /yazarlar/:title
illustrators:
output: true
permalink: /cizerler/:title
translators:
output: true
permalink: /cevirmenler/:title
persons:
output: true
permalink: /sahsiyetler/:title
slides:
output: false
sort_by: order
# Exclude metadata and development time dependencies (like Grunt plugins)
exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules]