-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
43 lines (43 loc) · 1.14 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
plugins:
- jekyll-archives
- jekyll-dotenv
- jekyll-imgproxy-tag
- jekyll-twitter-plugin
- jekyll-youtube
url: https://joeloliveira.com
name: My name is Joel
include:
- _redirects
highlighter: pygments
description: >
An eng manager working at ezCater during the day,
making stuff like <a href="https://shubox.io?utm_source=joeloliveira&utm_medium=web&utm_campaign=sister_app">shubox</a>
at night. Living in Brookline with my wife, our son, and our two English bulldogs - Pearl and Trudie.
imgproxy:
base_url: https://imagesjroli.b-cdn.net
key: ENV_IMGPROXY_KEY
salt: ENV_IMGPROXY_SALT
aws_bucket: ENV_AWS_BUCKET
tailwindcss:
- input: assets/css/critical.css
config: tailwind.critical_config.js
minified: true
- input: assets/css/deferred.css
config: tailwind.deferred_config.js
minified: true
esbuild:
- input: assets/js/deferred.js
outdir: assets/js
extra_options: --format=esm --splitting
inlinecss:
replace:
- this: url(./font
with: url(/assets/css/font
jekyll-archives:
enabled:
- tags
- categories
layout: archive
permalinks:
tag: '/tag/:name/'
category: '/category/:name/'