-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
32 lines (27 loc) · 980 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
# Site settings
title: Theodore S. Lindsey
baseurl: "" # the subpath of your site, e.g. /blog
# for rss, etc
name: Theodore S. Lindsey
url: "http://theodorelindsey.io" # the base hostname & protocol for your site
description: > # this means to ignore newlines until "baseurl:"
Personal and professional website for Theodore S. Lindsey.
# usernames
username_twitter: RagingRoosevelt
username_github: RagingRoosevelt
username_gplus: +TheodoreSatchLindsey
username_linkedin: theodorelindsey
username_steam: RagingRoosevelt
username_facebook: theodore.lindsey
# contact info
phone: "(503) 745-8444"
email: [email protected]
office: Montgomery Park, Portland
office_link: "https://www.google.com/maps/place/2701 NW Vaughn St, Portland, OR 97210"
timezone: America/Los_Angeles
# blog post url format
permalink: /blog/:year/:month/:day/:title.html
paginate: 5
paginate_path: "/blog/page:num/"
excerpt_separator: <!--more-->
plugins: [jekyll-paginate]