This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
forked from PhosphorW/hexo-theme-academia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
69 lines (61 loc) · 1.79 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
favicon: /img/favicon.png
# Change to your profile picture
avatar: /img/avatar.jpg
# if author sets in hexo_config, this string doesn't work
author: 'Jason'
author_bio: 'Your biography can be writed down here.'
since: 2020
# Top Menu 顶部菜单
# #title 为页内跳转,单页模式
# 可以选择外链或其他页面
menu:
Publications: /#Publications
About: /
Blog: https://phower.me
# flink picture will load if avator link calls on error
loading_bg:
flink: /img/profile.png
# Social Links; 社交链接,不需要的链接直接注释掉
# 可以调整显示顺序
# 图标调用 font-awesome 4.7
social:
enable: true
social_links:
fab fa-twitter: /
fab fa-facebook-square: /
fab fa-github: /
fab fa-stack-overflow: /
fab fa-linkedin: /
fab fa-weibo: /
fab fa-weixin: /
fab fa-qq: /
fas fa-envelope: / #E-mail
fas fa-rss: / #rss
# Additional social_links,额外添加自定义链接,可显示链接名称
# name: url || icon_name
e_social:
enable: true
e_social_links:
Google Scholar: / || fas fa-graduation-cap
ORCID: / || fab fa-orcid
# CV download link
cv_dl:
enable: true
dir: /attaches/CV.pdf
description: My Detail CV.
# Box-shadow
# display box-shadow on page or not
box_shadow:
enable: false
# CDN
# 根据需要自行添加js/css
# 自定义css可以直接写在user.styl中
CDN_USE:
css:
- /css/index.css
# - https://cdn.jsdelivr.net/npm/font-awesome@latest/css/font-awesome.min.css
- https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.13.0/css/all.min.css # fontawesome 5
js:
- https://cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js #/js/third-party/jquery.min.js
- https://cdn.jsdelivr.net/npm/jquery-pjax@latest/jquery.pjax.min.js
- /js/main.js