-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
70 lines (60 loc) · 1.25 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
title: Master Wifi Network Solution
email: [email protected]
author: Muhammad Yusuf
description: >- # Deskripsi situs
Master Wifi Network Solution adalah tempat solusi koneksi jaringan anda.
url: "https://masterwifinetworksolution.github.io"
baseurl: ""
markdown: kramdown
permalink: /:categories/:title/
paginate: 6
paginate_path: "/page/:num/"
collections:
posts:
output: true
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Muhammad Yusuf"
comments: true
- scope:
path: ""
type: "pages"
values:
layout: "page"
author: "Muhammad Yusuf"
comments: false
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jekyll-sitemap
- jekyll-toc
- jekyll-reading-time
- jekyll-time-to-read
- jekyll-google_search_console_verification_file
toc:
min_level: 2
max_level: 6
no_toc_section_class: 'no_toc'
list_class: 'toc-list'
sublist_class: 'toc-sublist'
item_class: 'toc-list-item'
link_class: 'toc-link'
heading_levels: [2, 3, 4, 5, 6]
exclude_from_toc: []
assets:
css: "/assets/css"
data_files:
- files
data_documentation:
- documentation
include:
- assets
category_dir: "categories"
exclude:
- _site
- .jekyll-cache