-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (50 loc) · 1.25 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 info
#
#################################################
title: Benoit Frigon
author: Benoit Frigon
description: My blog about electronic projects, telephony and other stuff...
url: https://www.frigon.info
locale: en_US
encoding: utf-8
timezone: America/Montreal
#################################################
#
# Default page settings
#
#################################################
defaults:
### Posts ###
- scope:
path: ""
type: "posts"
values:
layout: "post"
type: "article"
author: "Benoit Frigon"
author-link: "https://plus.google.com/u/0/100667493604379348233"
### All pages ###
- scope:
path: ""
values:
css_revision: "004"
js_revision: "002"
#################################################
#
# Settings
#
#################################################
excerpt_separator: <!--more-->
include: ["_pages", "_assets"]
exclude: ["*.rb", "Gemfile", "Gemfile.lock", "*.code-workspace", "Rakefile", "README.md", "LICENSE"]
relative_permalinks: false
plugins:
- jekyll-redirect-from
sass:
style: compressed
paginate: 6
paginate_path: "page/:num"
compress_html:
comments: ["/* ", " */"]