-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (54 loc) · 1.46 KB
/
Copy path_config.yml
File metadata and controls
62 lines (54 loc) · 1.46 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
title: Daniel A. Koepke
tagline: I build great software that people love.
description: Daniel A. Koepke is a software engineering leader with extensive experience.
#Comment out url when working locally to resolve base urls correctly
url: http://dkoepke.github.io
# Owner/author information
owner:
name: Daniel A. Koepke
avatar: avatar.png
bio: "I build great software that people love."
email: dkoepke@gmail.com
twitter: spoondan
github: dkoepke
instagram: spoondan
# Links to include in top navigation
# For external links add external: true
links:
- title: Resume
url: /resume
- title: LinkedIn
url: http://www.linkedin.com/pub/daniel-koepke/19/217/a7a
external: true
- title: TIL
url: /til
- title: Github
url: https://github.com/dkoepke
external: true
collections:
til:
output: true
permalink: /til/:path
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post-no-feature"
- scope:
path: ""
type: "til"
values:
layout: "til-post"
timezone: America/Los_Angeles
future: true
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
# https://github.com/mojombo/jekyll/wiki/Permalinks
permalink: /:categories/:title
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "vendor"]