-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
58 lines (47 loc) · 1.15 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
50
51
52
53
54
55
56
57
58
name: Isaac Su
markdown: redcarpet
pygments: true
exclude: [_templates]
post:
template: templates/_post.txt
extension: md
page:
template: templates/_page.txt
extension: md
editor: emacs
git:
branch: master
transfer:
command: rsync
settings: -av
source: _site/
destination: ~/Git/username.github.com/
# Theme customization - please change from the defaults!
theme:
# Color for top bar, links, etc
#highlight_color: '#3498db'
background_color: '#fafafa'
highlight_color: '#3F5765'
active_color: '#FF530D'
mute_color: '#BDD4DE'
dark_color: '2B3A42'
# Profile links on the left sidebar, leave blank to ignore
social:
github: isaacsu
#bitbucket: isaacsu
#hacker_news: swanson
#stackexchange: 348619
#stackoverflow: 348619
twitter: isaacsu
#facebook: zuck
#tumblr: animalygifs
linkedin: isaacsu
#gplus: 110552447039675960964
# "Hi, I'm _______"
name: Isaac Su
email: [email protected]
tagline: "weak opinions, strongly held"
# Google Analytics key, leave blank to ignore
#google_analytics_key: UA-xxxx-x
# Toggle "Postings are my own" disclaimer in footer
show_disclaimer: false