Release 0.1.1
All checks were successful
Publish / publish (push) Successful in 18s

This commit is contained in:
david-swift 2025-04-23 14:53:07 +02:00
parent f8c6a74a1c
commit 388ae1734a
2 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,12 @@
+++
authors = ["david-swift"]
title = "Release 0.1.1"
description = "Some minor changes"
date = 2025-04-23
[taxonomies]
tags = ["Release", "Demo", "Test"]
+++
- Remove animation from sidebar toggle button
- Fix tags in blogs overview not transparent
- Update docs

View File

@ -29,7 +29,7 @@ It is highly recommended to switch from the `main` branch to the latest release:
```bash
cd themes/duckling
git checkout tags/v0.1.0
git checkout tags/0.1.1
```
Then, enable it in your `config.toml`:
@ -43,6 +43,6 @@ To update the theme, simply switch to a new tag:
```bash
git submodule update --remote --merge
cd themes/duckling
git checkout tags/v0.1.0
git checkout tags/0.1.1
```