Commit Graph

9 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 bb15276c82 add iconfont generation 2020-03-15 18:38:10 +01:00
Robert Kaussow 803dc97324 fix sort by weight order 2020-02-05 16:46:29 +01:00
Robert Kaussow c93dafdece fix some defaults and formatting 2020-02-05 09:40:05 +01:00
Robert Kaussow e000c1e461 add option to include a privacy policy and legal notice page 2020-02-05 01:15:51 +01:00
Robert Kaussow 85e6de755b use title from menu data file for page nav links 2020-01-15 23:31:05 +01:00
Robert Kaussow b6f17f1113 fix wrong class name for page navigation button 2020-01-14 23:38:31 +01:00
Robert Kaussow aac46df166 code cleanup and add documentation for config params 2020-01-14 00:15:39 +01:00
Robert Kaussow b710cfda80 initial commit 2020-01-12 15:33:02 +01:00