-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
79 lines (70 loc) · 1.36 KB
/
_config.yml
File metadata and controls
79 lines (70 loc) · 1.36 KB
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
# use collections to realize category
collections:
my_categories:
output: true
permalink: /blog/category/:name/
my_tags:
output: true
permalink: /blog/tag/:name/
#sidebar names
sidebar:
home: 主页
about: 关于
articles: 文章
programming: 编程
essay: 随笔
#navbar names
navbar:
jian: 简
jianshu: 简书
# Permalinks
permalink: pretty
# Conversion
markdown: kramdown
highlighter: rouge
excerpt_separator: "\n\n\n"
# Setup
title: 我
name: example
namecn: 我
tagline: '的博客'
description: "我的博客"
url: https://example.github.io
baseurl: ''
gems:
- jekyll-feed
- jekyll-seo-tag
# About/contact
author:
name: example
url: https://example.github.io
email: example@example.com
sass:
style: compressed
defaults:
-
scope:
path: ""
type: pages
values:
layout: page
-
scope:
path: ""
type: posts
values:
layout: post
-
scope:
path: ""
type: my_categories
values:
layout: blog_by_category
-
scope:
path: ""
type: my_tags
values:
layout: blog_by_tag
# Custom vars
version: 1.0.0