Compare commits

...

13 Commits
0.1.0 ... main

Author SHA1 Message Date
david-swift
bcdfbaf5f8 Merge pull request 'fix-extra-linebreak' (#9) from Tortellini/duckling:fix-extra-linebreak into main
All checks were successful
Publish / publish (push) Successful in 20s
Reviewed-on: #9
Reviewed-by: david-swift <david-swift@noreply.aproksha.uber.space>
2025-08-26 12:23:53 +02:00
Tortellini
c39a2fbe62 Remove arrow realignment 2025-08-26 09:04:42 +02:00
Tortellini
e53d8bc4a8 merge upstream 2025-08-25 06:24:44 +02:00
fb515153e3 Fixes issue where there was an extra linebreak on article list elements until you hover over it once. 2025-08-24 21:22:31 -07:00
david-swift
d24e3e4acd Merge pull request 'more in the wild' (#7) from Zie0/duckling:main into main
All checks were successful
Publish / publish (push) Successful in 17s
Reviewed-on: #7
2025-08-02 08:07:49 +02:00
Zie0
cae3a11e4e Merge pull request 'Update content/_index.md' (#1) from more-in-the-wild into main
Reviewed-on: Zie0/duckling#1
2025-07-30 06:17:43 +02:00
Zie0
51b6898265 Update content/_index.md 2025-07-30 06:16:59 +02:00
david-swift
034379e200 Merge pull request 'Add dwagon.cc to sites using Duckling' (#6) from shiloh/duckling:main into main
All checks were successful
Publish / publish (push) Successful in 27s
Reviewed-on: #6
Reviewed-by: david-swift <david-swift@noreply.aproksha.uber.space>
2025-06-17 08:34:28 +02:00
Shiloh Fen
771913b350 Add dwagon.cc to sites using Duckling 2025-06-17 03:06:16 +02:00
388ae1734a Release 0.1.1
All checks were successful
Publish / publish (push) Successful in 18s
2025-04-23 15:04:35 +02:00
f8c6a74a1c Fix tags not transparent #1
All checks were successful
Publish / publish (push) Successful in 20s
2025-04-22 13:44:29 +02:00
f82bc3f591 Remove animation from sidebar toggle button #3
Some checks are pending
Publish / publish (push) Waiting to run
2025-04-22 13:34:18 +02:00
3e40b4e007 Add comments to blog post
All checks were successful
Publish / publish (push) Successful in 21s
2025-04-13 16:12:13 +02:00
7 changed files with 27 additions and 16 deletions

View File

@ -40,6 +40,8 @@ It is based on the [Duckquill](https://duckquill.daudix.one) theme for blogs.
- [aparoksha.dev](https://aparoksha.dev)
- [david.aparoksha.dev](https://david.aparoksha.dev)
- [duckling.aparoksha.dev](https://duckling.aparoksha.dev)
- [dwagon.cc](https://dwagon.cc)
- [present.quest](https://present.quest/)
- Yours? <small>(feel free to send a pull request)</small>
### Thanks To

View File

@ -8,7 +8,7 @@ tags = ["Release", "Demo", "Test"]
[extra.comments]
host = "mastodon.de"
user = "david_swift"
id = "" # TODO: Add id
id = "114331050904633228"
+++
Duckling is here!

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
```

View File

@ -65,6 +65,8 @@
font-weight: bold;
line-height: 1;
font-family: var(--font-system-ui);
display: flex;
align-items: center;
&::after {
-webkit-mask-image: var(--icon-right);
@ -131,12 +133,12 @@
}
&.draft {
--bg-overlay: var(--fg-muted-1);
--bg-overlay: var(--fg-muted-1-transparent);
&::before {
-webkit-mask-image: var(--icon-pencil);
mask-image: var(--icon-pencil);
background-color: var(--fg-muted-1);
background-color: var(--fg-muted-1-transparent);
}
h3 {
@ -144,7 +146,7 @@
}
.badge {
background-color: var(--fg-muted-1);
background-color: var(--fg-muted-1-transparent);
color: var(--fg-muted-5);
.icon {
@ -154,7 +156,7 @@
}
.tags a {
background-color: var(--fg-muted-1);
background-color: var(--fg-muted-1-transparent-transparent);
color: var(--fg-muted-5);
&:hover {
@ -275,7 +277,7 @@
transition: var(--transition);
box-shadow: var(--edge-highlight);
border-radius: 1rem;
background-color: var(--fg-muted-1);
background-color: var(--fg-muted-1-transparent);
padding: 0.7rem;
color: var(--fg-muted-4);
line-height: 0;

View File

@ -63,7 +63,7 @@
position: fixed;
padding: 0.5em;
margin: 1rem;
z-index: 100;
z-index: 9;
.icon {
-webkit-mask-image: var(--icon-sidebar);
@ -104,11 +104,6 @@
transition: left 0.3s;
}
#sidebar-toggle:checked ~ .toggle-label {
left: 15em;
transition: left 0.3s;
}
#sidebar-toggle:checked ~ .toggle-overlay {
background-color: rgba(0, 0, 0, 0.5);
transition: background-color 0.3s;

View File

@ -21,7 +21,7 @@
a {
transition: var(--transition);
border-radius: 999px;
background-color: var(--fg-muted-1);
background-color: var(--fg-muted-1-transparent);
padding: 0.375rem 0.75rem;
color: var(--fg-muted-5);
font-size: var(--font-size-small);