uci-hugo-doc/exampleSite
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
..
assets/sprites feat: add partial head/custom.html for custom page head elements (#131) 2021-05-19 22:42:57 +02:00
config/_default fix: fix edit page link and auto-detect contentDir (#343) 2022-02-15 20:58:35 +01:00
content/en fix: fix edit page link and auto-detect contentDir (#343) 2022-02-15 20:58:35 +01:00
data/menu fix: always fetch menu name from data file (#296) 2022-01-23 22:32:21 +01:00
layouts/shortcodes refactor: replace gulp by webpack and npm scripts (#258) 2022-01-06 13:58:10 +01:00
static cleanup formatting and docs (#247) 2021-11-24 09:10:26 +01:00