-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
51 lines (41 loc) · 864 Bytes
/
_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
encoding: utf-8
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: nil
toc_levels: 2..3
permalink: /:slug/
sass:
sass_dir: /assets/scss
style: compressed
title: LeetCode 题解
slogan: 积跬步,至千里。
images: https://wangyu-name.oss-cn-hangzhou.aliyuncs.com/
base_path: "/leetcode"
# base_path: ""
rss_path: /rss.xml
atom_path: /atom.xml
excerpt_separator: "<!--more-->"
author :
name : wy-ei
email : [email protected]
github : wy-ei
defaults:
- scope:
path: "_posts/lcof"
type: posts
values:
layout: "post"
category: "剑指 Offer"
- scope:
path: "_posts/lcci"
type: posts
values:
layout: "post"
category: "程序员面试金典题解"
- scope:
path: "_posts/solution"
type: posts
values:
layout: "post"
category: "LeetCode"