-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
101 lines (87 loc) · 1.74 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
locale: "en"
title: "Big Ball of Code"
title_separator: "-"
name: "Big Ball of Code"
description: "Thomas Presthus' Big Ball of Code Blog"
url: "https://www.ballofcode.com"
words_per_minute: 200
author:
name: "Thomas Presthus"
avatar: "thomas.jpg"
bio: "Consultant and owner, Erus Encodia AS"
location: "Norway"
email: "[email protected]"
twitter: "presthus"
comments:
provider: "disqus"
disqus:
shortname: "ballofcode"
safe: true
gist:
noscript: false
collections:
workshops:
output: true
permalink: /workshops/:path.html
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
read_time: true
comments: true
share: true
related: true
- scope:
path: ""
type: workshops
values:
layout: single
read_time: false
comments: false
share: true
related: false
analytics:
provider: "google"
google:
tracking_id: "UA-49003104-1"
include:
- .htaccess
- _pages
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false
kramdown:
input: GFM
hard_wrap: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
sass:
sass_dir: _sass
style: compressed
permalink: /:categories/:year/:month/:day/:title.html
paginate: 5
paginate_path: /page:num/
timezone: Europe/Oslo
gems:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji