-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
69 lines (61 loc) · 1.49 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
# Hexo Theme configuration file
# User CSS (stylesheet)
css_files:
- ## "/path/to/file" or URL
# Favicon file
favicon: favicon.png ## "path/to/file" or URL
# Global navigation
nav:
- title: Home
path: /
- title: Archive
path: /archives/
# Archive page / Archive widget
archive:
date_format_for_monthly: YYYY年M月
date_format_for_yearly: YYYY年
# Sidebar
sidebar:
widgets:
- intro
- search
- recent_posts
- archive
- tagcloud
- tag
- category
- links
- notice
show_count:
archive: true
tagcloud: true
tag: true
category: true
# Intro widgit
intro:
photo: img/self-photo.png ## "path/to/file" or URL
description: |
A user of Hexo.
email_img_files:
- path: img/not-easily-guessable-name.png ## "path/to/file" or URL
links:
- title: Homepage
url: https://www.example.com
- title: Contact me
url: https://example.com/contact
# Links widget
links:
- title: Hexo
url: https://hexo.io
- title: Hexo Themes
url: https://hexo.io/themes
- title: Wakaba - Hexo Theme
url: https://github.com/seaoak/hexo-theme-wakaba
# Notice widget
notice:
body_html: |
<p>Except as otherwise noted, the content of this page is licensed under
<a href="https://creativecommons.org/licenses/by/4.0/legalcode">the Creative Commons Attribution 4.0 License (CC BY 4.0)</a>,
and code samples are licensed under
<a href="https://directory.fsf.org/wiki/License:X11">the MIT License (the X11 License)</a>.
</p>