Commit graph

2713 commits

Author SHA1 Message Date
GitHub Actions Bot
dd0597ffa4 Ship tag 7.3.0 2025-01-02 21:06:30 +00:00
Sören Weber
18033af24e
docs: honing
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2025-01-02 20:06:24 +01:00
Sören Weber
9e7bad0342
docs: honing #981 2025-01-02 19:57:30 +01:00
Sören Weber
83e7012166
docs: announcement #982 2025-01-02 19:41:51 +01:00
Sören Weber
4d514de8d1
anchor: make sure button is unthemed #982 2025-01-02 19:41:24 +01:00
Sören Weber
7c335cc28e
docs: make url fit title
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2025-01-01 22:14:04 +01:00
Sören Weber
7013a2f4f6
docs: announcement #983 2025-01-01 22:01:55 +01:00
Sören Weber
841189885d
task: update clipboard.js to 2.0.11 #983 2025-01-01 21:57:44 +01:00
Sören Weber
64ffb39f35
clipboard: make copy button reachable by keyboard #983 2025-01-01 21:56:52 +01:00
Sören Weber
ee07f8ff7d
a11y: use native button elements where appropriate #982 2025-01-01 21:52:00 +01:00
Sören Weber
8c403f2aad
docs: describe update process #981 2025-01-01 20:12:21 +01:00
Sören Weber
6747b8862e
docs: improve migration instructions for output formats and page design #980
Some checks failed
docs-build-deployment / Run deploy (push) Has been cancelled
docs-build / Run build (push) Has been cancelled
2024-12-31 20:50:21 +01:00
Sören Weber
2e198810a9
docs: improve docs and examples for output formats and page design #980
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
todo: migration hints
2024-12-31 18:03:03 +01:00
Sören Weber
fbec3905ed
markdown: support new output format #979 2024-12-31 14:32:47 +01:00
Sören Weber
7807445527
topbar: streamline button configuration #978 2024-12-31 14:12:40 +01:00
Sören Weber
2cd8baa02f
topbar: improve print button configuration #978 2024-12-31 14:11:55 +01:00
Sören Weber
d9152f9aba
docs: example to show separate logo file on subpages #969
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run
2024-12-30 20:44:24 +01:00
Sören Weber
49b2f8f770
docs: example for cascading sidebar menu reusing existing menus #970 2024-12-30 20:04:43 +01:00
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
Mohammadtaher Abbasi
0d63839232
Update _index.en.md 2024-12-05 22:38:07 +03:30
Mohammadtaher Abbasi
844f6e24cc
Update README.md 2024-12-05 22:36:47 +03:30
Mohammadtaher Abbasi
c7aea29494
Create fa.toml
add perisan support
2024-12-05 22:27:01 +03:30
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