-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
38 lines (32 loc) · 902 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
# General Jekyll Config
markdown: kramdown
highlighter: rouge
url: http://jmcomets.com
lsi: false
exclude: [LICENSE, CNAME, README.md, .gitignore]
comments: true
# Theme customization - please change from the defaults!
vars:
# Color for top bar, links, etc
highlight_color: '#48257f'
# Profile links on the left sidebar, leave blank to ignore
social:
github: jmcomets
#bitbucket: jmcomets
hacker_news: jmcomets
#stackexchange:
stackoverflow: 1441984
twitter: jmcomets
#facebook: jmcomets
#tumblr:
#linkedin: jean-marie-comets
#gplus:
# "Hi, I'm _______"
name: Jean-Marie Comets
email: [email protected]
tagline: "weak opinions, strongly held"
# Google Analytics key, leave blank to ignore
google_analytics_key: UA-56339121-1
# Toggle "Postings are my own" disclaimer in footer
show_disclaimer: true
# vim: ft=yaml et sw=2 sts=2