-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
111 lines (101 loc) · 3.01 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
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
title: Deadpool Front-end
subtitle: 前端分享
description: '前端 前端痴汉 前端博客 前端分享 技术 技术成长 成长之路'
author: '朱征原'
language: zh-cn # 非要设置成这个,否则主题会显示其他语言
timezone:
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: http://kyriejoshua.github.io/
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:
# Directory
source_dir: source
public_dir: public
tag_dir: tags
archive_dir: archives
category_dir: categories
about_dir: about
code_dir: downloads/code
i18n_dir: :lang
skip_render: about/static/*
# 上一行是让静态资源不渲染
# Writing
new_post_name: :title.md # File name of new posts
default_layout: post
titlecase: false # Transform title into titlecase
# external_link: true # Open external links in new tab
external_link:
enable: false
filename_case: 0
updated_option: date
render_drafts: false
post_asset_folder: true
relative_link: false
future: true
highlight:
enable: true
line_number: true
auto_detect: false
tab_replace:
# Category & Tag
default_category: uncategorized
category_map:
tag_map:
# Date / Time format
## Hexo uses Moment.js to parse and display date
## You can customize the date format as defined in
## http://momentjs.com/docs/#/displaying/format/
date_format: YYYY-MM-DD
time_format: HH:mm:ss
# Pagination
## Set per_page to 0 to disable pagination
per_page: 12
pagination_dir: page
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
# theme: spfk
# theme: yilia
theme: minos
disqus_shortname: deadpool-frontend # comment
google_analytics: UA-80993347-1
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: https://github.com/kyriejoshua/fed-blog
branch: gh-pages
message: update my awesome blog
douban:
id: 66550848
builtin: false # 构建时改为 true 调试时为 false
item_per_page: 30 # 30 条一页
meta_max_line: 5
book:
path: books/index.html
title: '你们为什么不跳个舞'
quote: '我自以为我在写作,但事实上我从来就不曾写过,我以为在爱,但我从来也不曾爱过,我什么也没有做,不过是站在那紧闭的门前等待罢了。 ——《情人》'
option:
movie:
path: movies/index.html
title: '我所有的向往'
quote: '我们读诗写诗 并不是因为它好玩 我们读诗写诗是因为我们是人类的一份子 而人类是充满激情的
没错 医学 法律 商业 工程 这些都是崇高的追求 足以支撑人的一生 但诗歌 美丽 浪漫 爱情 这些才是我们生活的意义 ——《死亡诗社》'
option:
# game:
# path: games/index.html
# title: 'This is my game title'
# quote: 'This is my game quote'
# option:
song:
path: songs/index.html
title: '心随律动'
quote: ''
option:
timeout: 10000