This commit is contained in:
parent
f8c6a74a1c
commit
388ae1734a
12
content/blog/0.1.1/index.md
Normal file
12
content/blog/0.1.1/index.md
Normal 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
|
||||
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user