Commit Graph

7 Commits

Author SHA1 Message Date
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
Robert Kaussow d0a7f2bb60
fix: dont write color mode defaults to local storage (#528) 2022-11-02 15:09:14 +01:00
Robert Kaussow 6545ceb24d
feat: add option geekdocDarkModeCode to enforce dark codeblocks (#429) 2022-05-31 14:14:01 +02:00
Robert Kaussow bea2551628
chore: use mermaid default light and dark theme (#425) 2022-05-30 21:26:43 +02:00
Robert Kaussow bf0981bcc6
chore: cleanup build setup and webpack requirements (#265) 2022-01-07 16:18:07 +01:00
Robert Kaussow 5c5e2d59cb
refactor: replace gulp by webpack and npm scripts (#258)
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