Commit Graph

291 Commits

Author SHA1 Message Date
1dd9b457ca Revert back to using goqr.me API for comment QR
DDG doesn't seem to work in "production" for some reason, while it works
perfectly fine locally :/
2024-03-30 21:38:06 +03:00
790e77d615 Don't add Mastodon verification rel="me" if extra.comments is not present in config
Fix #17
2024-03-29 02:48:10 +03:00
9f37b9519d Change johnvert description 2024-03-28 06:22:49 +03:00
abd75d8001 Having these here wouldn't hurt ¯\_(ツ)_/¯ 2024-03-27 02:58:19 +00:00
7f1b6b4abd Use DDG for QR code, fix #14 and #16 2024-03-27 05:16:41 +03:00
df15842d34 Merge pull request 'fix: fix overscroll color' (#15) from mchernigin/duckquill:fix-overscroll into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/15
Reviewed-by: David Lapshin <daudix@noreply.codeberg.org>
2024-03-26 15:21:30 +00:00
2006d69bd4 fix: fix overscroll color 2024-03-26 14:45:42 +04:00
4dbe313a0f Improve timestamp format and add it to the head
It gets erased if html minification is enabled tho
2024-03-19 07:29:35 +03:00
b09938b894 Try to fix the not working home button in nav
For some reason it didn't work for some users (#12)
2024-03-19 06:47:02 +03:00
cef25880eb Abraham Lincoln -> Quill (as it makes more sense)
Quill... Duckquill... get it?
2024-03-05 03:51:03 +03:00
898ac9f6de "Fix" comments demo
Yes, it's not my post :)
2024-03-05 03:44:19 +03:00
df4143d794 Very biased -> opinionated 2024-03-02 02:19:08 +03:00
acaf017410 Simplify heading styles 2024-02-27 22:12:21 +03:00
b4e20832b7 Change interaction colors accordingly 2024-02-27 21:57:09 +03:00
21dc1ed7b1 Use SVG icons for boosts/faves
And yeah I returned the boosts, and faves is now a star to match what
masto/akkoma does
2024-02-27 21:50:58 +03:00
d0eaa63568 Change indenting to 1 tab (4 spaces)
It's more readable this way
2024-02-27 18:38:23 +03:00
9fc6befbf4 Merge pull request 'Add Description to single taxonomy list' (#11) from alirezaalavi/duckquill:alirezaalavi-patch-1 into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/11
2024-02-22 21:04:59 +00:00
4a63a7b95b Add Description to single taxonomy list
Having a description for each post just like `blog_list.html` adds more uniformity and is very helpful
2024-02-22 11:13:55 +00:00
ffb166bb34 Browsers use pointer cursor for links by default, no need to override this (I guess) 2024-02-19 16:54:27 +03:00
c109dc214f Rename workflow from .yml to .yaml 2024-02-18 17:26:10 +03:00
da3b5d5bc1 Mooore edge highlights! 2024-02-17 15:32:09 +03:00
cc757035be Make underlines not dotted
WebKit doesn't support them and they were not transitioning well into wavy soo...
2024-02-16 02:43:59 +03:00
28992f5d8d Figured it out;
Only opaque or frosted elements should cast shadow, othervise only edge highlight should be used
2024-02-16 01:57:09 +03:00
791475cf2b Remove blur :(
It was pretty damn slow on pages like "tags"
2024-02-16 01:37:01 +03:00
fa15ebf4c9 Less shadows, more edge highlights
Use shadows only for "heavy" elements like nav, images and disclaimers, don't use for details tho since it looks dirty
2024-02-15 23:50:21 +03:00
592a486148 Glassmorphism!
Or however it's called, basically all semi-transparent elements are now blurred, see https://daudix.codeberg.page to see why I did this (if this change is still live ofc)
2024-02-15 23:02:46 +03:00
049cfb7b63 Disable scrollbar theming for now
Scrollbar becomes illegible because Chromium doesn't render the top layer of a page background, which results in a --primary-color being on a same color, this will be resolved when we will be able to actually generate a hex value for the page background, which depends on https://github.com/getzola/zola/pull/2242
2024-02-13 16:09:08 +03:00
e03bfb8298 Less mastodon-centric wording (e.g Akkoma and Sharkey can be used for comments just fine) 2024-02-12 22:32:01 +03:00
9e8217d1ba Sort and remove unused variables 2024-02-12 20:21:56 +03:00
7f0be7130b Add font variables 2024-02-12 19:54:32 +03:00
184d7bd456 Use emoji heart in comments, don't use shadow for statements, make nested quotes not rounded 2024-02-12 18:27:31 +03:00
ae977db857 Add type for favicons, chnage includes to partials 2024-02-11 11:15:15 +03:00
209113c801 Disable custom domain in the build 2024-02-11 09:01:02 +03:00
b2fc375cef Update .woodpecker.yml 2024-02-07 14:42:08 +00:00
cd69d19ed7 Improve nav, support .domains in workflow 2024-02-07 17:14:51 +03:00
72775cb68b Glow on currently "selected" heading, fix status badge
And yeah, new commit message format :3
2024-02-05 02:38:32 +03:00
e4246c69b8 feat: Skip to content link 2024-02-04 00:32:33 +03:00
2d5a0f0c7b feat: Keep :target highlighted 2024-02-03 20:40:12 +03:00
0d1de3dfe8 feat: Better :target style 2024-02-03 16:28:20 +03:00
91b1a38f93 fix: Style of current heading 2024-02-02 23:32:07 +03:00
4e37f12afd feat: Support aside element, tweak media queries 2024-02-01 20:33:34 +03:00
14fd1a6dc3 feat: Keep custom stuff where it belongs; in my repo :P 2024-02-01 00:14:08 +03:00
a7285b3e43 Merge pull request 'cleanup: Not showing "you need javascript" twice in the comments section' (#6) from gxbs/duckquill:main into main
Reviewed-on: https://codeberg.org/daudix/duckquill/pulls/6
2024-01-31 20:47:45 +00:00
19cfe29643 cleanup: Not showing "you need javascript" twice in the comments section 2024-01-31 20:11:19 +00:00
095efe1070 feat: Use named font weights when appropriate 2024-01-31 02:53:24 +03:00
236c82f1b5 feat: Use bad html for now (sorry xhtml, you look promising but I've got no more nerve cells today) 2024-01-31 02:09:03 +03:00
f2aed3ff10 feat: More tries 2024-01-31 02:03:59 +03:00
67fee49f8a feat: Ugh 2024-01-31 01:51:57 +03:00
dba8d0f9db feat: Try this 2024-01-31 01:47:05 +03:00
97df3b9f3a fix: Hmm 2024-01-31 01:26:58 +03:00