-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy path_config.yml
More file actions
59 lines (48 loc) · 1.24 KB
/
_config.yml
File metadata and controls
59 lines (48 loc) · 1.24 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
# Site settings
title: Max Bernstein
# Site's name
name: Max Bernstein's Blog
author: Max Bernstein
author_nickname: Max Bernstein
email: max@bernsteinbear.com
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
mastodon:
username: tekknolagi
url: "https://mastodon.social/@tekknolagi"
repo:
repository_url: https://github.com/tekknolagi/tekknolagi.github.com
branch: main
permalink: '/blog/:slug/'
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
sass:
style: compressed
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"
citation_needed: "<sup>[<a href=\"https://en.wikipedia.org/wiki/Wikipedia:Citation_needed\"><i>citation needed</i></a>]</sup>"