summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-05-03 10:04:18 +0200
committerAlan Pearce2017-05-03 10:04:18 +0200
commit8c606b8b0530dc69b55baa1c5b2e56b0931c3241 (patch)
treefb65a00f766fc34ca9556b65de41fa9fbd79550f
parentaa0430db6b04fd1b9572f9303ed45bc7ee12263f (diff)
downloadwebsite-8c606b8b0530dc69b55baa1c5b2e56b0931c3241.tar.lz
website-8c606b8b0530dc69b55baa1c5b2e56b0931c3241.tar.zst
website-8c606b8b0530dc69b55baa1c5b2e56b0931c3241.zip
Add config params for future theme versions
-rw-r--r--config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 1bfa502..368d702 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"