Commit graph

8 commits

Author SHA1 Message Date
renovate[bot]
11154bf03d
chore(deps): update dependency eslint to v9 ()
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2024-08-27 14:23:49 +02:00
Robert Kaussow
7fa94f3033
chore: rework js imports () 2024-01-09 14:29:53 +01:00
Robert Kaussow
ff6e9ed824
fix: use selector loop to manually render all charts on a page () 2024-01-09 09:29:41 +01:00
Robert Kaussow
d0a7f2bb60
fix: dont write color mode defaults to local storage () 2022-11-02 15:09:14 +01:00
Robert Kaussow
6545ceb24d
feat: add option geekdocDarkModeCode to enforce dark codeblocks () 2022-05-31 14:14:01 +02:00
Robert Kaussow
bea2551628
chore: use mermaid default light and dark theme () 2022-05-30 21:26:43 +02:00
Robert Kaussow
bf0981bcc6
chore: cleanup build setup and webpack requirements () 2022-01-07 16:18:07 +01:00
Robert Kaussow
5c5e2d59cb
refactor: replace gulp by webpack and npm scripts ()
BREAKING CHANGE: We have replaced `gulp` with `webpack` and `npm scripts` to build this theme. If you build it on your own or use build commands during the deployment, you may have to adjust your setup.

BREAKING CHANGE: The `GeekblogIcons` font is using the icon name as Unicode now. As a consequence, you have to replace all references to Icons from this font if you have customized the theme.

BREAKING CHANGE: We have refactored the search integration to split Hugo templates from JavaScript code. To get it working again, you need to adjust the `outputFormats` and `outputs` in your Hugo configuration file, as [documented](https://geekdocs.de/usage/configuration/#site-configuration).
2022-01-06 13:58:10 +01:00