-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
37 lines (33 loc) · 832 Bytes
/
_config.yml
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
33
34
35
36
37
title: Ben Limmer
tagline: "Freelance Architect and Software Engineer"
author:
name: Ben Limmer
email: [email protected]
github: blimmer
keybase: blimmer
description:
Ben Limmer is a freelance software engineer specializing in DevOps and Developer Experience. Looking for a DevOps
consultant? Get in touch today!
url: https://benlimmer.com
production_url: https://benlimmer.com
permalink: pretty
timezone: America/Denver
defaults:
- scope:
path: "" # empty string for all files
type: posts # limit to posts
values:
is_post: true # automatically set is_post=true for all posts
- scope:
path: "assets/**/*"
values:
sitemap: false
exclude:
- deploy.sh
- LICENSE
- README
plugins:
- jekyll/minibundle
- jekyll-octicons
- jekyll-sitemap
- jekyll-last-modified-at