aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/config.toml b/config.toml
deleted file mode 100644
index e9eed0c..0000000
--- a/config.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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]