forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
47 lines (39 loc) · 1.05 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
name: The Pixel Heartbeat
description:
avatar: https://avatars3.githubusercontent.com/u/3011454?v=2&s=200
footer-links:
dribbble:
email:
facebook: pixelheartmusic
flickr:
github:
instagram:
linkedin:
pinterest:
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: pixelheartmusic
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
disqus:
google_analytics: UA-40641885-1
url: http://thepixelheart.github.io/
baseurl: ""
markdown: kramdown
#redcarpet:
# extensions: ["autolink", "tables"]
highlighter: pygments
permalink: /:title/
# The release of Jekyll Now that you're using
version: v1.0.0
# Set the Sass partials directory, as we're using @imports
sass:
sass_dir: _scss
style: :expanded # You might prefer to minify using :compressed
gems:
- jemoji # Emoji please!
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md