forked from suyan/suyan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (42 loc) · 1.11 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
# Site settings
title: "SimonShyu's Blog"
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
"SimonShyu's Tech Blog"
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://simonxming.github.io/" # the base hostname & protocol for your site
rss_url: /pages/feed.xml
author: SimonShyu
# twitter:
# username: masonsuyan
# Sidebar filter
# Choose 'tag' or 'category' as filter in sidebar.
filter: 'category'
# Social account
# twitter: masonsuyan
# weibo: ID
github: SimonXming
# codepen: username
# dribbble: username
# avatar and Favicon
avatar: http://7xnqwp.com1.z0.glb.clouddn.com/avater.jpg
favicon: http://7xnqwp.com1.z0.glb.clouddn.com/site-favicon.ico
# disqus config
disqus:
shortname: https-simonxming-github-io
# google analytics config
# ga:
# id: UA-54767140-2
# url: yansu.org
# Build settings
permalink: /:year/:month/:day/:title.html
markdown: kramdown
highlighter: rouge
sass:
style: compressed
# Jekyll Plugin
# https://help.github.com/articles/adding-jekyll-plugins-to-a-github-pages-site/
gems:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed