Commit graph

1240 commits

Author SHA1 Message Date
Sören Weber
d25f856477
notice: avoid tab focus for non-expandable boxes #977
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2024-12-29 18:48:45 +01:00
Sören Weber
ec88e24f46
variant: fix :root nesting selector for modified variants #974
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-12-19 23:37:28 +01:00
Sören Weber
f1701957c3
variant: fix import resolution for modified variants #974 2024-12-19 23:01:42 +01:00
Sören Weber
66f4fbf5f0
details: add shortcode #957
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-12-15 15:35:13 +01:00
GitHub Actions Bot
16d4de84be Ship tag 7.2.1
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-12-10 18:33:03 +00:00
Sören Weber
dafc7168a3
notice: links aren't clickable #968 2024-12-10 19:31:02 +01:00
Sören Weber
bd1f3d3432
shortcodes: correctly detect empty shortcode content #966
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2024-12-09 18:53:07 +01:00
Sören Weber
19ea877181
docs: fix broken link: web fonts with CSS #963
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2024-12-08 23:56:01 +01:00
GitHub Actions Bot
914b5f5a1b Ship tag 7.2.0
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2024-12-08 00:55:56 +00:00
Sören Weber
ddff90da04
docs: honing #897 2024-12-08 01:49:10 +01:00
Sören Weber
b6ba7c20f2
variantgenerator: always download the selected variant #757 2024-12-08 01:43:53 +01:00
Sören Weber
5208766085
variantgenerator: avoid accidently overwriting of existing changes #757 2024-12-08 01:01:53 +01:00
Sören Weber
d159c08b16
docs: honing #757 2024-12-08 00:42:10 +01:00
Sören Weber
544df5e412
details: remove shortcode for now #957
due to security considerations regarding the proposed implementation
in the Hugo repo
2024-12-08 00:37:40 +01:00
Sören Weber
deee4ae6b7
theme: fix flash of non-default variant, part II #757
adapt the variant generator to previous changes;
interestingly, the new mechanism caused the variant generator
to be greatly simplified; something, I didn't expect beforehand
2024-12-08 00:17:03 +01:00
Sören Weber
0505b36141
theme: fix flash of non-default variant, part I #757
implements the first part, working for configured variants;

for that, loading of stylesheets was overhauled by now
merging all configured variants into one big stylesheet for
each output format and loading this instead of one stylesheet
per configured variant;

previously @media print styles were applied on top of @media screen
styles; this is now strictly isolated, which doesn't require styles
like neon to revert styles for print anymore;

this change was also used to implement the minify parameter, to shrink
those generated stylesheets, making them shrink to 66% of their
unminified size for the exampleSite;

the theme switcher functionality is now completely independend of
variant.js; the switch is now handled by in-page javascript which
avoids waiting for external scripts to load, so switching can happen
as early as possible;

switching of themes is now implemented by just setting a data attribute
to the html element, were previously a complex mechanism of dynamically
loading of variant CSS files was implemented;

the call for variant.js was removed in this changeset, making the
generator broken and useless; this will be fixed with the next patch;
2024-12-06 07:38:05 +01:00
Sören Weber
2c5ac2b600
theme: add Persian language #961
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-12-06 00:23:16 +01:00
Sören Weber
25824cef5b
mermaid: print preview closes automatically after opening #959
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-12-04 20:10:25 +01:00
Sören Weber
be85052efe
docs: compat statement #957
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-12-01 22:51:50 +01:00
Sören Weber
d3bf75bfc7
notice: fix broken color parameter #957 2024-12-01 22:38:55 +01:00
Sören Weber
fc764993a8
docs: details shortcode #957 2024-12-01 22:21:27 +01:00
Sören Weber
b03a0f508a
details: support built-in Hugo shortcode #957 2024-12-01 22:17:24 +01:00
Sören Weber
39fcbb3283
menu: replace clumsy expand implementation #955
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-11-30 19:55:14 +01:00
Sören Weber
62b52bb868
notice: add parameter groupid #954 2024-11-30 19:37:03 +01:00
Sören Weber
bda57027b3
notice: improve accessibility of notice title #897
switch to details/summary elements which hopefully has better a11y
and will simplify state handling as it is build into the browser
2024-11-30 19:10:58 +01:00
Sören Weber
15b9b378f4
docs: releasenotes order fix #951
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2024-11-29 22:55:37 +01:00
Sören Weber
1bb7c1d99e
docs: releasenotes #951 2024-11-29 22:45:27 +01:00
Sören Weber
e32ff04f06
expand: use notice internally #953 2024-11-29 22:41:18 +01:00
Sören Weber
21dbabfdb4
docs: pick README hero image from official address #952
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2024-11-29 19:52:11 +01:00
Sören Weber
575353a9b1
docs: honing 2024-11-29 19:43:27 +01:00
Sören Weber
bc369da06e
mermaid: update to 11.4.1 #951 2024-11-27 19:24:09 +01:00
Sören Weber
a36e20dad7
theme: changed prettier settings #947 2024-11-27 19:23:52 +01:00
Sören Weber
81cd475341
mermaid: escape diagram the recommended way #950
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-11-23 20:57:49 +01:00
Sören Weber
9955fc97bd
search: fix compat error with Hugo 0.126.0 #949
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-11-22 13:18:29 +01:00
Sören Weber
a23eb3a9d8
Revert "theme: remove .Scratch with .Store #948"
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
This reverts commit ab4197f311.
2024-11-19 10:18:49 +01:00
Sören Weber
ab4197f311
theme: remove .Scratch with .Store #948
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2024-11-18 19:13:41 +01:00
Sören Weber
40ede377c8
theme: Hugo 0.139 without verbose option 2024-11-18 19:10:26 +01:00
Sören Weber
6cb54ccb05
theme: format vscode files #947 2024-11-18 14:07:11 +01:00
Sören Weber
b48b344b6d
theme: add Prettier extension to workspace #947
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2024-11-18 00:20:29 +01:00
Sören Weber
a22e183c51
theme: move fonts all into one dir #947
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-11-16 00:37:07 +01:00
Sören Weber
ce72cce3e9
theme: format more files #947 2024-11-16 00:30:25 +01:00
Sören Weber
348702d8c2
theme: apply Prettier config #947 2024-11-15 23:38:25 +01:00
Sören Weber
85d43bcef3
theme: add Prettier config #947 2024-11-15 23:37:56 +01:00
Sören Weber
57defcfab7
theme: prepare for Prettier config #947 2024-11-15 23:36:23 +01:00
GitHub Actions Bot
28fce6b04c Ship tag 7.1.1
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-10-25 06:34:18 +00:00
Sören Weber
247eccdb65
children: remove superflous text ".LinkTitle" #939 #942 2024-10-25 08:33:18 +02:00
Sören Weber
ad8ee549a7
menu: add toml reference #148
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2024-10-25 00:24:25 +02:00
GitHub Actions Bot
29d6916325 Ship tag 7.1.0 2024-10-24 22:14:28 +00:00
Sören Weber
8da8ed8614
children: use LinkTitle instead of Title #939 2024-10-25 00:10:36 +02:00
Sören Weber
41a1e95d1e
docs: add badge #148 2024-10-24 23:41:00 +02:00