-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
26 lines (20 loc) · 1.12 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
# Site settings
title: Blog by Jonathan Frappier # Title of your site
#email: your-email@domain.com # Your contant email
description: > # this means to ignore newlines until "baseurl:"
A blog by Jonathan Frappier about virtualization, DevOps, and other thoughts that can't fit in a tweet.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://jfrap.com" # the base hostname & protocol for your site
# Social links.
# Replace the word 'example' with your username if you want to include the icon in the left sidebar
# Delete the word 'example' if you don't want to include the icon in the left sidebar
twitter_username: jfrappier # Replace this with your Twitter username
github_username: jfrappier # Replace this with your GitHub username
linkedin_username: jonathanfrappier # Replace this with your LinkedIn username
google_plus_username: jonathanfrappier # Replace this with your Google+ username
#facebook_username: example # Replace this with your Facebook username
#dribbble_username: example # Replace this with your Dribbble username
# Build settings
markdown: kramdown
gems:
- jekyll-feed