-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_config.yml
50 lines (42 loc) · 924 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
# Site settings
language: ""
title: "includeOS"
description: "IncludeOS is an open source library operating system."
# google-verification: ""
# Handling Reading
include:
- ".htaccess"
- "_pages"
exclude:
- "/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"
# Plugins
plugins: ["jekyll-sitemap", "jekyll-paginate"]
# Conversion
incremental: true
# Serving
# url: ""
# baseurl: "" # does not include hostname
# Outputting
permalink: "/blog/:year/:title.html"
paginate_path: "/blog/page:num"
paginate: 5
compress_html:
ignore:
envs: [development]
source: _src
destination: _dest