diff options
author | Alan Pearce | 2020-11-15 13:14:37 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-15 13:15:31 +0100 |
commit | 6831ad7021ea32d840d75982b1086d999876013d (patch) | |
tree | 64b42dac98416eb076e5fd30c77433b2d60775df /config.toml | |
parent | 1150d953ca778e6ebbbb5391c411801c58f7f469 (diff) | |
download | website-6831ad7021ea32d840d75982b1086d999876013d.tar.lz website-6831ad7021ea32d840d75982b1086d999876013d.tar.zst website-6831ad7021ea32d840d75982b1086d999876013d.zip |
Extract theme from templates
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 b482d0a..6bf8108 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,8 @@ generate_feed = true highlight_code = true highlight_theme = "ascetic-white" +theme = "xmin" + [[taxonomies]] name = "tags" feed = true |