-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
49 lines (37 loc) · 1.08 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
url: http://erichansander.com
feed_url: http://erichansander.com/feed
# twitter: site_twitter_handle
lang: en
title: Eric Hansander's point
title_tooltip: ... now if only I could find a long enough lever...
subtitle: Things and thoughts <a href="/about">I</a> think you'll like
owner:
name: Eric Hansander
email: hello@erichansander.com
email_with_word_breaks: <span>hello</span><span>@erichansander.com</span>
google_plus:
url: EricHansander
number: 102307140318741294467
twitter: erichansander
linkedin: erichansander
open_graph: true
twitter_cards: true
future: false
pygments: true
permalink: /b/:title/
markdown: kramdown
kramdown:
auto_ids: true
footnote_nr: 1
toc_levels: 1..3
smart_quotes: lsquo,rsquo,ldquo,rdquo
use_coderay: false
coderay:
coderay_wrap: div
coderay_line_numbers: inline
coderay_line_numbers_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: style
port: 8888
# For more things to configure (including date format), see _includes/custom/*