-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_config.yml
84 lines (70 loc) · 1.58 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Site config
# ---------------------------------------------------------------
# Title on top left of menu. Leave empty to use main blog title
menu_title:
# URL of the Home page image
index_cover: /img/home-bg.jpg
# Set your own favicon
favicon: /img/favicon.png
# Site start year
# Default with current year
start_year:
# Post config
# ---------------------------------------------------------------
# Default post title
default_post_title: Untitled
# Enable post toc
toc: true
# Post meta
post_info:
word_count: false
read_time: false
# Enable post mathjax render
mathjax:
enable: false
cdn: //cdn.jsdelivr.net/npm/[email protected]/unpacked/MathJax.js?config=TeX-AMS-MML_HTMLorMML
# Comments. Choose one by filling up the information
comments:
# Disqus comments
disqus:
enable: false
shortname:
# Gitalk
gitalk:
enable: false
owner:
repo:
oauth:
accessToken:
clientId:
clientSecret:
admin:
# Footer config
# ---------------------------------------------------------------
footer:
author:
menu:
Home: /
Archives: /archives
Tags: /tags
Categories: /categories
About: /about
social_link:
twitter_url:
twitter_handle:
facebook_url:
github_url:
gitlab_url:
linkedin_url:
mailto:
# Tracking config
# ---------------------------------------------------------------
# Google Analytics Tracking ID
google_analytics:
# Busuanzi Statistics
busuanzi:
enable: false
cdn: //busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js
site_views: false
site_visitors: false
post_views: false