Commit Graph

998 Commits

Author SHA1 Message Date
6fc92ba2a1 Merge pull request 'feat(i18n): update localization for new taxonomy names in Chinese (zh)' (#150) from jim60105/duckquill:zh into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/150
2025-05-14 16:48:55 +00:00
83c0bdcbbb Merge pull request 'feat: localize new taxonomy names' (#149) from jim60105/duckquill:feat/localize-new-taxonomy-names into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/149
2025-05-14 16:48:44 +00:00
2bfd6ae136 Merge pull request 'docs: update in the wild' (#151) from jim60105/duckquill:chore/update-in-the-wild into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/151
2025-05-14 16:45:44 +00:00
547d7f7f7b docs: update in the wild
blog2.maki0419.com was the temporary domain name I used while migrating my blog.
Now, the website uses the Chinese single-character domain: https://琳.tw/

- Removed the entry for blog2.maki0419.com and added a new entry for 琳.tw to the list of example blogs.

Signed-off-by: CHEN, CHUN <jim60105@gmail.com>
2025-05-15 00:38:33 +08:00
a09ac31b34 feat(i18n): update localization for new taxonomy names in Chinese (zh)
- Update the date format to the Chinese style and replace terms and phrases to generalize references from "tag" to "taxon" in several keys and messages.

Signed-off-by: CHEN, CHUN <jim60105@gmail.com>
2025-05-15 00:29:09 +08:00
6ae1db5c74 feat: localize new taxonomy names
- Tag links now use the actual taxonomy name for the URL and the displayed label is wrapped in a translation macro instead of the previous placeholder-based logic.
- Simplify the taxonomy tag URL by passing the name directly and add translation support for the tag label.
- Introduce a new taxon_name_i18n variable to translate the taxonomy name and swap in this localized value for the page title and “See all” link, while also simplifying the all-taxa URL by passing taxonomy.name directly to get_url.

Signed-off-by: CHEN, CHUN <jim60105@gmail.com>
2025-05-15 00:13:14 +08:00
71c4fd5a8c Merge pull request 'display taxonomy names other than 'tags,', following config; also, support and display multiple simultaneous taxonomies' (#131) from apisashla/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/131
2025-04-23 00:31:51 +00:00
5f96530dcf merge update 2025-04-22 00:17:37 -04:00
e65252a04d Merge branch 'main' into main 2025-04-22 03:53:41 +00:00
7157ea479d Bump to v6.3.0 2025-04-19 21:19:17 +03:00
35d94aacdf Ask user to set global site title if none is set (fixes #129) 2025-04-19 21:15:21 +03:00
37cbddbf3e display taxonomies in article list block 2025-04-16 00:33:37 -04:00
c9bfc1a977 display taxonomies per taxon 2025-04-15 22:34:14 -04:00
ea88357a25 corrected (hopefully) reference within for loop 2025-04-15 21:46:20 -04:00
394b8be325 add loop over taxonomies, attempted another correction to reference for taxon name 2025-04-15 21:44:42 -04:00
bbb299baec attempt 4 2025-04-15 21:35:09 -04:00
dfe59caf99 third attempt at correcting taxonomy name reference 2025-04-15 21:31:40 -04:00
6d5e39a6e7 attempted second correction of reference to taxon name 2025-04-15 19:01:01 -04:00
481335cbc4 attempted correction of reference to taxon name 2025-04-15 18:59:00 -04:00
8f98684693 corrected typos, added consistent naming 2025-04-15 18:53:45 -04:00
7f3f7f05ea correct typo 2025-04-15 18:49:18 -04:00
d5ff0dadc7 complete url fetch syntax 2025-04-15 18:48:19 -04:00
8763d960c1 add parenthesis 2025-04-15 18:43:14 -04:00
daca29f6e6 updated article_list display 2025-04-15 18:42:16 -04:00
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