-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (42 loc) · 1013 Bytes
/
_config.yml
File metadata and controls
53 lines (42 loc) · 1013 Bytes
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
# Build settings
plugins:
- jemoji
- jekyll-sitemap
exclude:
- docs
# Site settings
title: "GuJin"
description: >
Official site for GuJin tools, with Image Compare at diff.gujin.tech plus
product and support pages.
email: gujin@gujin.tech
#blog logo
logo: "/assets/images/logo.jpg"
float_logo: false # true, false (default)
# blog cover
cover: "/assets/images/cover.jpg"
name: 'Gu Jin'
author: 'Gu Jin'
author_image: "/assets/images/logo.jpg"
lang: "en"
url: "https://gujin.tech" # the base hostname & protocol for your site
baseurl: ""
#used to display twitter cards
twitter_handle:
#fill in disqus shortname to use disqus
#disqus: disqus-shortname
google_analytics:
# social icons and sharing options
# where the icons from : http://fontawesome.io/icons/
social:
- icon: github
url: https://github.com/GuJin
desc: View GuJin on GitHub
share_url:
share_title:
share_link:
# markdown: kramdown
# kramdown:
# input: GFM
# highlighter: rouge
timezone: Asia/Shanghai