diff options
author | breadcat | 2020-06-19 12:19:25 +0100 |
---|---|---|
committer | breadcat | 2020-06-19 12:19:25 +0100 |
commit | 0f9a31348079c0a061bcc194912e75cc1c07bc1f (patch) | |
tree | 96620ac452b2f73e9f9c71447ec87e167009e0e4 /config.toml | |
parent | 5ec96e19873eccf0382f501cd383d722a28e372f (diff) | |
download | blog.minskio.co.uk-0f9a31348079c0a061bcc194912e75cc1c07bc1f.tar.gz blog.minskio.co.uk-0f9a31348079c0a061bcc194912e75cc1c07bc1f.tar.bz2 blog.minskio.co.uk-0f9a31348079c0a061bcc194912e75cc1c07bc1f.zip |
Add theme skeleton
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index c46bd1b..25977dc 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,4 @@ baseURL = "https://minskio.co.uk" languageCode = "en-gb" title = "Minskio" +theme = "Brine"
\ No newline at end of file |