-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
40 lines (40 loc) · 1.12 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
url: "https://arcana.computer" # the base hostname & protocol for your site, e.g. http://example.com
baseurl: "" # the subpath of your site, e.g. /blog
title: "arcana dot computer" # the name of your site, e.g. ACME Corp.
collections:
years:
output: true
permalink: /:collection/:name
industry:
output: true
permalink: /:collection/:name
engineering:
output: true
permalink: /:collection/:name
products:
output: true
permalink: /:collection/:name
mortems:
output: true
permalink: /:collection/:name
miscellany:
output: true
permalink: /:collection/:name
catalogs:
output: true
permalink: /:collection/:name
collections_dir: writing
plugins:
- jekyll-compress-images
- jekyll-toc
- jekyll-last-modified-at
toc:
min_level: 2
description: "Arcana Dot Computer is a web site about engineering and personality by Justin Duke."
social:
twitter: "https://twitter.com/jmduke"
email: "mailto:me@jmduke.com"
compress_images:
images_path: "assets/img/**/*.{gif,png,jpg,jpeg}"
imageoptim:
svgo: false