mirror of
https://github.com/tchartron/blow
synced 2024-11-22 20:33:09 +00:00
update theme
This commit is contained in:
parent
42adc9a6e7
commit
4b0823ddfc
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue