diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/_config.yml b/_config.yml index ec331dc..5bc4d4e 100644 --- a/_config.yml +++ b/_config.yml @@ -11,22 +11,12 @@ 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 + path: "" + type: "posts" values: - description: "I make things." - image: "https://www.benburwell.com/assets/images/icons/benburwell.png" + layout: "post" + |