-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.vivia.yml
58 lines (50 loc) · 1.56 KB
/
_config.vivia.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
# Header
menu:
Home: /
Archives: /archives
About: /about
rss: /atom.xml
home:
style: default # default, detail
favicon: # Path to the custom favicon (e.g. "/favicon.png" if your favicon file is located at /source/favicon.png)
# Banner
banner:
enable: true # Display banner
url: /assets/banner.png
position: center # Specifies the alignment of the image, see the "object-position" property in CSS
onAllPages: true # Display banner on all pages
# Appearence
hue: 240 # The hue of the theme color (e.g. red: 0, orange: 60, blue: 260, purple: 300, pink: 345)
# Sidebar
sidebar:
widgets: # Plugins to be enabled (profile, category, tag, archive, recent_posts)
normal: # Scroll along with the page
- profile
sticky: # Stick to the top of the page
- category
- tag
- archive
- recent_posts
# Widget behavior
archive_type: 'monthly'
recent_posts_limits: 5
# Personal info
avatar: assets/avatar.jpeg
author: charlie
subtitle: NJU
links:
- name: Twitter
icon: fa-brands fa-twitter # Find icon codes at https://fontawesome.com/search
url: https://twitter.com
- name: Steam
icon: fa-brands fa-steam
url: https://store.steampowered.com
- name: GitHub
icon: fa-brands fa-github
url: https://github.com
comment:
valine:
enable: true
appId: syoBzm4uqyFQiEHVmtzTNCAR-gzGzoHsz
appKey: dEKAitKj882ko11QpfEm3mpo
visitor: true