aboutsummaryrefslogtreecommitdiff
path: root/config.toml
blob: e9eed0c9fe20790a38564786db10f3d6970cc902 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Site settings
base_url = "https://cleberg.net"
title = "cleberg.net"
description = "The personal website of Christian Cleberg."
author = "Christian Cleberg"

# RSS settings
generate_feed = true
feed_filename = "atom.xml"

[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
    { theme = "ayu-dark", filename = "syntax-theme-dark.css" },
    { theme = "inspired-github", filename = "syntax-theme-light.css" },
]
external_links_target_blank = true
lazy_async_image = true

[extra]