Commit graph

141 commits

Author SHA1 Message Date
phil 43ee99bd53 Merge remote-tracking branch 'upstream/main' 2024-04-21 21:17:17 +02:00
Robert Kaussow 7fa94f3033
chore: rework js imports (#766) 2024-01-09 14:29:53 +01:00
Robert Kaussow ff6e9ed824
fix: use selector loop to manually render all charts on a page (#765) 2024-01-09 09:29:41 +01:00
renovate[bot] 46a170c6f5
fix(deps): update dependency flexsearch to v0.7.41 (#762)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-01-08 15:24:07 +01:00
renovate[bot] 0e026ff7de
chore(deps): update quay.io/thegeeklab/lhci docker tag to v0.13 (#760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-01-08 08:32:21 +01:00
Robert Kaussow 460d27814a
fix: generate unique properties anchor (#733)
BREAKING CHANGE: The way anchors are generated for properties of a propertylist has changed to be unique, even if the shortcode is used multiple times on a page.
2023-10-28 22:48:31 +02:00
phil a390c6bc50 Merge remote-tracking branch 'upstream/main' 2023-09-08 22:27:27 +02:00
Robert Kaussow 327d1a5b25
fix mixed code copy color (#699) 2023-09-01 23:12:13 +02:00
Robert Kaussow ce62f7bc44
feat: add anchors to propertylist shortcode (#697) 2023-08-31 23:27:11 +02:00
Robert Kaussow 2f614e6553
fix: fix hover background color for the code copy box (#698) 2023-08-31 23:27:02 +02:00
Peter Shaw 6d75ee9288
fix: make search results clickable with Safari (#696)
Co-authored-by: Kris Simon <kris@ausdertechnik.de>
2023-08-31 21:21:54 +02:00
phil 95632a5aff Merge remote-tracking branch 'upstream/main' into upstream 2023-07-14 07:54:27 +02:00
Robert Kaussow 4b6ba3a53f
chore: adjust default brand size (#643) 2023-06-20 13:43:13 +02:00
phil 57a5acc812 Add box shadow for columns in dark mode 2023-04-25 21:50:45 +02:00
phil 7cb422cc43 Adapt Layout and colors to our needs 2023-04-25 20:47:03 +02:00
phil c105be185e Remove background color from figures 2023-04-25 20:00:51 +02:00
phil 9c05e13060 Small color change 2023-04-25 19:56:56 +02:00
Robert Kaussow 80ddd27307
fix: adjust default color scheme to fix some contrast issues (#610)
BREAKING CHANGE: This change has adjusted the default color scheme and brand icon. There is no real functional break, but since the look and feel has changed, you might consider this as such.
2023-04-19 16:28:08 +02:00
Robert Kaussow 64f3d0ea7d
feat: add progress bar shortcode (#594) 2023-03-04 15:45:26 +01:00
Robert Kaussow b00dedf757
chore: replace size values by vars (#585) 2023-02-16 10:43:22 +01:00
Robert Kaussow 935b200eb0
fix: improve spacing of shortcodes (#583) 2023-02-16 09:01:43 +01:00
Robert Kaussow 29627c964b
fix: improve color of links within hints in dark mode (#555) 2022-12-11 21:43:56 +01:00
Robert Kaussow 21da7191a3
chore: make css var --accent-color-dark slightly darker (#551) 2022-12-07 09:14:25 +01:00
Robert Kaussow fb905bd6c1
feat: add optional page description to search (#550)
Add optional page description to the search result list. The feature can be enabled by `geekdocSearchShowDescription=true` and is disabled by default. The max length of the description is set to `55` and will be truncated automatically if the limit is exceeded.
2022-12-07 08:57:41 +01:00
Robert Kaussow 2f752b32ad
fix: add missing navigation for pagination (#540) 2022-11-16 11:06:35 +01:00
Robert Kaussow e9ece03388
feat: add option to enable or disable the dark mode toggle button (#529) 2022-11-02 15:48:45 +01:00
Robert Kaussow d0a7f2bb60
fix: dont write color mode defaults to local storage (#528) 2022-11-02 15:09:14 +01:00
Robert Kaussow 73c5f6a6b2
fix: fix multi paragraph admonitions formatting (#526) 2022-11-02 11:03:13 +01:00
Robert Kaussow 2e1098d3e3
fix: temp fix mermaid svg height (#488) 2022-08-30 10:00:53 +02:00
Robert Kaussow b280889260
fix: fix wrong class and parameter name (#461) 2022-07-17 20:37:19 +02:00
Robert Kaussow 0a6867e68b
feat: add new brand icons for gitea, mastodon, xmpp and matrix (#457) 2022-07-11 21:07:21 +02:00
Robert Kaussow 3a26b6ed1b
feat: add profile size to img shortcode (#456) 2022-07-11 20:46:07 +02:00
Robert Kaussow 66d456f552
feat: add column size attribute (#455) 2022-07-11 20:46:01 +02:00
Robert Kaussow 3ea85629a4
fix: fix execption while creating the code copy button (#439) 2022-06-12 15:41:20 +02:00
Robert Kaussow 7195431d8c
fix: improve keyboard accessability for anchors and code blocks (#434) 2022-06-10 21:44:08 +02:00
Robert Kaussow 6545ceb24d
feat: add option geekdocDarkModeCode to enforce dark codeblocks (#429) 2022-05-31 14:14:01 +02:00
Robert Kaussow 33ea5c37a9
feat: render popertylist description as markdown (#426) 2022-05-30 21:40:09 +02:00
Robert Kaussow bea2551628
chore: use mermaid default light and dark theme (#425) 2022-05-30 21:26:43 +02:00
brett ohland 61ef82104e
fix: remove table formatting from github gists (#416)
* fix: fix CSS issue with gist embeds

* Addressing PR comments

* remove newline

* simplify selector and add example

* fix spellcheck

* fix markdownlint

Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2022-05-24 00:37:06 +02:00
Robert Kaussow f1457b86fa
fix: replace invlaid max-height value 'auto' by 'none' (#419) 2022-05-23 22:37:12 +02:00
Robert Kaussow 6ab98d1da3
feat: add propertylist shortcode (#414) 2022-05-22 22:00:37 +02:00
Robert Kaussow a056805a30
docs: migrate hints to named attributes (#393) 2022-04-30 14:28:48 +02:00
Robert Kaussow 2f5054f389
fix: fix icon on codecopy button (#392) 2022-04-30 13:37:07 +02:00
Robert Kaussow f6966b8513
feat: add optional hint/admonition icons (#383)
BREAKING CHANGE: The types of the `hint` short code have been renamed to `[note|tip|important|caution|warning]` the old types `[info|ok|warning|danger]` are still working, but should be considered as deprecated.

BREAKING CHANGE: The `hint` short code is using named arguments now. You have to change, e.g. `{{< hint warning >}}` to `{{< hint type=warning >}}`.
2022-04-23 15:14:42 +02:00
Robert Kaussow fbff9470b0
fix: fix asciidoc sdmonitions formatting (#380) 2022-04-18 21:45:38 +02:00
Robert Kaussow b104d6ac70
refactor: rename class .icon to .gdoc-icon (#379)
BREAKING CHANGE: The class `.icon` was renamed to `.gdoc-icon` to avoid conflicts.
2022-04-18 20:33:23 +02:00
Robert Kaussow cd9ab9e48e
fix: fix formatting of multiline post metadata (#333) 2022-02-07 13:52:12 +01:00
Robert Kaussow a901b3da36
fix: fix usage of terms and taxonomies list templates (#330) 2022-02-07 11:53:45 +01:00
Robert Kaussow 4f3d48c1d9
fix: fix formatting on code links (#316) 2022-02-03 11:42:26 +01:00
Robert Kaussow 30d3c64c41
fix: fix post metadata positioning (#315) 2022-02-03 10:58:37 +01:00