From 4b0823ddfca84b19593c708d6f9e079928d2f97d Mon Sep 17 00:00:00 2001 From: Thomas Chartron Date: Sat, 4 Dec 2021 15:21:46 +0100 Subject: [PATCH] update theme --- README.md | 2 +- config.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bde9c61..11d1471 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ manifest = "/icons/site.webmanifest" You can now run `zola serve` and visit : `http://127.0.0.1:1111/` to see your site ## Features -- [X] Dark mode +- [X] Dark/Light modes (with syntax highlighting depending on selected theme) - [X] Customizable navbar links - [X] Tags and Categories taxonomies - [X] Search functionality supporting Command + K shortcut diff --git a/config.toml b/config.toml index f50cb39..4412260 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ base_url = "https://github.com/tchartron/blow" # The site title and description; used in feeds by default. title = "Blow" -description = "A Zola theme using tailwindcss" +description = "A Zola theme made with tailwindcss" # The default language; used in feeds. default_language = "en" @@ -143,7 +143,7 @@ truncate_content_length = 100 # For example [languages.fr] title = "Blow" -description = "Un thème pour Zola avec tailwindcss" +description = "Un thème pour Zola fait avec tailwindcss" generate_feed = false taxonomies = [ {name = "tags", paginate_by = 5, feed = true},