-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
50 lines (43 loc) · 885 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
title: Bucardo
# Build settings
markdown: kramdown
kramdown:
gfm_quirks: [no_auto_typographic]
baseurl: ""
analytics: "G-RTPVZBNQFL"
defaults:
-
scope:
path: "" # Everything
values:
layout: "default"
project: "bucardo"
-
scope:
path: "check_postgres"
values:
project: "check_postgres"
-
scope:
path: "DBIx-Safe"
values:
project: "dbix_safe"
-
scope:
path: "tail_n_mail"
values:
project: "tail_n_mail"
-
scope:
path: "Boxinfo"
values:
project: "boxinfo"
-
scope:
path: "Pgsi"
values:
project: "pgsi"
plugins:
- jekyll-redirect-from
exclude: ['README', 'Gemfile', 'Gemfile.lock']