Commit Graph

981 Commits

Author SHA1 Message Date
612a0dcda0 Add debug info to demo script 2024-08-29 19:16:25 +03:00
2c1ffc73bf Simplify KaTeX loading, use minified versions 2024-08-29 19:09:51 +03:00
74eaa00a9b Center the date vertically when tags wrap 2024-08-29 06:42:42 +03:00
d4d9561d87 Merge pull request 'Make navbar modifications also affect menu buttons' (#69) from theycallhermax/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/69
2024-08-29 03:29:17 +00:00
be4605cdfb Add margin between article heading and details (fixes #68)
Additionally fix the tags not floating to the end of article card, and
add a nice top border to details
2024-08-29 06:28:18 +03:00
9be3b8f26d Make navbar modifications also affect menu buttons 2024-08-28 18:58:44 -04:00
61fb91b7b3 Add LaTeX code block 2024-08-28 18:48:05 +03:00
98719cc5a3 Add KaTeX to the config and demo 2024-08-28 17:10:32 +03:00
7ac4aa86e1 Merge pull request 'Add Katex support for displaying math' (#65) from maxletemple/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/65
2024-08-28 13:08:10 +00:00
d7e832a913 Add fonts for Katex 2024-08-28 11:18:30 +02:00
75db873354 Merge branch 'main' into main 2024-08-28 09:16:56 +00:00
a66b531d2b Update URL to my website in README [SKIP CI] 2024-08-28 06:36:01 +03:00
6478d4795c Bump to v4.7.1 2024-08-28 06:09:46 +03:00
a7db5e976a Merge pull request 'Add shrimple.srht.site to the "In the wild" list' (#66) from theycallhermax/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/66
2024-08-28 02:57:40 +00:00
3f1ab1a459 Add shrimple.srht.site to the "In the wild" list 2024-08-28 02:29:09 +00:00
fa7d9c5ca9 Make commented-out config variables easier to find 2024-08-28 02:51:03 +03:00
73b2ce8d2a Don't use safe on colors that don't need it 2024-08-28 01:49:52 +03:00
371a86092b Add Katex support for displaying math 2024-08-27 18:39:48 +02:00
5c80cfeca4 Don't wrap sentences in navbar dropdowns 2024-08-27 07:39:57 +03:00
60152fa1e1 Add #64 to the changelog 2024-08-27 05:59:49 +03:00
4570454920 Merge pull request 'Disallow screen readers from reading the CRT text' (#64) from theycallhermax/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/64
2024-08-27 02:57:19 +00:00
320f468785 Disallow screen readers from reading the CRT text 2024-08-27 02:54:04 +00:00
a2525c0981 Mention _footer.scss changes 2024-08-27 05:49:20 +03:00
69e3fe395b Mention banner_pixels in the changelog 2024-08-27 05:47:16 +03:00
678ac23867 Mention the refreshed article style 2024-08-27 04:51:11 +03:00
5ca298f703 Update screenshot 2024-08-27 04:49:56 +03:00
a9ac35a3a8 Add missing demo translation strings 2024-08-27 04:47:39 +03:00
d8cc59e7b8 Change navbar links 2024-08-27 04:42:12 +03:00
95a80e4c07 Reduce nesting depth in _footer.scss 2024-08-27 04:36:30 +03:00
eeb255ff13 Bump to v4.7.0 2024-08-27 04:34:54 +03:00
fc8a533d0d Rewrite _nav.scss (fixes #63)
Not the cleanest stylesheet but still a bit better than what it was.
2024-08-27 03:59:23 +03:00
a029f81333 DRYer _article-list.scss 2024-08-26 22:05:48 +03:00
80e7ccf9ae Don't same icon for the post badge and ::before 2024-08-26 21:52:49 +03:00
3121386fd3 Don't duplicate icons in the resulting CSS
Intead, use CSS variables.
2024-08-26 21:43:56 +03:00
2f00256c0f Fix banner loading and processing 2024-08-26 16:50:54 +03:00
4392844fc6 Generate card from banner if present. Use page/section description instead of config if available (fixes #51 and #50) 2024-08-26 06:34:24 +03:00
cb58a187bd Simple variable overrides for stylesheets (fixes #55) 2024-08-26 05:41:09 +03:00
58e4507229 Add YouTube and Vimeo embed shortcodes (fixes #57) 2024-08-26 05:17:16 +03:00
0db21144df Slightly tilt the star 2024-08-26 03:42:05 +03:00
8b24b68c0e Add missing i18n strings 2024-08-26 03:41:02 +03:00
6124fdfc60 Add hot/poor article types, move article list to a partial (fixes #58 and #53)
Among other things introduce new --fg-contrast color variable.
2024-08-26 03:35:30 +03:00
2af0f9f6cb Reword the no javascript statement 2024-08-25 23:56:40 +03:00
7ebea6c1b2 Initial navbar menus implementation (fixes #56 and #62)
I'm aware that the styles are very messy, I'm going to rewrite the whole
_nav.scss to be more DRY later.
2024-08-25 23:56:17 +03:00
f029b0bc93 Sort lines ascending in changelog 2024-08-25 19:46:24 +03:00
2541309405 Fix release diff links in changelog
Too bad that forgejo doesn't support CHANGELOG.md format
2024-08-25 19:40:20 +03:00
7f5c92755f Attempt to fix release links in changelog 2024-08-25 19:23:11 +03:00
3b64d2b546 Add CHANGELOG.md (fixes #60) 2024-08-25 19:15:30 +03:00
3499501b44 Close all other navbar dropdowns when different one opens (fixes #59) 2024-08-25 02:01:32 +03:00
813f0cdf68 Prevent navbar from obfuscating post banner on mobile (fixes #61) 2024-08-25 01:37:00 +03:00
7808d906f1 Use modern RGB format (fixes #54) 2024-08-23 23:18:59 +03:00