Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)Author
2022-02-07refactor: unify title and description handling in meta files (#329)Robert Kaussow
2022-01-07rework search integration (#262)Robert Kaussow
2022-01-06refactor: replace gulp by webpack and npm scripts (#258)Robert Kaussow
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).
2021-06-14fix(deps): update dependency flexsearch to v0.7.1 (#149)renovate[bot]
2021-06-14fix(deps): update dependency flexsearch to v0.7.0 (#146)renovate[bot]
2021-05-19feat: add page parameter geekdocNav to disable navigation sidebar (#129)Robert Kaussow
2021-05-06chore: fix capitalization for params in while clause (#108)Robert Kaussow
BREAKING CHANGE: The minimal required Hugo version was bumped to 0.83.0
2021-05-05refactor: cleanup and restructure gulp tasks (#101)Robert Kaussow
2021-04-28Dark mode (#66)Robert Kaussow
2021-04-22feat: add option geekdocProtected to exclude pages from data file (#97)Robert Kaussow
2021-03-04remove auto-generated svg sprite from repoRobert Kaussow
2021-03-03ci: user master branch to test docs build on PRRobert Kaussow
2021-01-05fix: fetch search data as JSON rather than JS (#43)Eric Druid
Fixes #42
2020-12-23disable search script async loadingv0.8.1Robert Kaussow
2020-12-23fix search issuesRobert Kaussow
2020-12-21cleanup search code fix search entry formattingRobert Kaussow
2020-12-21Remove DUMMY classLukas Hirt
2020-12-21Group search by sectionsLukas Hirt
2020-12-02fix broken flexsearch asset loadingRobert Kaussow
2020-11-22hash css/js assets by defaultRobert Kaussow
2020-11-11Allow geekdocSearchShowParentAlvaro Torres Cogollo
2020-01-12initial commitRobert Kaussow