forked from jokinkuang/stepbystep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
112 lines (95 loc) · 3.04 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
# Site settings
title: Blueardour' Technic Blog
author: blueardour
email: [email protected]
description: > # this means to ignore newlines until next "tag"
Sleep early and get up early
#repository: jokinkuang/jokinkuang.github.io # solve the errors when change the post on jekyll running
# Site URL NOTE: if your site is base on subdir /blog you should change base to "/blog"
domain: "http://blueardour.github.io" # the domain URL for your site
base: "" # the relative path that different with domain so you can test locally
# Source URL NOTE: end with / cause it's [URL + FILE]
w3c_url: "/w3c/" # the base url of css js and images
images_url: "/w3c/images/" # the base url of post images
postfile: "/db/Postfile" # the Database
sitefile: "/db/Sitefile" # the Database
# pagination
page_size: 7
# 3rd URL
#duoshuo_short_name: "sbys" # the user of user.domain.com
#duoshuo_user_uid: "6324572809590735618" # the admin user uid
#duoshuo_user_name: "xk" # the admin user name
#duoshuo_max_depth: "2" # the max_depth setting in duoshuo comments
#duoshuo_url: "/w3c/duoshuo/embed.min.js" # the local duoshuo comment plugin, you can change it to remote "http://static.duoshuo.com/"
jquery_url: "/w3c/js/jquery.min.js" # use cdn
baiduTemplate_url: "/w3c/js/baiduTemplate.js" #use local
#google_analytics_id: "UA-83197743-1"
#baidu_tongji_id: "3f311334a3288e33165cf21fa135b331"
# gitment
gitment_git_account: "irving-qin" # jokinkuang (git user name, shown in Profile)
gitment_git_comment_repo: "blog-comment" # jokinkuang/comments.git (repo to store the issues )
#gitment_oauth_id: ""
#gitment_oauth_secret: ""
# Build Settings
future: true
excerpt_separator: "\n\n" # you can specify your own separator here, default is "\n\n" String
permalink: /:year/:month/:day/:title.html
highlighter: rouge
markdown: kramdown
#markdown_ext: ignoreme
#defaults:
# - scope:
# path: "0000"
# values:
# highlighter: rouge
# markdown: redcarpet
# markdown_ext: ignoreme
#
# - scope:
# path: "slides"
# values:
# highlighter: rouge
# markdown: redcarpet
# markdown_ext: ignoreme
kramdown:
input: GFM
hard_wrap: true # a newline in markdown text would be changed to <br>
math_engine: mathjax
gems:
- jemoji # install the emoji plugin
version: 1.1.0
# Following is got in Github Help With Configuring Jekyll
# Github Page Default Settings which you can override:
# kramdown:
# input: GFM
# hard_wrap: false
# gems:
# - jekyll-coffeescript
# - jekyll-paginate
# Github Page override the following settings which you cannot change:
# lsi: false
# safe: true
# source: [your repo's top level directory]
# incremental: false
# highlighter: rouge
# gist:
# noscript: false
# kramdown:
# math_engine: mathjax
# The Reveal theme
#
slide:
title: Slides
reveal_path: reveal.js/
reveal_theme: black.css
reveal_transition: default
reveal_notes_server: false
reveal_theme_path: reveal.js/css/theme/
# Exclude directories and/or files from the conversion
exclude:
- Gemfile*
- LICENSE
- README.md
- start.sh
- share_files
- gitment-bak