-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy path_config.yml
52 lines (44 loc) · 892 Bytes
/
_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
# Site settings
language: ""
title: "Site Title"
description: "Site description"
google-verification: ""
# Handling Reading
include:
- ".htaccess"
- "_pages"
exclude:
- ".DS_Store"
- "/assets/"
- "bower.json"
- "composer.json"
- "composer.lock"
- "DOC.md"
- "Gemfile"
- "Gemfile.lock"
- "/gulp/"
- "gulpfile.js"
- "LICENSE.md"
- "Makefile"
- "node_modules"
- "npm-debug.log"
- "package.json"
- "README.md"
- "rev-manifest.json"
- "yarn.lock"
- "yarn-error.log"
# Plugins
# Add plugins in the Gemfile
# Conversion
incremental: true
# Serving
# url: ""
# baseurl: "" # does not include hostname
# Outputting
permalink: "/blog/:year/:title/"
paginate_path: "/blog/page:num"
paginate: 5
compress_html:
ignore:
envs: [development]
highlighter: rouge