-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
81 lines (70 loc) · 1.41 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
title: VSZHub
description: The homepage of Songzi Vong
url: https://vszhub.github.io
avatar: /assets/img/avatar.jpeg
paginate: 5
permalink: pretty
cover_image: /assets/img/cover.jpeg
timezone: +0000
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
author: "Songzi Vong"
image: "assets/img/avatar.jpeg"
share: true
- scope:
path: ""
type: "pages"
values:
layout: "page"
author: "Songzi Vong"
image: "assets/img/avatar.jpeg"
# Gems
plugins:
- jekyll-gist
- jekyll-paginate
- jekyll-seo-tag
- jekyll-feed
- jekyll-sitemap
- jekyll-remote-theme
include:
- _pages
# Optimize Jekyll
exclude:
- .editorconfig
- .git
- .jekyll-cache
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- scripts/
# Optimize Jekyl SEO Tag
twitter:
username: vszhub
card: summary
logo: logo.png
social:
name: Songzi Vong
links:
- https://twitter.com/vszhub
- https://github.com/vszhub
google_site_verification: xxxxx
lang: en
sass:
sass_dir: _sass
style: :compressed
# Options
# Replace this value and uncomment to enable Google Analytics tracking
google_analytics: UA-179353572-1
# Replace this value and uncomment to enable Disqus
disqus: vszhub
# Specify the author for blog posts
author:
name: Songzi Vong
url: https://github.com/vszhub/
email: [email protected]
remote_theme: vszhub/not-pure-poole