-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
45 lines (37 loc) · 749 Bytes
/
_config.yml
File metadata and controls
45 lines (37 loc) · 749 Bytes
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
title: Codex
description: A library to write abstract interpreters in OCaml.
theme: just-the-docs
color_scheme: myscheme
url: https://codex.top
twitter:
username: lemerre_m
card: "summary"
aux_links:
'<i class="fab fa-github"></i> Repository': https://github.com/codex-semantics-library/codex
logo: "/assets/codex.png"
callouts:
warning:
title: Warning
color: red
note:
color: blue
exclude: [
Makefile,
README.md,
.sass-cache/,
.jekyll-cache/,
gemfiles/,
Gemfile,
Gemfile.lock
node_modules/,
vendor/bundle/,
vendor/cache/,
vendor/gems/,
vendor/ruby/,
]
plugins:
- jekyll-redirect-from
- jekyll-email-protect
markdown: kramdown
kramdown:
math_engine: katex