Commit Graph

15 Commits

Author SHA1 Message Date
Robert Kaussow ae96648fac
chore: rework js imports (#489) 2024-01-15 22:10:43 +01:00
Robert Kaussow 57afb60b99
fix: use selector loop to manually render all charts on a page (#488) 2024-01-15 21:33:44 +01:00
Robert Kaussow 9f18261880
fix: fix hover background color for the code copy box (#435) 2023-09-01 23:12:05 +02:00
Robert Kaussow b11460f532
feat: add option to enable or disable the dark mode toggle button (#346) 2022-12-21 11:41:23 +01:00
Robert Kaussow b67e883eff
fix: dont write color mode defaults to local storage (#345) 2022-12-21 11:29:15 +01:00
Robert Kaussow 4bb0ba4024
fix: fix exception while creating the code copy button (#260) 2022-06-12 15:50:27 +02:00
Robert Kaussow 29021a4cb8
feat: add option `geekblogDarkModeCode` to enforce dark code blocks (#255) 2022-06-02 14:01:56 +02:00
Robert Kaussow ee28edec26
chore: use mermaid default light and dark theme (#254) 2022-05-30 21:49:13 +02:00
Robert Kaussow 3ccc8918bb
refactor: rename class .icon to .gblog-icon (#232)
BREAKING CHANGE: The class `.icon` was renamed to `.gblog-icon` to avoid conflicts.
2022-04-30 13:36:39 +02:00
Michael Kuhn 591ee8d6df
feat: add KaTeX support (#211) 2022-02-22 16:45:10 +01:00
Robert Kaussow beb5afa756
chore: cleanup build setup and webpack requirements (#138) 2022-01-07 16:18:11 +01:00
Robert Kaussow d5f6cfb13e
refator: replace gulp by webpack and npm scripts (#129)
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.
2021-12-29 22:50:13 +01:00
Robert Kaussow c59f179d0b
feat: add button to copy code blocks (#115) 2021-11-23 22:18:26 +01:00
Robert Kaussow 472b50ca22
feat: add dark mode (#109) 2021-11-23 16:53:25 +01:00
Robert Kaussow 29b10769b7
fix: remove inline script usage (#49) 2021-05-24 15:11:36 +02:00