-
Notifications
You must be signed in to change notification settings - Fork 24
/
_config.yml
51 lines (42 loc) · 1.01 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
# Site settings
title: Max Bernstein
# Site's name
name: Max Bernstein's Blog
author: Max Bernstein
author_nickname: Max Bernstein
email: [email protected]
description: ""
baseurl: ""
url: "https://bernsteinbear.com"
exclude: [vendor]
# TODO(max): Use pagefind (pagefind --source . --root-selector .container) but
# avoid scanning _site somehow.
include: [.well-known]
future: false
twitter:
username: tekknolagi
repo:
repository_url: https://github.com/tekknolagi/tekknolagi.github.com
branch: main
permalink: '/blog/:title/'
post_dirs: false
# Build settings
markdown: kramdown
kramdown:
input: GFM # GitHub Flavored Markdown
hard_wrap: false
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
- rouge
collections:
blog_lisp:
output: true
permalink: /blog/lisp/:path/
recipes:
output: true
permalink: /recipes/:path/
default_og_image: "/favicon.ico"
rc_scout: "https://www.recurse.com/scout/click?t=e8845120d0b98bbc3341fa6fa69539bb"