feat: Enable updated at and editing urls
This commit is contained in:
parent
c6bcf572cf
commit
3cad9e2a56
28
config.yaml
28
config.yaml
@ -76,28 +76,18 @@ menu:
|
||||
params:
|
||||
icon: gitea
|
||||
|
||||
# sidebar:
|
||||
# - identifier: more
|
||||
# name: Mehr
|
||||
# params:
|
||||
# type: separator
|
||||
# weight: 2
|
||||
# - identifier: source
|
||||
# name: "Source Code"
|
||||
# url: "https://git.odit.services/lfk"
|
||||
|
||||
params:
|
||||
description: Dokumentation für das Lauf für Kaya! Läufersystem.
|
||||
|
||||
displayUpdatedDate: true
|
||||
navbar:
|
||||
displayTitle: true
|
||||
displayLogo: true
|
||||
logo:
|
||||
path: logo.svg
|
||||
dark: logo.svg
|
||||
# width: 40
|
||||
# height: 20
|
||||
# link: /
|
||||
width: 40
|
||||
height: 20
|
||||
link: /
|
||||
width: normal
|
||||
page:
|
||||
width: normal
|
||||
@ -112,16 +102,16 @@ params:
|
||||
search:
|
||||
enable: true
|
||||
type: flexsearch
|
||||
|
||||
flexsearch:
|
||||
# index page by: content | summary | heading | title
|
||||
index: content
|
||||
# full | forward | reverse | strict
|
||||
# https://github.com/nextapps-de/flexsearch/#tokenizer-prefix-search
|
||||
tokenize: forward
|
||||
highlight:
|
||||
copy:
|
||||
enable: true
|
||||
display: hover
|
||||
comments:
|
||||
enable: false
|
||||
enable: false
|
||||
editURL:
|
||||
enable: true
|
||||
base: "https://git.odit.services/lfk/docs/_edit/main/content"
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
editThisPage: "Diese Seite bearbeiten →"
|
||||
copyright: 'Erstellt von <a href="https://odit.services/?ref=lfk-docs" target="_blank" rel="noreferrer" style="color:magenta !important; font-weight: bold;">ODIT.Services</a> mit ❤️, <a href="https://gohugo.io/" rel="noreferrer" target="_blank" style="color: rgb(63, 198, 250); font-weight: bold;">Hugo</a> und <a href="https://github.com/imfing/hextra" rel="noreferrer" target="_blank" style="color: rgb(51, 186, 145); font-weight: bold;">dem Hextra Theme</a><br>Entwickelt für den <a href="https://lauf-fuer-kaya.de" target="_blank" rel="noreferrer" style="color: #ebb951; font-weight: bold;">Lauf für Kaya! Spendenlauf</a> <br><a href="https://lauf-fuer-kaya.de/impressum" target="_blank" rel="noreferrer">Impressum</a> | <a href="https://lauf-fuer-kaya.de/datenschutz" target="_blank" rel="noreferrer">Datenschutz</a>'
|
@ -4,4 +4,5 @@ selfservice: Selfservice
|
||||
scanstation: Scaning Stations
|
||||
beamershow: Beamer Show
|
||||
search: Search
|
||||
editThisPage: "Edit this page →"
|
||||
copyright: 'Made by <a href="https://odit.services/?ref=lfk-docs" target="_blank" rel="noreferrer" style="color:magenta !important; font-weight: bold;">ODIT.Services</a> with ❤️, <a href="https://gohugo.io/" rel="noreferrer" target="_blank" style="color: rgb(63, 198, 250); font-weight: bold;">Hugo</a> and <a href="https://github.com/imfing/hextra" rel="noreferrer" target="_blank" style="color: rgb(51, 186, 145); font-weight: bold;">the Hextra theme</a><br>Developed for the <a href="https://lauf-fuer-kaya.de" target="_blank" rel="noreferrer" style="color: #ebb951; font-weight: bold;">Lauf für Kaya! charity run</a> <br><a href="https://lauf-fuer-kaya.de/impressum" target="_blank" rel="noreferrer">Imprint</a> | <a href="https://lauf-fuer-kaya.de/datenschutz" target="_blank" rel="noreferrer">Privacy</a>'
|
Loading…
x
Reference in New Issue
Block a user