-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
77 lines (61 loc) · 1.7 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
remote_theme: pages-themes/[email protected]
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: "/:title/"
timezone: Asia/Shanghai
# Tagging settings
tag_title_prefix: "Posts tagged #"
tag_title_suffix: ""
# Image settings
image_base: /public/images/
# Do not copy these file to the output directory
exclude: [README.md,Gemfile,tools,gen-a2s.sh,LICENSE.md]
# Setup
title: zeerd's blog
tagline: 闲来生雅趣,无事乐逍遥。对窗相望雪,一盏茶香飘。
description: 闲来生雅趣,无事乐逍遥。对窗相望雪,一盏茶香飘。
url: "http://blog.zeerd.com"
baseurl: ""
paginate: 10
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About/contact
author:
name: Charles Chan
url: http://weibo.com/zeerd/
email: [email protected]
# Custom vars
version: 1.0.0
github:
repo: https://github.com/zeerd/zeerd.github.io
# Conversion
excerpt_separator: "<!--break-->"
google_analytics_id: G-68L7LP6709
markdown: kramdown
highlighter: rouge
kramdown:
# automatic header ID generation
auto_ids: true
# Github Flavored Markdown
input: GFM
syntax_highlighter_opts:
default_lang: html
css_class : 'syntax'
pages_list:
Search: '/search/'
Categories: '/categories/'
Tags: '/tags/'
Feed: '/feed.xml'
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-paginate
- jekyll-remote-theme
# We can not use spaceship directly according to
# https://pages.github.com/versions/