-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
47 lines (40 loc) · 1.06 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
custom_logo: #header logo
enabled: true
image: /images/logo.png
favicon: /images/favicon.ico
menu:
home: / || home
tags: /tags/ || tags
archives: /archives/ || file
github: https://github.com/littleee/ || github
# about: /about/ || user
# Enable/Disable menu icons.
menu_icons: #菜单icon
enable: false
#head
show_count: true
head_title:
enable: true
title: HELLO, IM CORA
subtitle: 三流代码 & 一流Bug
#footer
footer:
# 指定网站设置的日期
# 如果没定义将会使用当前年份
since: 2017
# Icon between year and copyright info.
icon: user
# If not defined, will be used `author` from Hexo main config.
copyright:
# -------------------------------------------------------------
# Hexo link (Powered by Hexo).
powered: true
theme:
name: Corazon
enable: true
version: true
# -------------------------------------------------------------
# Any custom text can be defined here.
#custom_text: Hosted by <a target="_blank" href="https://pages.github.com">GitHub Pages</a>
# Theme version
version: 1.0.0