Files
Glympse_Docs/hugo.yaml
Joshua Kirkcaldy 48d1c1fc3b
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 36s
Deploy Hugo site to Pages / deploy (push) Has been skipped
add baseurl
2024-11-26 17:41:25 +00:00

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"