-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
142 lines (127 loc) · 3.1 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
# Site settings
name: BukuKelas.Com
title: Portal Informasi Pendidikan
email: "wahyu243@gmail.com"
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://bukukelas.com" # the base hostname & protocol for your site, e.g. http://example.com
logo: /assets/images/header-brand.png
description: "BukuKelas.com menyajikan berbagai informasi informatif tentang pendidikan, dokumen, rpp, buku, tutorial, berita, dll."
keywords: "buku kelas, buku pendidikan, buku sd, buku smp, buku sma/smk, buku pendidikan khusus, buku abk"
mailchimp: "https://bukukelas.us14.list-manage.com/subscribe?u=4382fde9ef97c395658e76afa&id=483e7ca28e"
facebook: https://facebook.com/bukukelas
instagram: https://instagram.com/bukukelas
twitter: https://twitter.com/bukukelas
pinterest: https://pinterest.com/bukukelas
# Build settings
markdown: kramdown
plugins:
- jekyll-feed
- jekyll-paginate-v2
- jekyll-seo-tag
- jekyll-toc
- jekyll-timeago
- jekyll-last-modified-at
- jekyll-sitemap
# Optional. The default date format, used if none is specified in the tag.
last-modified-at:
date-format: '%d-%b-%y'
# Site configuration for the Jekyll 2 Pagination Gem
pagination:
enabled: true
debug: true
collection: "posts"
per_page: 8
permalink: "/pages/:num/" # Pages are simple html files
title: ":title - page :num"
limit: 0
sort_field: "date"
sort_reverse: true
category: "posts"
tag: ""
locale: ""
trail:
before: 2
after:
extension: "html"
indexpage: "index"
autopages:
enabled: true
categories:
layouts:
- "category.html"
title: ":cat"
permalink: "/kategori/:cat"
collections:
layouts:
- "category.html"
title: " :coll" # :coll is replaced by the collection name
permalink: "/:coll/"
tags:
layouts:
- "tag.html"
title: ":tag" # :tag is replaced by the tag name
permalink: "/tag/:tag"
tag_page_layout: category
tag_page_dir: tag
tag_permalink_style: pretty
defaults:
- scope:
path: _pages
type: pages
values:
layout: page
author_name: wahyu243
author_id: 1
post_image: assets/images/default.png
toc: true
- scope:
path: _posts
type: posts
values:
layout: post
author_name: wahyu243
author_id: 1
post_image: assets/images/default.png
toc: true
collections:
pages:
permalink: "/:path"
output: true
pagination:
enabled: false
toc: true
posts:
permalink: "/:categories/:title"
output: true
pagination:
enabled: true
toc: true
authors:
output: true
permalink: /author/:path/
feed:
collections:
posts:
path: "/index.xml"
toc:
min_level: 1
max_level: 10
ordered_list: false
no_toc_section_class: 'toc-l'
list_class: t-o-c
sublist_class: 'toc-p'
item_class: 'toc-p'
item_prefix: 'toc-p'
compress_html:
clippings: all
comments: [""]
endings: [all]
profile: false
blanklines: false
ignore:
envs: []
# Google, Bing
gtag-manager: G-DCLZVD57WN
google_verification: KVq75QFLhLp8UoW-Mf-ifdxcDsciWvOnDrQEn25KS5M
bing_verification: 45256F6C01A5B0893737B4B675E797AE
include: [_redirects,.htaccess,_headers]