-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
64 lines (54 loc) · 1.24 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
# Site settings
language: "english"
title: "Wildcat Repair"
description: "Wildcat Repair"
google-verification: ""
url: "https://www.wildcat.repair"
keywords: "automotive, repair, tools, small engine, AC, air conditioning"
author: ""
# twitter: ""
# linkedin: ""
yelp: "yelp.com"
facebook: "facebook.com"
phone: "503.593.1204"
# 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"
- "yarn.lock"
# Plugins
# Add plugins in the Gemfile
plugins:
- jekyll-inline-svg
# svg:
# optimize: true
# Conversion
incremental: true
# Serving
# url: ""
# baseurl: "" # does not include hostname
# Outputting
permalink: "/articles/:year/:title/"
paginate_path: "/articles/page:num"
paginate: 5
compress_html:
ignore:
envs: [development]
highlighter: rouge