1031 Commits

Author SHA1 Message Date
f575f7684b Remove theme switcher 2025-02-27 17:06:36 +01:00
5c26b8a4a2 Fully remove search 2025-02-27 17:03:23 +01:00
e511f83749 Use accent color for inline code #1 2025-02-25 17:20:48 +01:00
9ba8731786 Remove wave line effect on hovering links #1 2025-02-25 17:15:27 +01:00
12942e3a8f Use modern separator
Some checks failed
Publish / publish (push) Failing after 13m32s
2025-02-25 15:58:35 +01:00
50df9fefe1 Fully remove edge highlights #1
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 15:43:53 +01:00
5e8f8f717e Remove background from footer #1
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 15:39:26 +01:00
b096ba6bc4 Implement simple theme for blog list paginators #1
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 15:36:07 +01:00
13d648511c Simplify article list theme #1
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 15:16:36 +01:00
8c73f86269 Remove shadow from tags overview #1
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 14:47:11 +01:00
160f8f173c Fix navigation bar on top of content
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 14:43:32 +01:00
7e9eca09d7 Update link in footer
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 14:42:13 +01:00
c9925bdef3 Remove shadow from footer #1
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 14:40:05 +01:00
9100d706bc Use more minimal theme for code snippets #1
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 14:36:12 +01:00
c9c86e5af0 Make comments actual comments
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 14:29:59 +01:00
86eea6d2b4 Use modern font by default #1
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 14:27:51 +01:00
f441df36ac Remove accent color highlight of headings #1
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 14:17:10 +01:00
65e58e13ce Update content of landing page
Some checks are pending
Publish / publish (push) Waiting to run
2025-02-25 14:12:48 +01:00
ba168a1927 Add Gitea action for publishing
All checks were successful
Publish / publish (push) Successful in 17s
2025-02-20 21:22:45 +01:00
371e666ea9 Simplify navigation bar #1 2025-02-18 16:00:11 +01:00
3a76d70cd5 Remove sticky navigation bar #1 2025-02-18 15:29:11 +01:00
7f8d998802 Remove background accent color #1 2025-02-18 15:07:40 +01:00
6e2b88be43 Initialize Duckling 2025-02-18 15:06:08 +01:00
David Lapshin
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
sumarsono
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
daudix
673f77cfd1
Convert all icons to CSS variables, add feed button next to tags heading 2024-12-23 23:20:43 +03:00
daudix
08860f5974
Automatic contrast color picking (fixes #43) 2024-12-23 22:48:34 +03:00
David Lapshin
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
CHEN, CHUN
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
daudix
9ce211df55
Update changelog [SKIP CI] 2024-12-04 03:05:06 +03:00
daudix
59356e0f20
Add symbolic links for French 2024-12-04 03:02:25 +03:00
daudix
f2cd992522
Not use all available width for sidebar 2024-12-04 02:58:08 +03:00
David Lapshin
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
David Lapshin
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
Yassine Zouggari
b27158102a Merge branch 'main' into allow-sharing-without-description 2024-12-03 22:08:02 +00:00
Yassine Zouggari
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
daudix
b4699e4837
Move to Vercel 2024-12-03 01:27:49 +03:00
daudix
66d2504350
Use level 3 heading 2024-12-01 17:21:03 +03:00
daudix
0d479ef409
Use table_of_contents string instead of toc 2024-12-01 17:19:21 +03:00
David Lapshin
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
Alireza Alavi
4567314e45 Merge branch 'main' into main 2024-12-01 14:11:32 +00:00
daudix
28518880b5 Bump to v6.1.0 2024-12-01 17:40:35 +03:30
daudix
854d3f1c91 Optional TOC sidebar (fixes #107) 2024-12-01 17:40:35 +03:30
Alireza Alavi
b70d98aecd fix(translation): add toc to en,ar,fa 2024-12-01 17:32:52 +03:30
daudix
c4dcb3cc12
Bump to v6.1.0 2024-12-01 17:00:28 +03:00
daudix
915a71fecd
Optional TOC sidebar (fixes #107) 2024-12-01 16:55:08 +03:00
daudix
73b2c24018
Smarter title 2024-12-01 15:05:14 +03:00
daudix
39cf0d0bce
Remove extra </small> closing tag (fixes #110) 2024-12-01 14:12:20 +03:00
daudix
588ba66112
Fix navbar not scrolling with content on mobile (fixes #109) 2024-12-01 14:10:51 +03:00
David Lapshin
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