Commit Graph

974 Commits

Author SHA1 Message Date
1e992b4d28 Merge branch 'dev' 2025-04-15 18:25:58 -04:00
23d85089a0 standardized var names 2025-04-15 17:48:56 -04:00
7437483b3b correct reference to taxonomy name 2025-04-15 17:33:32 -04:00
85872f23a2 correct whitespace, add taxon in list display 2025-04-15 17:32:00 -04:00
d1b15bc15b list taxon name 2025-04-15 17:17:48 -04:00
9e163ba77e make line mutable 2025-04-15 16:54:37 -04:00
aebd394831 merge branch 2025-04-15 16:30:58 -04:00
a7f2d8abdb correct display of taxon and terms 2025-04-15 15:00:50 -04:00
b8f9957f5a Merge pull request 'Feat: Added German translation 🇩🇪' (#130) from Poolitzer/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/130
2025-04-12 00:51:44 +00:00
88f2f735b4 Feat: Added German translation 🇩🇪 2025-04-05 22:42:26 +00:00
e0901d5be6 Bump to v6.2.0, add missing release dates to changelog, update copyright year 2025-03-30 08:13:57 +03:00
01d02742c5 Downgrade breaking change to a regular change
Why? because it shouldn't break anyone's workflow and was added as a
workaround in the first place.
2025-03-30 08:00:56 +03:00
b44b99388f Add last few commits to changelog and docs 2025-03-30 07:59:18 +03:00
337855cfce Ability to turn on "go to top" button on regular pages (fixes #115) 2025-03-30 07:52:03 +03:00
fe079da67b Allow disabling the share preview card (fixes #122) 2025-03-30 07:46:45 +03:00
af524137a9 Fix build failing if taxonomy is set to anything other than "tags" (fixes #126)
This does not fix other issues however, notably links still point to
/tags, and it's displayed as tags in the UI.
2025-03-30 07:30:04 +03:00
4f8e8786fa Merge pull request 'fix(csp): frame-ancestors directive is not supported in the <meta> element' (#123) from sumarsono/duckquill:fix/config-csp-frame-ancestors into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/123
2025-01-14 12:22:27 +00:00
58938645eb fix(csp): frame-ancestors directive is not supported in the <meta> element
Ref: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ancestors

Signed-off-by: sumarsono <sumarsono@noreply.codeberg.org>
2025-01-14 08:24:12 +00:00
673f77cfd1 Convert all icons to CSS variables, add feed button next to tags heading 2024-12-23 23:20:43 +03:00
08860f5974 Automatic contrast color picking (fixes #43) 2024-12-23 22:48:34 +03:00
b4734dd6e1 Merge pull request 'feat(translation): add Traditional Chinese localization file' (#116) from jim60105/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/116
2024-12-10 00:18:25 +00:00
1b45553678 feat(translation): add Traditional Chinese localization file
- Add a new Traditional Chinese translation file with various UI labels and messages.

Signed-off-by: CHEN, CHUN <jim60105@gmail.com>
2024-12-10 06:51:58 +08:00
9ce211df55 Update changelog [SKIP CI] 2024-12-04 03:05:06 +03:00
59356e0f20 Add symbolic links for French 2024-12-04 03:02:25 +03:00
f2cd992522 Not use all available width for sidebar 2024-12-04 02:58:08 +03:00
425d2f91f1 Merge pull request 'Check if page.description is empty before trying to use it' (#114) from zoug/duckquill:allow-sharing-without-description into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/114
2024-12-03 23:45:04 +00:00
f85c54f9d9 Merge pull request 'Add French translations' (#113) from zoug/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/113
2024-12-03 23:39:54 +00:00
b27158102a Merge branch 'main' into allow-sharing-without-description 2024-12-03 22:08:02 +00:00
176ec48cea Check if page.description is empty before trying to use it
The article.html template, when the sharing button is enabled, uses the
description of the page to generate the share link. However the end user
may not want descriptions. If a page description is empty, the following
error is thrown:

```
Error: Failed to build the site
Error: Failed to render page '/home...index.md'
Error: Reason: Failed to render 'article.html'
Error: Reason: Filter call 'urlencode' failed
Error: Reason: Filter `urlencode` was called on an incorrect value: got `null` but expected a String
```

We now check if the description is not empty before passing it to
urlencode, and don't use it if it is not set
2024-12-03 23:01:38 +01:00
b4699e4837 Move to Vercel 2024-12-03 01:27:49 +03:00
66d2504350 Use level 3 heading 2024-12-01 17:21:03 +03:00
0d479ef409 Use table_of_contents string instead of toc 2024-12-01 17:19:21 +03:00
60e8168876 Merge pull request 'fix(translation): add toc to en,ar,fa' (#111) from alirezaalavi/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/111
2024-12-01 14:14:00 +00:00
4567314e45 Merge branch 'main' into main 2024-12-01 14:11:32 +00:00
28518880b5 Bump to v6.1.0 2024-12-01 17:40:35 +03:30
854d3f1c91 Optional TOC sidebar (fixes #107) 2024-12-01 17:40:35 +03:30
b70d98aecd fix(translation): add toc to en,ar,fa 2024-12-01 17:32:52 +03:30
c4dcb3cc12 Bump to v6.1.0 2024-12-01 17:00:28 +03:00
915a71fecd Optional TOC sidebar (fixes #107) 2024-12-01 16:55:08 +03:00
73b2c24018 Smarter title 2024-12-01 15:05:14 +03:00
39cf0d0bce Remove extra </small> closing tag (fixes #110) 2024-12-01 14:12:20 +03:00
588ba66112 Fix navbar not scrolling with content on mobile (fixes #109) 2024-12-01 14:10:51 +03:00
f752cb2b01 Merge pull request 'Modify zh-Hans translation' (#108) from lxy-one/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/108
2024-11-21 12:44:10 +00:00
a9fc4ba5c6 Modify zh-Hans translation 2024-11-21 11:01:54 +08:00
d1fe7ab3c8 Add French translations 2024-11-20 00:07:01 +01:00
2235ee5d2d Update inter to v4.1 (5min. after release) 2024-11-16 03:32:57 +03:00
c8e0775eba Inherit font family for buttons 2024-11-14 20:03:54 +03:00
4b1fac1f17 Backport some changes and fixes
Return the separator customization that got lost in some commit
Don't blur the nav when it's not visible
Don't scale down the article card when clicking on a tag
2024-11-14 19:40:54 +03:00
45b13f00b5 Add zstg.is-a.dev 2024-11-12 20:37:29 +03:00
1b30a99e9f Add lifailon.github.io 2024-11-11 16:49:29 +03:00