-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
92 lines (85 loc) · 2.06 KB
/
_config.yml
File metadata and controls
92 lines (85 loc) · 2.06 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Theme Settings
theme: "minimal-mistakes-jekyll"
minimal_mistakes_skin: "dirt"
# Site Settings
locale: "en-US"
title: "Spacebar"
logo: "/assets/images/logo-cropped.png"
title_separator: "-"
name: "Spacebar"
description: "Principal engineering and leadership consulting."
domain: "https://spacebar.dev"
url: "https://spacebar.dev"
baseurl: ""
plugins:
- jekyll-feed
- jekyll-seo-tag
author:
name: "Mike Pack"
avatar: "/assets/images/headshot.png"
bio: "Howdy! I'm a principal engineer and senior startup leader with a passion for building, innovating, and solving tough problems. This is a glimpse into my brain."
location: "Denver, CO"
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/mikepack"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/mikepackdev/"
- label: "Email"
icon: "fas fa-fw fa-envelope"
url: "mailto:[email protected]"
# Build settings
include: ["_pages"]
tag_archive:
type: liquid
path: /tags/
collections:
archives:
output: true
permalink: /:collection/:path/
defaults:
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
related: false
classes: wide
show_date: true
tag_archive: true
sort_by: date
sort_order: reverse
- scope:
path: ""
type: archives
values:
layout: single
author_profile: true
read_time: true
related: true
classes: wide
show_date: true
tag_archive: true
sort_by: date
sort_order: reverse
- scope:
path: ""
type: contact
values:
layout: single
author_profile: true
classes: wide
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/mikepack"
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/mikepackdev/"
- label: "Email"
icon: "fas fa-fw fa-envelope"
url: "mailto:[email protected]"