forked from jekyllt/sustain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·48 lines (44 loc) · 1.13 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
# top level stuff you probably don't need to touch
highlighter: rouge
markdown: kramdown
rdiscount:
extensions: [smart]
permalink: /:title.html
paginate: 5
plugins: [jekyll-paginate]
port: 3000
safe: true
# edit here to achieve your personal greatness
url: http://username.github.io/
baseurl: /sustain
title: Chris Turner
author: Chris Turner
description: Personal blog and resume
avatar: profile.png
email: [email protected]
twitter_username: username
#Comment out if you don't want disqus
disqus_username: username
google_analytics: UA-69391421-1
social:
- url: http://github.com/jekyllt
icon: github
- url: mailto:[email protected]
icon: envelope
- url: https://twitter.com/username
icon: twitter
- url: http://linkedin.com/in/username
icon: linkedin
- url: http://stackoverflow.com/username
icon: stack-overflow
- url: https://medium.com/@username
icon: medium
# If you want to link only specific pages in your header, uncomment
# this and add the path to the pages in order as they should show up
#header_pages:
# - about.md
# needed for travis-ci build
exclude:
- vendor
- Gemfile
- Gemfile.lock