-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
41 lines (35 loc) · 959 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
36
37
38
39
40
41
# Site settings
title: "EricDeLabar.com - Objective-C, Swift, and iOS Development"
description: "Personal and professional presence for iOS and Mobile Developer Eric DeLabar. Objective-C and Swift development with a UI/UX twist."
baseurl: ""
url: "http://ericdelabar.com"
twitter_username: edelabar
github_username: edelabar
githubUser: edelabar
#configure sass
sass:
style: :compressed
#pagination
paginate: 10
paginate_path: page/:num
# Build settings
markdown: kramdown
highlighter: pygments
permalink: /:year/:month/:title.html
include: [.htaccess]
timezone: America/New_York
#paypal settings
donate_text: "Throw $5 in the Tip Jar."
donate_id: "RESRCTYHJ9B96"
#sitemap settings
sitemap:
file: "/sitemap.xml"
exclude:
- "/feed/index.xml"
- "/feed/atom.xml"
include_posts:
- archives.markdown
change_frequency_name: "changefreq"
priority_name: "priority"
# generate_categories
category_dir: 'category'