-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
63 lines (54 loc) · 1.12 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
# Site settings
title: My Blog :)
description: "junyi's blog"
author:
name: zhangjunyi
email: [email protected]
github: https://github.com/junyiha
# Serving
baseurl: ''
# Plugins
plugins:
- jekyll-paginate
- rouge
# Pagination
paginate: 10
paginate_path: "home/page:num"
# Outputting
permalink: posts/:title
# Highlight
highlighter: rouge
# Markdown Processors
markdown: kramdown # [ maruku | rdiscount | kramdown | redcarpet ]
kramdown:
input: GFM
syntax_highlighter: rouge # coderay
syntax_highlighter_opts:
css_class: highlight
default_lang: console
span:
line_numbers: false
block:
line_numbers: true
start_line: 1
# Layout
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# Build settings
exclude:
- '_posts/notes/PDF'
- '*.pdf'
- '*.zip'
- '*.log'
- '*.docx'
- '*.mp4'
# - '_posts/notes/Project'
- '_posts/notes/Personal/2024-05-22-资金.md'
- '_posts/notes/DeepLearning/data/'
- '_posts/notes/Mongoose/data/'
- '_posts/notes/OpenCV/imgs/'