104 lines
1.9 KiB
YAML
104 lines
1.9 KiB
YAML
baseURL: https://deblan.gitnet.page/go-form/
|
|
languageCode: en-us
|
|
title: deblan/go-form
|
|
|
|
outputs:
|
|
home: [HTML]
|
|
page: [HTML]
|
|
section: [HTML, RSS]
|
|
|
|
enableRobotsTXT: true
|
|
hasCJKLanguage: true
|
|
enableInlineShortcodes: true
|
|
|
|
menu:
|
|
main:
|
|
- identifier: documentation
|
|
name: Documentation
|
|
pageRef: /docs
|
|
weight: 1
|
|
- name: Search
|
|
weight: 6
|
|
params:
|
|
type: search
|
|
- name: GitHub
|
|
weight: 7
|
|
url: "https://gitnet.fr/deblan/go-form"
|
|
params:
|
|
icon: github
|
|
|
|
sidebar: []
|
|
# - identifier: installation
|
|
# name: Installation
|
|
# weight: 2
|
|
|
|
|
|
params:
|
|
description: Creating and processing HTML forms in golang
|
|
navbar:
|
|
displayTitle: true
|
|
displayLogo: true
|
|
logo:
|
|
path: images/logo.svg
|
|
dark: images/logo-dark.svg
|
|
# width: 40
|
|
# height: 20
|
|
# link: /
|
|
width: full
|
|
|
|
page:
|
|
width: full
|
|
|
|
theme:
|
|
# light | dark | system
|
|
default: system
|
|
displayToggle: true
|
|
|
|
footer:
|
|
enable: true
|
|
displayCopyright: false
|
|
displayPoweredBy: false
|
|
width: normal
|
|
|
|
# Display the last modification date
|
|
displayUpdatedDate: true
|
|
dateFormat: "January 2, 2006"
|
|
|
|
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
|
|
|
|
toc:
|
|
displayTags: true
|
|
|
|
highlight:
|
|
copy:
|
|
enable: true
|
|
# hover | always
|
|
display: hover
|
|
|
|
markup:
|
|
highlight:
|
|
noClasses: false
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
extensions:
|
|
passthrough:
|
|
delimiters:
|
|
block: [['\[', '\]'], ['$$', '$$']]
|
|
inline: [['\(', '\)']]
|
|
enable: true
|
|
|
|
enableInlineShortcodes: true
|
|
|
|
module:
|
|
imports:
|
|
- path: github.com/imfing/hextra
|