-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
44 lines (34 loc) · 1.06 KB
/
config.toml
File metadata and controls
44 lines (34 loc) · 1.06 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
# The URL the site will be built for
base_url = "/devlog/"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = false
theme = "kita"
title = "Creusot Devlog"
generate_feeds = true
feed_filenames = ["atom.xml"]
[markdown]
[markdown.highlighting]
theme = "catppuccin-mocha"
[extra]
side_toc = true
social_image = "creusot-logo-center.jpg"
[extra.profile]
name = "What's new in Creusot?"
bio = """
Devlog of the [Creusot deductive verifier](https://github.com/creusot-rs/creusot) for Rust.
[The Creusot team](https://github.com/creusot-rs) is part of [Laboratoire Méthodes Formelles](https://lmf.cnrs.fr/).
"""
avatar_url = "creusot-logo-center.jpg"
avatar_invert = true
[[extra.profile.social]]
name = "github"
url = "https://github.com/creusot-rs/creusot"
[[extra.profile.social]]
name = "rss"
url = "$BASE_URL/atom.xml"
[extra.footer]
since = 2026
license = "CC BY-SA 4.0"
license_url = "https://creativecommons.org/licenses/by-sa/4.0/deed"