aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..db53dd3
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,18 @@
+# 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 = "dracula", filename = "syntax-theme-dark.css" }]
+external_links_target_blank = true
+lazy_async_image = true
+
+[extra]