forked from jysperm/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
124 lines (114 loc) · 2.1 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Site
title: 王子亭的博客
subtitle:
description:
author: 王子亭
email: [email protected]
language: zh-CN
# URL
url: https://jysperm.me
root: /
permalink: :year/:month/:title/
permalink_defaults:
# Directory
source_dir: source
public_dir: public
tag_dir: tag
archive_dir: ''
category_dir: ''
code_dir: downloads/code
i18n_dir: :lang
skip_render:
# Writing
new_post_name: :year-:month-:day#:title.md
default_layout: post
titlecase: false
external_link: true
filename_case: 0
render_drafts: false
post_asset_folder: false
relative_link: false
future: true
highlight:
enable: true
line_number: true
tab_replace:
# Category & Tag
default_category: 随笔
category_map:
技术: technology
生活: live
随笔: note
精子的故事: story
tag_map:
Atom: atom
C++: cpp
C++讲稿: cpp-ppt
Golang: golang
HTML: html
Hexo: hexo
JavaScript: javascript
LightPHP: lightphp
Linux: linux
MongoDB: mongodb
PHP: php
RP主机: rpvhost
RootPanel: rootpanel
SICP: sicp
信息安全: information-security
软件工程: software-engineering
Node.js: nodejs
计划: plans
技术: technology
计算机网络: network
互联网: internet
笔记: reading-notes
价值观: values
教程: tutorials
读书: reading
小璐: xiaolu
总结: summary
教育: education
作品: works
随笔: note
单元测试: unit-test
生活: live
互联网资讯: news
购物: shopping
生活记录: live
物理: physical
计算机科学: computer-science
电影: movie
博客: blog
学校考试: exam
黑客: hacker
零毫秒: zeroms
学校周记: school-weekly
密码学: cryptography
比特币: bitcoin
徐雪丽: xuxueli
冷知识: cold-knowledge
精子的故事: story-of-sperm
转载: 转载
科普: 科普
中考: 中考
自传: 自传
Qt: qt
# Date / Time format
date_format: YYYY M 月 D 日
time_format: H:mm:ss
# Pagination
per_page: 3
pagination_dir: page
# Extensions
theme: simpleblock
# Deployment
deploy:
type: rsync
host: spawn.rpvhost.net
user: docker
root: /home/docker/sites/blog
feed:
type: atom
path: atom.xml
limit: 30