-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
124 lines (103 loc) · 2.62 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
# Site
name: 'Dijital Kitap'
language: "tr"
description: 'Kitabın dijitalleştiği adres...'
logo: 'assets/images/logo.svg'
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: 'UA-53710816-12'
katalogurl-egitim: 'https://cdn.e-damla.com.tr/PUBLIC/Kataloglar/okul-oncesi-egitim/index.html'
katalogurl-hikaye: 'https://cdn.e-damla.com.tr/PUBLIC/Kataloglar/minikdamla/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: false
#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
- scope:
type: "brands"
path: "_brands"
values:
layout: brand
# all slides
- scope:
type: "slides"
path: "_slides"
# Syntax
markdown: kramdown
highlighter: rouge
# XML feed
feed:
collections:
brands:
path: "/markalar/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:
brands:
output: true
permalink: /markalar/: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]