-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
53 lines (47 loc) · 1.11 KB
/
_config.yml
File metadata and controls
53 lines (47 loc) · 1.11 KB
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
49
50
51
52
53
#Site Info
name: CalebHicks.com
description: Technology, entrepreneurship, education
author: Caleb Hicks
email: calebhicks@gmail.com
timezone: America/Denver
logo: /assets/logo.png
url: http://www.calebhicks.com
permalink: /:year/:title/
disqus_shortname: calebhickscom
border: 165DB1
# Mailchimp Subscribe Setup
# http://kb.mailchimp.com/article/can-i-host-my-own-sign-up-forms/ to get data
# leave MCusername blank if you do not want a subscription form
MCusername: geekdaily
MCu: 73469051aa8b75a7e7b4e0aca
MClistid: e2af2b47bb
# Site Specific Search
# Powered by Duck Duck Go
search: true
# Social Media Accounts
twitter: calebhicks
facebook:
github:
#Links using the following format (remove the #s)
# - title: About
# url: /about
# Or for external links
# - title: Google
# url: http://google.com
# external: true
links:
- title: About
url: /about
- title: Contact
url: /contact
- title: Archive
url: /archive
# Google Analytics
analytics-id: UA-11331492-5
analytics-url: calebhicks.com
#Jekyll Stuff
markdown: kramdown
pygments: true
include: [".htaccess"]
future: false
paginate: 5