blob: ec331dc4da8517d33f0988631b9792ec1cfc893c (
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/
plugins:
- 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"
|