summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2017-09-09 14:14:47 -0400
committerBen Burwell <ben@benburwell.com>2017-09-09 14:14:47 -0400
commit23d4dac3d3bd6ffa756254ec41efd3b6c2a65a39 (patch)
tree23cf87386cf7d63fb5b32a681ec58fb149f3ce64 /_config.yml
parent94ad20d399fbacdeba2a23353527971a2b25d415 (diff)
Add page defaults
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
index 305ad21..751ae24 100644
--- a/_config.yml
+++ b/_config.yml
@@ -22,3 +22,11 @@ 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"