forked from prinsss/prinsss.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
151 lines (136 loc) · 3.38 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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
title: PRIN BLOG
subtitle: 半吊子全栈开发者的日常
description: 这里是 printempw 的个人博客,基本上啥都写:开发心得分享,日常吐槽吹水,偶尔也会写点正经文字。
author: printempw
language: zh-Hans
timezone: Asia/Shanghai
# URL
url: https://printempw.github.io
root: /
permalink: :name/
permalink_defaults:
# Directory
source_dir: source
public_dir: public
tag_dir: tag
archive_dir: archives
category_dir: categories
code_dir: downloads/code
i18n_dir: :lang
skip_render:
# Writing
new_post_name: :year/:title.md
default_layout: post
titlecase: false
external_link:
enable: true
filename_case: 0
render_drafts: false
post_asset_folder: true
relative_link: false
future: true
highlight:
enable: false
line_number: true
auto_detect: false
tab_replace:
# Category & Tag
default_category: uncategorized
category_map:
技术: tech
日常: diary
随笔: essay
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: 10
pagination_dir: page
archive_generator:
per_page: 40
yearly: true
monthly: true
daily: false
# Extensions
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: murasaki
sitemap:
path: sitemap.xml
feed:
type: atom
path: atom.xml
limit: 20
stylus:
compress: true
theme_config:
# https://twitter.com/imas_official/status/1287398983267049473
primary_color: "#f34e6c"
favicon: /images/favicon.png
keywords: "printempw, prin, blog, 博客, 独立博客"
canonical: true
expired_warning: true
menu_pages:
archives:
name: 归档
path: /archives/
friends:
name: 朋友们
path: /friends/
about:
name: 关于我
path: /about/
menu_links:
github:
name: GitHub
path: https://github.com/printempw
twitter:
name: Twitter
path: https://twitter.com/printempw
rss:
name: RSS Feed
path: /atom.xml
toc: true
lazyload:
enable: true
loading_image: images/loading.jpg
disqus:
enable: true
shortname: blessing-studio
api: https://disqus.printempw.workers.dev/api/
apikey: 5O1HIIFsAWX3lBOQveU8qWPPAd2aLyf1fklehBAfcQ7S9Jo8y4acIrmyO2uxMD35
admin: printempw
admin_label: 博主
post_views_counter:
enable: true
api: https://work.prinzeugen.net/api/pageviews
google_font: https://fonts.loli.net
google_analytics: UA-65656002-1
google_analytics_api: https://ga.printempw.workers.dev/
google_site_verification: GRFMvqszPSgldR5B46PfCl67MehNVagYoA9AtJpd8BA
# hexo-hide-posts
hide_posts:
# Change the filter name to fit your need
filter: hidden
# Generators which you want to expose all posts (include hidden ones) to.
# Common generators: index, tag, category, archive, sitemap, feed, etc.
public_generators: [archive]
# Add "noindex" meta tag to prevent hidden posts from being indexed by search engines
noindex: true
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repo: [email protected]:printempw/printempw.github.io.git
branch: master
name: printempw
email: [email protected]