2013-10-17 00:20:50 +00:00
|
|
|
# General Jekyll Config
|
|
|
|
pygments: true
|
2017-09-10 01:26:23 +00:00
|
|
|
url: http://blog.mediocregopher.com
|
2013-10-17 00:20:50 +00:00
|
|
|
lsi: false
|
|
|
|
exclude: [LICENSE, CNAME, README.md, .gitignore]
|
|
|
|
markdown: redcarpet
|
2013-10-17 22:58:09 +00:00
|
|
|
permalink: none
|
2013-10-17 00:20:50 +00:00
|
|
|
|
|
|
|
# Theme customization - please change from the defaults!
|
|
|
|
theme:
|
|
|
|
# Color for top bar, links, etc
|
|
|
|
highlight_color: '#434343'
|
|
|
|
|
|
|
|
# Profile links on the left sidebar, leave blank to ignore
|
|
|
|
social:
|
|
|
|
github: mediocregopher
|
|
|
|
hacker_news: mediocregopher
|
2017-09-10 01:26:23 +00:00
|
|
|
twitter: mediocre_gopher
|
2013-10-17 00:20:50 +00:00
|
|
|
|
|
|
|
# "Hi, I'm _______"
|
|
|
|
name: Brian Picciano
|
|
|
|
email: mediocregopher@gmail.com
|
2017-09-10 01:26:23 +00:00
|
|
|
tagline: "A blog whose general purpose I haven't really landed on yet"
|
2013-10-17 00:20:50 +00:00
|
|
|
|
|
|
|
# Toggle "Postings are my own" disclaimer in footer
|
|
|
|
show_disclaimer: false
|