diff options
author | Alan Pearce | 2017-05-03 10:04:18 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:11:22 +0100 |
commit | f76119457b728e4b95c5339ebca8ecf5a21e4ba0 (patch) | |
tree | c9db131f391248829098729d400d7b208f4b48e7 /config.toml | |
parent | 822b678695589da1e14f99f979c3f20099432658 (diff) | |
download | website-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.toml | 2 |
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" |