mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-04 20:30:40 +00:00
Robert Kaussow
fb905bd6c1
Add optional page description to the search result list. The feature can be enabled by `geekdocSearchShowDescription=true` and is disabled by default. The max length of the description is set to `55` and will be truncated automatically if the limit is exceeded.
24 lines
735 B
YAML
24 lines
735 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.
|
|
images:
|
|
- "socialmedia2.png"
|
|
|
|
geekdocToC: 3
|
|
geekdocTagsToMenu: true
|
|
|
|
geekdocRepo: https://github.com/thegeeklab/hugo-geekdoc
|
|
geekdocEditPath: edit/main/exampleSite
|
|
|
|
geekdocSearch: true
|
|
geekdocSearchShowParent: true
|
|
geekdocSearchShowDescription: true
|
|
|
|
geekdocLegalNotice: https://thegeeklab.de/legal-notice/#contact-information
|
|
geekdocPrivacyPolicy: https://thegeeklab.de/legal-notice/#privacy-policy
|
|
|
|
geekdocImageLazyLoading: true
|
|
geekdocDarkModeDim: true
|