-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
47 lines (41 loc) · 911 Bytes
/
_config.yml
File metadata and controls
47 lines (41 loc) · 911 Bytes
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
# Theme Settings
theme: jekyll-theme-slate
# Site Settings
title: bac0id's Blog
description: Lastest blog posts from bac0id
lang: zh-CN
timezone: Asia/Shanghai
copyright: bac0id 2020-Present
# URL and Permalink Settings
# baseurl: "/Blog" # Uncomment if your site is in a subdirectory
url: "https://bac0id.github.io" # Your site's domain
permalink: /:year-:month-:day/:title
# Conversion Settings
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
# GitHub Settings
github_username: bac0id
github:
is_project_page: false
owner_name: bac0id
owner_url: https://github.com/bac0id/
show_forkme: false
# Markdown Processor: Kramdown
kramdown:
auto_ids: true
entity_output: as_char
toc_levels:
- 1
- 2
- 3
- 4
- 5
- 6
smart_quotes: lsquo,rsquo,ldquo,rdquo
input: GFM
hard_wrap: false
footnote_nr: 1
show_warnings: false