Commit Graph

255 Commits

Author SHA1 Message Date
42c78c8557 RTL fixes and anchor restyle 2024-09-28 02:25:08 +03:00
1c1ffafe1e Fix spacing between heading and description with badge present 2024-09-25 06:32:22 +03:00
3f6c6486f3 New title style for articles (inspired by gxbs.dev and tesk.page) 2024-09-25 06:02:19 +03:00
20fe6e82dd Replace "From newest to oldest" with the total amount of posts (fixes #85) 2024-09-24 02:25:16 +03:00
d4375dbcb4 Who needs float when you can flex 2024-09-23 01:11:51 +03:00
3f80c870ea More visually interesting open animations, close details on outside click 2024-09-22 19:04:38 +03:00
12b2961432 More visually interesting paginator, move paginator to article-list.html 2024-09-22 06:07:04 +03:00
bd572912bd Add support for pagination (fixes #81) 2024-09-19 22:11:56 +03:00
2469f64eb7 Scale up the blurnail on hover, percents suck, decimals are more readable 2024-09-18 18:46:35 +03:00
edd5da0a8a Don't hide the post action buttons on mobile 2024-09-18 03:51:18 +03:00
880a323b27 Allow setting favicon per page/section 2024-09-18 03:21:34 +03:00
3603618b4d Allow setting card per page/section 2024-09-18 02:42:34 +03:00
c460476303 Allow setting accent/default theme per page/section
Woo-hoo!
2024-09-18 02:17:05 +03:00
0e24fcd190 That's no blurhash, that's blurnail! 2024-09-17 22:12:32 +03:00
c4f36584fd show footer powered by links as external 2024-09-17 08:07:11 +00:00
3b244ecb03 Blurhash-type of thing for articles with a banner 2024-09-17 05:00:39 +03:00
ed02e10c3a Redo the table of contents dropdown, with new animation as well 2024-09-17 04:02:44 +03:00
543d1bf862 Add share button and more (fixes #73) 2024-09-17 01:40:25 +03:00
bd97b75c4f Use percents for opacity 2024-09-16 21:52:04 +03:00
f570d1dd74 Allow setting spoiler style via shortcode, move glass shadow to a CSS variable 2024-09-16 01:36:47 +03:00
a5f16ca54f Optional bundled fonts (fixes #44). Style cleanups 2024-09-15 03:49:59 +03:00
7df26217f8 Turn "Feed" button to a dropdown if multiple feeds are avaiable (fixes #72) 2024-09-14 04:02:11 +03:00
a1946ae0b2 A bunch of breaking changes for no reason except for "I didn't like it"
I mean, this release has breaking changes anyway, why not break all the
stuff I wanted to break?
2024-09-14 03:37:03 +03:00
1722b95bea Rename stylesheets key to styles [BREAKING CHANGE] 2024-09-12 19:20:33 +03:00
4d278ca078 Use separator `div instead of ::after on the home button 2024-09-11 21:22:34 +03:00
a94a2f6e52 Layout debugging config variable 2024-09-11 20:47:48 +03:00
b5a7653bfe Allow opening original attachment by clicking 2024-09-11 19:22:38 +03:00
91911cf4d2 Add fading on top/bottom of the search results container 2024-09-11 14:31:44 +03:00
4722ee54cd Remove QR code hover state
It wasn't very useful since it scans just fine at this size
2024-09-09 19:51:40 +03:00
a84165fe3b Docs improvements, allow setting more stuff outside of articles 2024-09-08 23:50:20 +03:00
87df5f3ce1 Add hover state to comments QR code for easier scanning 2024-09-06 20:02:59 +03:00
971148b3d6 Smaller comments QR size by using png instead of gif 2024-09-06 19:31:37 +03:00
1608ed814c Close blocks properly 2024-09-06 16:12:23 +03:00
0ac11f76a1 Allow overriding the whole page's body 2024-09-03 21:55:24 +03:00
fe1ec83a28 Disable copy button until animation completes, fix the fill animation color, change how animations/transitions are disabled 2024-09-02 03:25:26 +03:00
b6b2639373 Make --color-opacity variable "private", tweak switch style 2024-09-02 01:53:02 +03:00
607567248c Update CSS and configuration for theme opacity and color management 2024-09-01 20:06:34 +03:00
db499a9363 Attempt to switch to relative colors for primary-color-alpha, simplify --active variable, add --hover and --disabled variables 2024-09-01 16:54:39 +03:00
31a84473ba Improve comments styles, use more fitting cursors 2024-08-30 06:42:22 +03:00
fcf8cdd680 Add active style to theme switcher buttons, style tweaks 2024-08-29 22:49:42 +03:00
86955a7d6c Fix missing goatcounter data attribute 2024-08-29 19:35:11 +03:00
2c1ffc73bf Simplify KaTeX loading, use minified versions 2024-08-29 19:09:51 +03: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
75db873354 Merge branch 'main' into main 2024-08-28 09:16:56 +00: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
320f468785 Disallow screen readers from reading the CRT text 2024-08-27 02:54:04 +00: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
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