-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
47 lines (37 loc) · 969 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
# Site settings
title: "All Things Git"
subtitle: The podcast about Git
author: Edward Thomson and Martin Woodward
email: [email protected]
description: The podcast about Git.
long_description: "The podcast about Git. Edward Thomson and Martin Woodward talk to the people who build Git, build tools for it and make their teams successful using it."
baseurl: "/"
url: "https://www.allthingsgit.com"
twitter_username: allthingsgit
github_username: allthingsgit
gems:
- jekyll-paginate
safe: false
# Build settings
permalink: none
include: [".htaccess"]
exclude:
- Gemfile
- Gemfile.lock
markdown: kramdown
kramdown:
smart_quotes: ["apos", "apos", "quot", "quot"]
syntax_highlighter: coderay
syntax_highlighter_opts:
line_numbers: inline
css: class
coderay_line_numbers: inline
coderay_css: class
tag_title_prefix: "Entries Tagged "
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"