-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
60 lines (50 loc) · 1.3 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
# ---------------------------------------------------------------
# Site Information Settings
# ---------------------------------------------------------------
# Header Menu
menu:
Home: /
Archives: /archives
Categories: /categories
Tags: /tags
About: /about
# Specify the date when the site was setup
since: 2016
# Set default keywords (Use a comma to separate)
keywords: ""
# Put your favicon.ico into `/themes/astrid/source/` directory
# Of course you can use a target link instead
# (E.g. `http://abc.com/favicon.ico` or `css/images/favicon.ico`)
favicon: css/images/favicon.ico
# Sidebar
# Choose the sidebar on the left or right side
# Add custom widgets
sidebar: right
widgets:
- recent
- social
# - about
# Social Links
# Key is the name of social
# Value is the target link
social:
Github: https://github.com
Facebook: https://facebook.com
Twitter: https://twitter.com
Google+: https://plus.google.com
Youtube: https://youtube.com
# Code Highlight theme
# Available value:
# normal | night | night eighties | night blue | night bright
highlight_theme: normal
# widget behavior
archive_type: 'monthly'
show_count: true
# Webmaster tools verification setting
google_site_verification:
baidu_site_verification:
qihu_site_verification:
# MathJax Support
mathjax:
enable: false
per_page: false