-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
45 lines (33 loc) · 1.06 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
# This is the default format.
# For more see: http://jekyllrb.com/docs/permalinks/
permalink: /:title
exclude: [".rvmrc", ".rbenv-version", "README.md", "Rakefile", "changelog.md"]
title: Pragmatic Testing
description: Ignite-style lightning talks on the subject of pragmatism in software testing.
tagline: lightning talks on the topic of pragmatic testing
author :
name : Nick MacInnis
email : macinnis.nick@gmail.com
github : nmacinnis
production_url : https://nmacinnis.github.io/pragmatic_testing
plugins: ["jekyll-sitemap"]
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
#
JB :
version : 0.3.0
BASE_PATH : https://nmacinnis.github.io/pragmatic_testing
ASSET_PATH : false
# These paths are to the main pages Jekyll-Bootstrap ships with.
# Some JB helpers refer to these paths; change them here if needed.
#
atom_path : /atom.xml
rss_path : /rss.xml
comments :
provider : false
analytics :
provider : false
sharing :
provider : false
google_analytics:
show_downloads: true
theme: jekyll-theme-slate