summaryrefslogtreecommitdiff
path: root/_config.yml
blob: ae68360ec2929edc048a6961fa530b5342975c4e (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
26
# General Jekyll Config
pygments: true
url: http://blog.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
    twitter: mediocre_gopher

  # "Hi, I'm _______"
  name: Brian Picciano
  email: mediocregopher@gmail.com
  tagline: "A blog whose general purpose I haven't really landed on yet"

  # Toggle "Postings are my own" disclaimer in footer
  show_disclaimer: false