summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2017-05-03 10:04:18 +0200
committerAlan Pearce2025-03-16 00:11:22 +0100
commitf76119457b728e4b95c5339ebca8ecf5a21e4ba0 (patch)
treec9db131f391248829098729d400d7b208f4b48e7 /config.toml
parent822b678695589da1e14f99f979c3f20099432658 (diff)
downloadwebsite-f76119457b728e4b95c5339ebca8ecf5a21e4ba0.tar.lz
website-f76119457b728e4b95c5339ebca8ecf5a21e4ba0.tar.zst
website-f76119457b728e4b95c5339ebca8ecf5a21e4ba0.zip
Add config params for future theme versions
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 497559c..a526860 100644
--- a/config.toml
+++ b/config.toml
@@ -7,6 +7,8 @@ copyright = "Licensed under a Creative Commons Attribution 4.0 International Lic
 
 [Params]
 Description = "…now has a website"
+themeColor = "theme-base-0b"
+layoutReverse = true
 
 [author]
     name = "Alan Pearce"