-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
62 lines (52 loc) · 1.17 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
# Site settings
language: "en"
title: "The Vantage Project"
description: "We help daring entrepreneurs build vantage"
google-verification: "XClNz4rZr5JJ4Caeh1_ywN2E74ZNj4NGt45o1wnqloU"
# 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
plugins: ["jekyll-sitemap", "jekyll-paginate"]
# Conversion
incremental: true
# Serving
url: http://127.0.0.1.xip.io:3000
# url: "https://www.thevantageproject.com"
# baseurl: "" # does not include hostname
# Outputting
permalink: "/blog/:year/:title/"
paginate_path: "/blog/page:num"
paginate: 5
compress_html:
ignore:
envs: [development]
highlighter: rouge
defaults:
-
scope:
path: "assets/"
values:
sitemap: false