diff options
author | Alan Pearce | 2020-11-15 13:14:37 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-15 13:15:31 +0100 |
commit | 6385a5f78ce2ad7409811927b10fc2b62e427643 (patch) | |
tree | 557406eaea728d84f82e852ada8fd97199d1a709 /config.toml | |
parent | 78096da0f478a0b11b77f365cedc855e7c680e14 (diff) | |
download | website-6385a5f78ce2ad7409811927b10fc2b62e427643.tar.xz website-6385a5f78ce2ad7409811927b10fc2b62e427643.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 | |||
9 | highlight_code = true | 9 | highlight_code = true |
10 | highlight_theme = "ascetic-white" | 10 | highlight_theme = "ascetic-white" |
11 | 11 | ||
12 | theme = "xmin" | ||
13 | |||
12 | [[taxonomies]] | 14 | [[taxonomies]] |
13 | name = "tags" | 15 | name = "tags" |
14 | feed = true | 16 | feed = true |