mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-04 20:30:40 +00:00
Robert Kaussow
c9f809ca19
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.
29 lines
379 B
Plaintext
29 lines
379 B
Plaintext
# local environments
|
|
.swp
|
|
.env*
|
|
/dist/
|
|
/build/
|
|
/node_modules/
|
|
/lhci_reports/
|
|
/exampleSite/themes/
|
|
/exampleSite/public/
|
|
/exampleSite/config/development/
|
|
CHANGELOG.md
|
|
|
|
# translation envs
|
|
exampleSite/content/de
|
|
|
|
# auto-generated files
|
|
/data/
|
|
/static/
|
|
/assets/sprites/
|
|
/resources/
|
|
/exampleSite/resources/
|
|
/exampleSite/data/sprites/
|
|
|
|
# hugo
|
|
.hugo_build.lock
|
|
|
|
# testing
|
|
.lighthouseci/
|