Commit Graph

22 Commits (uci-hugo-doc)

Author SHA1 Message Date
Robert Kaussow d2668b43f6
refactor: unify title and description handling in meta files (#329) 2022-02-07 10:57:43 +01:00
Robert Kaussow bbfc75ecb0
rework search integration (#262) 2022-01-06 22:52:22 +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
renovate[bot] 682d49ba11
fix(deps): update dependency flexsearch to v0.7.1 (#149) 2021-06-14 22:40:41 +02:00
renovate[bot] 74e73b804d
fix(deps): update dependency flexsearch to v0.7.0 (#146) 2021-06-14 22:15:32 +02:00
Robert Kaussow cd0cfe37ae
feat: add page parameter geekdocNav to disable navigation sidebar (#129) 2021-05-18 23:10:42 +02:00
Robert Kaussow 8df82947b7
chore: fix capitalization for params in while clause (#108)
BREAKING CHANGE: The minimal required Hugo version was bumped to 0.83.0
2021-05-06 21:42:45 +02:00
Robert Kaussow c05cd36f57
refactor: cleanup and restructure gulp tasks (#101) 2021-05-05 22:44:36 +02:00
Robert Kaussow 59be9a504f
Dark mode (#66) 2021-04-27 23:44:35 +02:00
Robert Kaussow d51f514b90
feat: add option geekdocProtected to exclude pages from data file (#97) 2021-04-22 21:25:43 +02:00
Robert Kaussow b3a62106f1
remove auto-generated svg sprite from repo 2021-03-04 21:31:45 +01:00
Robert Kaussow c089643bcb
ci: user master branch to test docs build on PR 2021-03-02 22:45:05 +01:00
Eric Druid d34fb0993e
fix: fetch search data as JSON rather than JS (#43)
Fixes #42
2021-01-05 16:40:02 +01:00
Robert Kaussow 4babb900e6
disable search script async loading 2020-12-23 16:58:56 +01:00
Robert Kaussow b90fbbedd2
fix search issues 2020-12-23 16:43:41 +01:00
Robert Kaussow ce36121096
cleanup search code fix search entry formatting 2020-12-21 13:14:51 +01:00
Lukas Hirt 4a4fdafb4f Remove DUMMY class 2020-12-21 10:34:14 +01:00
Lukas Hirt 9f8ac77af6 Group search by sections 2020-12-20 22:43:12 +01:00
Robert Kaussow fad8c3f1f7
fix broken flexsearch asset loading 2020-12-02 15:21:34 +01:00
Robert Kaussow 302fcb01bb
hash css/js assets by default 2020-11-22 19:06:04 +01:00
Alvaro Torres Cogollo c2895e5c2a Allow geekdocSearchShowParent 2020-11-10 22:50:21 +01:00
Robert Kaussow b710cfda80 initial commit 2020-01-12 15:33:02 +01:00