Commit graph

6 commits

Author SHA1 Message Date
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
Robert Kaussow 550745e727
feat: add katex math typesetting shortcode (#157) 2021-07-01 09:05:26 +02:00
Robert Kaussow 34234c2342
fix internal doc links 2021-01-03 22:48:34 +01:00
Robert Kaussow d4ee6a6b67
disable spellchecker for 'highlight' shortcodes 2020-06-07 17:42:03 +02:00
Robert Kaussow 3959b13cd8 fix spelling and pass spellchecking 2020-06-02 18:05:14 +02:00
Robert Kaussow d9fc5a22b5 add documentation for toc and toc-tree shortcode 2020-02-16 23:39:23 +01:00