-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
80 lines (69 loc) · 1.35 KB
/
_config.yml
File metadata and controls
80 lines (69 loc) · 1.35 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
80
# ---------------- #
# Main Configs #
# ---------------- #
baseurl:
url:
date_format: "ordinal"
title: Anthony's Front End Club
brief-intro: Front-End Engineer
description: 安东尼的生活
keywords: HTML5, javaScript, CSS3
favicon: /favicon.ico
timezone: Asia/Shanghai
encoding: "utf-8"
side_bar_repo_limit: 5
# ---------------- #
# Author #
# ---------------- #
author: anthonyli
github_username: anthonyli
location: Hangzhou, China
email: 463968565@qq.com
# ---------------- #
# Navigation #
# ---------------- #
navs:
-
href: /
label: 首页
-
href: /categories/
label: 分类
-
href: /links/
label: 链接
-
href: /about/
label: 关于
# ---------------- #
# Jekyll #
# ---------------- #
markdown: kramdown
kramdown:
input: GFM
highlighter: rouge
paginate: 8
lsi: false
quiet: false
excerpt_separator: "\n\n"
permalink: /:year/:month/:day/:title/
plugins:
- jekyll-feed
- jekyll-paginate
collections:
wiki:
output: true
permalink: /wiki/:path/
# Build settings
theme: minima
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/