-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path_config.yml
81 lines (71 loc) · 1.81 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
favicon: /img/favicon.png
logo:
html: <img src="/img/logo.gif" />
style:
width: auto
height: 4rem
border-radius: 50%;
nav:
Home: /
# custom aside
aside:
# support html
before:
# - 123
# - 456
after:
# - 789
# - 0
# custom improt resouces
import:
# reference `custom aside` config
# support html
head:
before:
after:
body:
before:
after:
# local search
search:
enable: true
path: search.json
# image lazy load
lazyload:
enable: true
loding: /img/load.gif # image loading placeholder (defaults to 1px base64)
# wordcount
# required: npm install hexo-wordcount
wordcount:
enable: true
wordcount: true
min2read: true
total_wordcount: true
# article
post:
# author avatar
avatar: https://www.imlete.cn/img/avatar.png
# article abstract
abstract: 200
# The default is the `date_format` and `time_format` fields in the hexo configuration file (_config.yml)
date_format: # YYYY-MM-DD HH:mm:ss
copyright:
enable: true
# The default is the `title` fields in the hexo configuration file (_config.yml)
title:
# The default is the `author` fields in the hexo configuration file (_config.yml)
author:
# The default is the `url` fields in the hexo configuration file (_config.yml)
# You can also write as email: mailto:[email protected]
url:
licenses: CC BY-NC-SA 4.0
licenses_url: https://creativecommons.org/licenses/by-nc-sa/4.0/
description: All posts on this blog are licensed under the ${licenses} license unless otherwise stated. Please cite ${title} !
open_graph:
enable: true
options: # config: https://hexo.io/docs/helpers#open-graph
# Code blocks theme
highlight_theme: default # default / darker / pale night / light / ocean / mac / mac light
footer:
since: 2020
custom: A clean and lightweight Hexo theme