-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
73 lines (61 loc) · 1.33 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
# Site settings
title: Christopher Mason
email: [email protected]
description:
Software engineering leader who is passionate about creating
powerful and usable software that betters the human condition.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://www.cmason.com" # the base hostname & protocol for your site
destination: public
github_username: masoncj
linkedin_url: https://www.linkedin.com/in/christopher-mason-510a291/
safe: false
theme: jekyll-theme-slate
collections:
projects:
output: true
permalink: /projects/:path/
posts:
output: true
permalink: /posts/:path/
talks:
output: true
permalink: /talks/:path/
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
excerpt_separator: <!--more-->
# Build settings
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
relative_links:
enabled: true
collections: true
plugins:
- jekyll-paginate
- jekyll-babel
- jekyll-relative-links
- jekyll-sitemap
exclude:
- .idea
- .next
- .sass-cache
- components
- interfaces
- pages
- next.config.js
- next-env.d.ts
- package.json
- pnpm-lock.yaml
- tsconfig.json
- node_modules
- vendor
- Gemfile
- Gemfile.lock
- README.md
babel_js_extensions: 'es6'