-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
66 lines (60 loc) · 1.24 KB
/
_config.yml
File metadata and controls
66 lines (60 loc) · 1.24 KB
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
title: CodingTed
description: 能立能达,不怨不尤
url: http://www.codingted.com
blog_url: http://www.codingted.com
author: Ted
email: zhaoliang12214@gmail.com
img_server: /assets/img/blog
github: https://github.com/codingted
logo: assets/img/favicon.ico
keywords:
- Web
- Linux
- Bash
- Vim
permalink: /:year/:month/:day/:title.html
paginate: 7
paginate_path: "page:num"
markdown: kramdown
markdown_ext: md
excerpt_separator: "<!-- more -->"
highlighter: rouge
lsi: false
exclude: ['README.md', '.*', '_drafts', 'bin/', 'Gemfile', 'node_modules', '*.log', 'package.json']
kramdown:
input: GFM
hard_wrap: false
ga: 'UA-101505198-1'
disqus: 'www-codingted-com'
sass:
style: compressed
collections:
effective-cpp:
output: true
permalink: /:year/:month/:day/:title.html
git-workflow:
output: true
permalink: /:year/:month/:day/:title.html
vim-practice:
output: true
permalink: /:year/:month/:day/:title.html
defaults:
-
scope:
path: "_drafts"
values:
layout: "blog"
-
scope:
path: "_posts"
values:
layout: "blog"
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
- jekyll-seo-tag
- jekyll-redirect-from
- jemoji
whitelist:
- jekyll-redirect-from