-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
99 lines (83 loc) · 1.86 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
timezone: Asia/Seoul
lang: ko
title: "Zuni's Blog"
description: "Blog just for me."
url: "https://blog.kimzuni.com"
baseurl: ""
email:
github: kimzuni
cdn: "https://cdn.jsdelivr.net/gh/kimzuni/cdn/blog"
logos: "https://cdn.jsdelivr.net/gh/kimzuni/[email protected]"
favicons: "https://cdn.jsdelivr.net/gh/kimzuni/logos@latest/kimzuni/favicons"
comment: giscus
include:
- _pages
google_analytics:
id: G-LXJQP9NTHF
#paginate: 8
#paginate_path: "/page:num/"
#jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archives
# tag: archives
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/
pagination:
enabled: true
per_page: 8
title: ':title (Page :num)'
sort_field: 'date'
sort_reverse: true
permalink: /page:num/
trail:
before: 2
after: 2
autopages:
enabled: true
categories:
layouts:
- autopage-category.html
title: 'Category - :cat'
permalink: '/categories/:cat'
silent: false
slugify:
mode: 'default' # :cat is slugified. Modes: default, raw, pretty, ascii, latin
case: false # Whether to replace all uppercase letters with their lowercase counterparts
tags:
layouts:
- autopage-tag.html
title: 'Tag - :tag'
permalink: '/tags/:tag'
silent: false
slugify:
mode: 'default' # :tag is slugified.
case: false
collections:
enabled: false
kramdown:
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: "codebox"
table_class: "codebox-table"
gutter_class: "codebox-line"
code_class: "codebox-content"
block:
line_numbers: true
sass:
style: compressed
sourcemap: never
defaults:
- scope:
type: posts
values:
toc: true
comment: true
layout: post
permalink: /posts/:title/
author: kimzuni