-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_config.yml
56 lines (53 loc) · 1.12 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
title: "快翻墙"
email: gmail@gmail.com
timezone: UTC
baseurl: "/"
permalink: "/:title/"
logo: 'assets/images/logo.png'
favicon: 'assets/images/favicon.ico'
author: Sal
paginate: 30
disqus: 'demowebsite'
locale: en_us
lang: en_us
feed_items: 10
feed_update_period: daily
feed_update_frequency: 1
markdown: kramdown
kramdown:
syntax_highlighter_opts:
disable: true
sass:
sass_dir: _sass
style: :compressed
ganalytics: G-2SS4BMS5YX
# Authors
authors:
sal:
name: Sal
display_name: Sal
avatar: 'assets/images/sal.png'
email: 1@gmail.com
web: https://vpnfast.github.io/
twitter: https://vpnfast.github.io/
description: "This is the author box."
john:
name: John
display_name: John
avatar: 'assets/images/john.png'
email: 2@gmail.com
web: https://vpnfast.github.io/
twitter: https://vpnfast.github.io/
description: "This is the author box."
# Social
social:
instagram: https://vpnfast.github.io/
facebook: https://vpnfast.github.io/
twitter: https://vpnfast.github.io/
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-archives