forked from jekyllt/vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
35 lines (33 loc) · 911 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
highlighter: rouge
markdown: rdiscount
rdiscount:
extensions: [smart]
permalink: /:title.html
paginate: 5
gems: [jekyll-paginate]
port: 4000
safe: true
url: http://biomadeira.github.io/vitae
author: Fábio Madeira
# edit this section with your information
# biomadeira.github.io - all contents run on /vitae/
# for a normal use at the base of the server change it to "/"
baseurl: /vitae/
title: Ryan Stewart's CV
name: "Ryan Stewart, DO"
email: ryan@ryanstewart.com
email_full: mailto:ryan@ryanstewart.com
website: github.io/stuboo
website_full: https://stuboo.github.io/vitae
github: stuboo
twitter: stuboo
tel: +1 865 238 4224
tel_full: tel:+18652384224
google_maps: 'https://www.google.com/maps/@38.2327116,-85.736552,11z'
address: "Beautiful & Scenic"
#postcode: EH3 5BL
city: "Louisville, KY"
#country: United Kingdom
#google_analytics: UA-69300817-1
# needed for travis-ci build
exclude: [vendor]