56 lines
1017 B
YAML
56 lines
1017 B
YAML
# Hugo configuration file
|
|
baseURL: 'https://docs.glympsevideo.com'
|
|
languageCode: 'en-gb'
|
|
title: Glympse
|
|
|
|
# import hextra as module
|
|
module:
|
|
imports:
|
|
- path: github.com/imfing/hextra
|
|
|
|
markup:
|
|
# allow raw html
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
|
|
# enable hextra syntax highlight
|
|
highlight:
|
|
noClasses: false
|
|
|
|
menu:
|
|
main:
|
|
- name: Docs
|
|
pageRef: /
|
|
weight: 1
|
|
- name: Contact ↗
|
|
url: "https://git.themainframe.co.uk/josh"
|
|
weight: 3
|
|
- name: Search
|
|
weight: 4
|
|
params:
|
|
type: search
|
|
- name: GitHub
|
|
weight: 5
|
|
url: "https://git.themainframe.co.uk/josh/glympse_docs"
|
|
params:
|
|
icon: github
|
|
|
|
params:
|
|
navbar:
|
|
displayTitle: true
|
|
displayLogo: true
|
|
logo:
|
|
path: images/logo.png
|
|
link: /
|
|
width: 40
|
|
height: 40
|
|
|
|
footer:
|
|
displayCopyright: true
|
|
displayPoweredBy: false
|
|
|
|
editURL:
|
|
enable: true
|
|
base: "https://git.themainframe.co.uk/josh/Glympse_Docs/src/branch/main/content"
|