-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
78 lines (70 loc) · 2.1 KB
/
_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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
title: Jeff Doolittle
author: Jeff Doolittle
email: jeff@jeffdoolittle.com
description: Software Architect. Strategic Business Leader. I help make good software professionals great!
contact: You can reach me via email or through one of the social media platforms linked here.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://jeffdoolittle.com" # the base hostname & protocol for your site, e.g. http://example.com
github_url: "https://github.com/jeffdoolittle/jeffdoolittle.github.com"
permalink: /:year/:month/:day/:title/
header_pages:
- publications.md
- leadership.md
- mentoring.md
- about.md
show_excerpts: true
future: false
webrick:
headers:
Strict-Transport-Security: max-age=31536000; includeSubDomains
X-Frame-Options: SAMEORIGIN
X-Content-Type-Options: nosniff
# favicon: https://favicon.io/favicon-generator/?t=JD&ff=Covered+By+Your+Grace&fs=100&fc=%23FFF&b=rounded&bc=%2305A
#social
twitter_username: jeffdoolittle
github_username: jeffdoolittle
linkedin_username: jeffdoolittle
facebook_username: jeffdoolittle
instagram_username: jeffdoolittle
stackoverflow_user: "627205"
youtube_username: jeffdoolittle
soundcloud_username: jeffdoolittle
jitsi_username: jeffdoolittle
# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-redirect-from
defaults:
- scope:
path: ""
values:
layout: "page"
show_banner: false
show_recents: true
show_title: true
image: /assets/og_image.png
image_alt: Jeff Doolittle dot com
- scope:
path: "assets"
values:
image: true
# Google Analytics
google_analytics: G-2317DQC7JS
# Disqus Comments
disqus:
# Leave shortname blank to disable comments site-wide.
# Disable comments for any post by adding `comments: false` to that post's YAML Front Matter.
shortname: jeffdoolittle
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/