-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_config.yml
70 lines (60 loc) · 1.53 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
# For technical reasons, this file is not reloaded automatically when you run the command
# 'bundle exec jekyll serve'. If you change this file, you have to restart the server process.
title: Explained from First Principles
description: Explained from First Principles is a technology, science, and philosophy blog for curious people.
url: https://explained-from-first-principles.com
domain: explained-from-first-principles.com
short_domain: ef1p.com
email: contact@ef1p.com
author: Kaspar Etter
lang: en
permalink: pretty
date_format: '%-e %B %Y' # http://strftime.net
external_version: 2
scripts_version: 22
styles_version: 15
repository: KasparEtter/ef1p
twitter_handle: ExplainedFrom1P
twitter_handle_of_author: KasparEtter
reddit_community: https://www.reddit.com/r/ef1p/
telegram_channel: https://t.me/ExplainedFromFirstPrinciples
# https://jekyllrb.com/docs/configuration/markdown/
markdown: kramdown
kramdown:
footnote_backlink: '↑'
# Hack to suppress a Jekyll issue with styles: https://github.com/jekyll/jekyll/issues/7478
theme: null
plugins:
- jekyll-redirect-from
redirect_from:
json: false
include:
- .well-known
exclude:
- '*.json'
- '*.ots'
- '*.scss'
- '*.ts'
- '*.tsx'
- code
- CNAME
- Gemfile
- Gemfile.lock
- LICENSE.txt
- node_modules
- README.md
- styles
- vendor
- webpack.config.js
defaults:
- scope:
path: pages
type: pages
values:
layout: article
permalink: /:basename/
- scope:
path: pages/*/tools
type: pages
values:
layout: toc