Commit Graph

19 Commits (uci-hugo-doc)

Author SHA1 Message Date
Robert Kaussow c9f809ca19
fix: fix edit page link and auto-detect contentDir (#343)
BREAKING CHANGE: With support of the multilingual mode, we broke the `edit page` links, as the content directory was statically hard-coded into the `GeekdocEditPath` parameter. To get the correct content directory, regardless of the language or a disabled multilingual mode, we now use Hugo's built-in `.Site.Params.contentDir` parameter. Therefor, you have to remove the hard-coded `/content` part from the `geekdocEditPath` parameter in the configuration of your project.
2022-02-15 20:58:35 +01:00
Robert Kaussow 4e93b70b7b
fix: revert fix for broken `Edit Page` links (#339) (#342) 2022-02-14 23:23:06 +01:00
Andreas Deininger f66ca6a07d
fix: fix broken `Edit Page` links (#339) 2022-02-13 22:48:38 +01:00
Robert Kaussow 5c22ce57dc
feat: add multilingual mode support (#241)
BREAKING CHANGE:  Layout file renamed ´layouts/partials/page-footer.html → layouts/partials/menu-nextprev.html`. If you use overrides, you might need to change the filenames as well.
2022-01-23 13:21:44 +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
Robert Kaussow 550745e727
feat: add katex math typesetting shortcode (#157) 2021-07-01 09:05:26 +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 458e108e15
cleanup gitignore 2021-03-04 21:36:15 +01: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 1134ef9c70
ci: auto-generate changelog 2021-02-11 21:25:43 +01:00
Robert Kaussow 302fcb01bb
hash css/js assets by default 2020-11-22 19:06:04 +01:00
Robert Kaussow 886c4b2bea
always try to upload lhci reports 2020-07-17 10:34:52 +02:00
Robert Kaussow 178b92b0a0 add lighthouse-ci to drone 2020-06-02 18:11:29 +02:00
Robert Kaussow e0760d1037 remove swp file and add exclude pattern 2020-01-15 23:32:04 +01:00
Robert Kaussow 9cba7851ed add .htaccess file to enable custom 404 2020-01-12 22:08:02 +01:00
Robert Kaussow b1856fad84 add tasks to build docs 2020-01-12 16:44:10 +01:00
Robert Kaussow 40de5a2807 add drone config 2020-01-12 16:09:50 +01:00
Robert Kaussow b710cfda80 initial commit 2020-01-12 15:33:02 +01:00