-
Notifications
You must be signed in to change notification settings - Fork 8
/
_config.yml
51 lines (45 loc) · 1.14 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
# Site Info
title: "Coderegation @ Balabit"
description: "We congregate spontaneously to watch nerdy videos."
google_verify: # Put your Google Verification here
google_analytics: UA-3350024-45
# Author Info
author_name: "Balabit Congregation Team"
author_email: [email protected]
twitter_username: balabit
# Site Settings
baseurl: "/coderegation" # Base URL must end WITHOUT a slash, default: ""
permalink: /notes/:year-:month-:day-:title # Post permalink
timezone: Europe/Budapest
# Site Build
markdown: kramdown
kramdown:
input: GFM
sass:
style: :compressed
# Other Params
include: [ "robots.txt" ]
exclude: [ "LICENSE", "README.md", "CNAME", "vendor", "Gemfile" ]
gems:
- jekyll-sitemap
- jemoji
compress_html:
clippings: all
ingore:
envs: [ "test" ]
defaults:
-
scope:
path: ""
values:
layout: "null"
-
scope:
type: "pages"
values:
layout: "page"
-
scope:
type: "posts"
values:
layout: "post"