-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
61 lines (54 loc) · 1.31 KB
/
_config.yml
File metadata and controls
61 lines (54 loc) · 1.31 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
title: Clayton Stout | Staff Backend Engineer
email: clayfstout@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
Staff Backend Engineer with 11+ years of experience in JVM technologies,
specializing in Java, Kotlin, and Scala development. Welcome to my personal
portfolio highlighting side projects and a collection of random musings.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://cfstout.github.io"
github_username: cfstout
linkedin_username: clayton-stout-91098666
location: "Missoula, Montana"
# Build settings
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
markdown: kramdown
collections:
projects:
output: true
permalink: /projects/:path/
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "post"
comments: false
disabled: false
- scope:
path: ""
type: "projects"
values:
layout: "project"
disabled: false
- scope:
path: ""
type: "pages"
values:
layout: "default"
disabled: false
highlighter: rouge
social:
github: "https://github.com/cfstout"
linkedin: "https://www.linkedin.com/in/clayton-stout-91098666"
exclude:
- .sass-cache/
- .jekyll-cache/
- gemfiles/
- Gemfile
- Gemfile.lock
- node_modules/
- vendor/
- README.md