-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
59 lines (59 loc) · 1.3 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
name: BlahCade Pinball Podcast
description: 'The premier commercial digital pinball podcast'
logo: assets/images/logo-large.png
favicon: assets/images/favicon.ico
baseurl: ''
disqus: blahcade
email: [email protected]
mailchimp-list:
include:
- _pages
permalink: '/:title/'
plugins:
- jekyll-asciidoc
- jekyll-feed
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
authors:
chris:
name: Chris Friebus
site:
avatar: assets/images/chris.png
bio: >-
Camera assistant for TV & film, wannabe screenwriter.
email: [email protected]
twitter: 'https://twitter.com/shutyertraps'
jared:
name: Jared Morgan
site: 'https://jaredleonmorgan.net'
avatar: assets/images/jared.jpg
bio: >-
Technical writer, product person, VR junkie.
email: [email protected]
twitter: 'https://twitter.com/jaredmorgs'
defaults:
- scope:
path: _posts
values:
layout: post
author: jared
avatar: assets/images/jared.jpg
- scope:
path: _pages
values:
layout: page
markdown: kramdown
asciidoctor:
attributes:
imagesdir: /assets/images
highlighter: rouge
paginate: 10
exclude:
- README.markdown
- package.json
- grunt.js
- Gruntfile.js
- Gruntfile.coffee
- node_modules
url: 'https://www.blahcadepinball.com'