forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
57 lines (57 loc) · 1.07 KB
/
_config.yml
File metadata and controls
57 lines (57 loc) · 1.07 KB
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
---
title: Compwright.Github.Io
timezone: America/New_York
collections:
posts:
title: Posts
output: true
projects:
title: Projects
output: true
demos:
title: Demos
output: true
talks:
title: Talks
output: true
name: CompWright Enterprises
description: Hello, I'm Jonathon Hill. I build things for the web.
avatar: https://secure.gravatar.com/avatar/0954b07694d217460222ae1dc5fa9c40
footer-links:
dribbble:
email: jonathon@compwright.com
facebook:
flickr:
github: compwright
instagram:
linkedin: https://www.linkedin.com/in/jhill9693/
pinterest:
rss:
twitter: compwright
stackoverflow: users/168815/jonathon-hill
youtube:
googleplus:
disqus:
google_analytics: UA-36858680-2
url: https://compwright.github.io
baseurl: ''
permalink: "/:title/"
paginate: 5
version: v1.2.0
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: highlight
sass:
style: :expanded
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-paginate
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME