forked from fantaghiro/fantaghiro.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·36 lines (31 loc) · 900 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
# General Jekyll Config
pygments: true
url: http://fantaghiro.github.io
lsi: false
exclude: [LICENSE, CNAME, README.md, .gitignore]
permalink: /:month-:day-:year/:title.html
markdown: kramdown
kramdown:
use_coderay: true
coderay:
coderay_wrap: div
coderay_line_numbers: table
coderay_line_numbers_start: 1
coderay_tab_width: 4
coderay_bold_every: 10
coderay_css: style
# Theme customization - please change from the defaults!
theme:
# Color for top bar, links, etc
highlight_color: '#cb4b16'
# Profile links on the left sidebar, leave blank to ignore
social:
github: fantaghiro
# "Hi, I'm _______"
name: Amanda Wang
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: true