Commit Graph

10 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 ac8653a141
docs: fix typos 2021-05-23 17:50:58 +02:00
Robert Kaussow 1ace505d27
feat: add option to include pages using the include shortcode (#92)
BREAKING CHANGE: The include shortcode will render files as Markdown
instead of HTML by default now. While the Markdown renderer should be
able to render HTML as well this might still work as before.

BREAKING CHANGE: The include shortcode option markdown was replaces by
a generic type option that could be used to specify special include
types.
2021-04-10 13:55:03 +02:00
Robert Kaussow 5e105c9ff4
feat: auto-load custom svg sprites from assets folder (#79)
BREAKING CHANGE: Build-in icons are prefixed with `gdoc_` now. If you use build-in icons in e.g. menus you have to rename these references!
2021-03-03 21:07:59 +01:00
Robert Kaussow 81988b477a
replace missing markdownify by RenderString 2021-02-21 14:27:54 +01:00
Robert Kaussow a81f858848
setup prettier 2020-09-10 22:23:24 +02: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
Michael Barz 5486f711f7
add include shortcode and doc 2020-04-30 16:30:19 +02:00