mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-16 09:50: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.
21 lines
669 B
YAML
21 lines
669 B
YAML
---
|
|
description: >
|
|
Geekdoc is a simple Hugo theme for documentations. It is intentionally designed as a fast and lean theme
|
|
and may not fit the requirements of complex projects. If a more feature-complete theme is required
|
|
there are a lot of good alternatives out there.
|
|
|
|
geekdocToC: 3
|
|
geekdocTagsToMenu: true
|
|
|
|
geekdocRepo: https://github.com/thegeeklab/hugo-geekdoc
|
|
geekdocEditPath: edit/main/exampleSite
|
|
|
|
geekdocSearch: true
|
|
geekdocSearchShowParent: true
|
|
|
|
geekdocLegalNotice: https://thegeeklab.de/legal-notice/#contact-information
|
|
geekdocPrivacyPolicy: https://thegeeklab.de/legal-notice/#privacy-policy
|
|
|
|
geekdocImageLazyLoading: true
|
|
geekdocDarkModeDim: true
|