big overhaul

This commit is contained in:
speyll
2025-04-09 16:09:59 +01:00
parent ae125d2bc6
commit 9af0a02acd
32 changed files with 517 additions and 410 deletions

View File

@@ -28,7 +28,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.
@@ -70,8 +81,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