Skip to content

Update themes gallery #2852

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions docs/content/themes/anemone/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "anemone"
description = "A minimalist Zola theme that prioritizes clean CSS and avoids heavy JavaScript. Enjoy a seamless user experience with lightning-fast load times. Let your content take center stage in a clutter-free, elegant design that enhances readability. Responsive and efficient, anemone brings focus to your ideas."
template = "theme.html"
date = 2024-09-15T01:11:06+01:00
date = 2025-04-10T04:59:18+01:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-09-15T01:11:06+01:00
updated = 2024-09-15T01:11:06+01:00
created = 2025-04-10T04:59:18+01:00
updated = 2025-04-10T04:59:18+01:00
repository = "https://github.com/Speyll/anemone.git"
homepage = "https://github.com/Speyll/anemone"
minimum_version = "0.4.0"
Expand Down Expand Up @@ -52,7 +52,18 @@ theme = "anemone"

## Release Notes

#### 02-03-2024
#### 2025-04-09

This release introduces a **complete rewrite** of the project: simplified, improved, and optimized across the board.

**If you are updating from an older release:**
1. Open your `config.toml` file and update it as needed (compare with the latest release for reference).
2. Remove the following line from `content/blog/_index.md`:
```toml
page_template = "blog-page.html"
```

#### 2024-03-02
This release brings several improvements and enhancements, focusing mainly on optimizing performance and user experience. Here's a summary of the key changes:

- **suCSS Integration:** The core CSS now leverages the lightweight [suCSS framework](https://speyll.github.io/suCSS/) made by yours truly, providing better maintainability, robustness, and scalability. With suCSS, the theme should maintain consistent appearance across different browsers.
Expand Down Expand Up @@ -94,8 +105,10 @@ The theme has a built-in feature that allows you to use multiple languages. For

```toml
[languages.fr]
generate_feeds = true
build_search_index = true
weight = 2
title = "anemone"
languageName = "Français"
languageCode = "fr"
```
#### Multilanguage-Ready Navigation Bar

Expand Down Expand Up @@ -141,18 +154,9 @@ Add a webring with a shortcode:
### Extra Data

- Set the `author` in both the main config and in pages metadata.
- Use the `image` variable in pages to add an image to HTML `<meta>` tags.
- Similarly, set `favicon` in the main config, and it will be used as the site icon.
- Set `footer_content_license` and `footer_content_license_link` if you wish to display content license information in the footer.

#### Disable Twitter Card

Twitter metatags are generated by default. To disable them, set `extra.twitter_card` to `false` in `config.toml`:

```toml
[extra]
twitter_card = true
```

### License

Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/daisy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "Daisy"
description = "Beautiful and fast responsive theme based on TailwindCSS and DaisyUI."
template = "theme.html"
date = 2025-04-06T13:02:47+02:00
date = 2025-04-10T10:44:14+02:00

[taxonomies]
theme-tags = ['multilingual', 'responsive', 'search']

[extra]
created = 2025-04-06T13:02:47+02:00
updated = 2025-04-06T13:02:47+02:00
created = 2025-04-10T10:44:14+02:00
updated = 2025-04-10T10:44:14+02:00
repository = "https://codeberg.org/winterstein/zola-theme-daisy.git"
homepage = "https://codeberg.org/winterstein/zola-theme-daisy"
minimum_version = "0.9.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/duckquill/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "Duckquill"
description = "Modern, pretty, and clean theme"
template = "theme.html"
date = 2025-03-30T08:12:44+03:00
date = 2025-04-12T00:51:44Z

[taxonomies]
theme-tags = []

[extra]
created = 2025-03-30T08:12:44+03:00
updated = 2025-03-30T08:12:44+03:00
created = 2025-04-12T00:51:44Z
updated = 2025-04-12T00:51:44Z
repository = "https://codeberg.org/daudix/duckquill.git"
homepage = "https://codeberg.org/daudix/duckquill"
minimum_version = "0.19.0"
Expand Down
Loading