Commit graph

261 commits

Author SHA1 Message Date
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
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
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
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
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
62b52bb868
notice: add parameter groupid #954 2024-11-30 19:37:03 +01:00
Sören Weber
e32ff04f06
expand: use notice internally #953 2024-11-29 22:41:18 +01:00
Sören Weber
bc369da06e
mermaid: update to 11.4.1 #951 2024-11-27 19:24:09 +01:00
Sören Weber
8da8ed8614
children: use LinkTitle instead of Title #939 2024-10-25 00:10:36 +02:00
Sören Weber
a68b5ec4d1
docs: add ambiguity to examples combining front matter and options #567 2024-10-13 15:01:54 +02:00
Sören Weber
41cefeda69
docs: add categories taxonomy #567 2024-10-12 19:28:32 +02:00
Sören Weber
e4e750c1cc
docs: chapter 3 content-complete #567
add other stuff
2024-10-12 18:38:04 +02:00
Sören Weber
dcaeb13860
docs: crosslinking chapter 2 #567 2024-10-12 10:53:02 +02:00
Sören Weber
7e0a04d9aa
docs: distinctively name directories #567
too much `content`
2024-10-11 22:40:14 +02:00
Sören Weber
3fafedc76f
docs: chapter 3 rough draft #567 2024-10-11 16:47:38 +02:00
Sören Weber
b59adb32eb
docs: typo #567 2024-10-11 16:47:35 +02:00
Sören Weber
6e0ae01f14
docs: review #567 2024-10-11 16:47:33 +02:00
Sören Weber
9a255abef9
docs: harmonize internal links #567 2024-10-11 16:47:33 +02:00
Sören Weber
4f29292b8e
docs: honing #567 2024-10-11 16:47:32 +02:00
Sören Weber
cb6f3467cd
#docs: call it front matter #567 2024-10-11 16:47:30 +02:00
Sören Weber
d8c353b1a5
docs: moving imageeffects #567
and other stuff
2024-10-11 16:47:28 +02:00
Sören Weber
3fa95990ee
docs: honing #567 2024-10-11 16:47:27 +02:00
Sören Weber
eb3095f663
#docs: reorganize options and frontmatter index #567 2024-10-11 16:47:26 +02:00
Sören Weber
b07d21c8e7
math: adhere to Hugo's default config params #923 2024-10-11 16:47:26 +02:00
Sören Weber
a289a12bb5
docs: add settings docs to shortcodes #567 2024-10-11 16:47:25 +02:00
Sören Weber
c9378b1e42
docs: adding options and frontmatter index #567 2024-10-11 16:47:24 +02:00
Sören Weber
ba81589107
docs: first draft chapter 2 #567 2024-10-11 16:47:17 +02:00
Sören Weber
6188f711d4
docs: wording and typography #567 2024-10-11 16:47:00 +02:00
Sören Weber
dcd62a862b
docs: typo #567 2024-10-11 16:46:59 +02:00
Sören Weber
46fe4d8cc8
docs: honing #567 2024-10-11 16:46:57 +02:00
Sören Weber
d50d99b49a
docs: revise piratish #567 2024-10-11 16:46:56 +02:00
Sören Weber
51325dda45
docs: move pages around #567 2024-10-11 16:46:54 +02:00
Sören Weber
bed830f385
docs: make releasenotes page immutable #917
content of the releasenotes page is solely controlled by the `hidden` front matter value of each version subpage
2024-10-11 16:46:43 +02:00
Sören Weber
bae76251dd
docs: showcase piratify page layout #891 2024-10-11 16:45:47 +02:00
Sören Weber
f490174e4b
docs: showcase page layout using type frontmatter #891 2024-10-11 16:45:46 +02:00
Sören Weber
2370df7a1d
swagger: completely removing artifacts #847 2024-10-11 16:45:38 +02:00
Sören Weber
e95d057776
theme: replace output-partial by Hugo mechanisms #891 2024-10-11 16:45:37 +02:00
Sören Weber
d0b173546e
docs: supplement #913 2024-09-12 11:16:53 +02:00
Sören Weber
70e51b0c26
notice: support user defined box styles #913 2024-09-12 07:55:24 +02:00
Sören Weber
57f2618bbe
docs: don't look like a C novice #906 2024-09-06 08:58:29 +02:00
Sören Weber
a55a3f053d
docs: variance #906 2024-09-06 08:55:22 +02:00
Sören Weber
1858bf48a3
notice: fix styling for Markdown code boxes #906 2024-09-06 08:49:40 +02:00
Sören Weber
86fa3c70f2
resources: add expanded parameter #908 2024-09-05 21:25:52 +02:00
Sören Weber
0edaa81974
notice: collapse borders if single code block is displayed #906 2024-09-04 19:48:14 +02:00
Sören Weber
649600bae8
docs: consistency is king #903 2024-09-03 23:04:49 +02:00
Sören Weber
f10d9dd466
docs: update markdown example #903 2024-09-03 23:02:11 +02:00
Sören Weber
df8fdc284a
docs: wording #903 2024-09-03 19:47:41 +02:00
Sören Weber
0be4927452
theme: support Obsidian styled alerts #903 2024-09-03 19:08:30 +02:00
Sören Weber
550a6eeb92
mermaid: update to 11.1.0 #904 2024-09-02 17:48:55 +02:00
Sören Weber
0cb97716e0
expand: rename open parameter to expanded #902 2024-09-01 13:57:50 +02:00