-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
39 lines (39 loc) · 1.39 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
site_name: 'WebViews'
description: 'Views on the web and the tools we used to build it.'
markdown: redcarpet
redcarpet:
extensions: ['autolink', 'lax_spacing', 'no_intra_emphasis']
permalink: /views/:title
exclude: [node_modules, scss, Gruntfile.js, LICENSE, package.json, README.md, fonts, js, Gemfile, Gemfile.lock, vendor, bower.json, .bowerrc, CNAME]
url: 'http://webvie.ws'
name: 'WebViews'
author_ids: ['testing', 'dave', 'ben']
authors:
ben:
name: Ben Briggs
display_name: Ben
email: [email protected]
web: http://beneb.info
twitter: ben_eb
dribbble: beneb
github: ben-eb
avatar: '/images/author_ben.jpg'
dave:
name: Dave McNally
display_name: Dave
email: [email protected]
web: http://dave.mn
twitter: davemcnally
dribbble: davemcnally
github: davemcnally
avatar: '/images/author_dave.jpg'
bio: I’m a freelance designer & front-end developer with a passion for subtle details and mobile. A recent WordPress-to-Jekyll convert and terminal fan, I’m most at home with Photoshop, Sublime Text, iTerm and some hot coffee.
testing:
name: Guest Testing
display_name: Guest
email: [email protected]
web: http://testing.com
twitter: guest
dribbble: guest
github: guest
avatar: '/images/guest_test.jpg'