forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
53 lines (53 loc) · 821 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
47
48
49
50
51
52
53
---
title: Jsc Ben.Github.Io
timezone: UTC
collections:
posts:
title: Posts
output: true
uploads:
title: Uploads
output: true
name: JSCBen
description: Data Visualizer
avatar: https://avatars2.githubusercontent.com/u/34761601?s=460&v=4
footer-links:
dribbble:
email:
facebook:
flickr:
github: JSCBen
instagram:
linkedin:
pinterest:
rss:
twitter: BenTwist14
stackoverflow:
youtube:
googleplus:
disqus:
shortname: BenTwist
google_analytics:
url:
baseurl: ''
permalink: "/:title/"
version: v1.2.0
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: highlight
sass:
style: :expanded
gems:
- jekyll-sitemap
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
theme: minima
plugins:
- jekyll-feed