blob: 0f997d7b75191839c69d6b7fbbfc80dde233f577 (
plain)
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
|
# General Jekyll Config
pygments: true
url: http://mediocregopher.com
lsi: false
exclude: [LICENSE, CNAME, README.md, .gitignore]
markdown: redcarpet
permalink: none
# 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
# "Hi, I'm _______"
name: Brian Picciano
email: mediocregopher@gmail.com
tagline: "A blog about code, languages, and systems"
# Toggle "Postings are my own" disclaimer in footer
show_disclaimer: false
|