summaryrefslogtreecommitdiff
path: root/_config.yml
blob: 751ae24c01347f650a2c5f9bf91f78afb5ed314b (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
27
28
29
30
31
32
# Config options
markdown: kramdown
sass:
  style: :compressed
  sass_dir: _sass
permalink: /posts/:title/
gems:
  - jekyll-redirect-from
  - jekyll-feed
timezone: America/New_York

# Site-level data
name: Ben Burwell
keywords:
  - ben burwell
  - software engineer
  - developer
  - cryptography
  - lighting design
description: "I make things."
excerpt_separator: <!--more-->
twitter:
  site: "@bburwell"
  creator: "@bburwell"

# Page defaults
defaults:
  - scope:
      path: "" # Applies to all files
    values:
      description: "I make things."
      image: "https://www.benburwell.com/assets/images/icons/benburwell.png"