Files
Glympse_Docs/hugo.yaml
Joshua Kirkcaldy 43f9a55f48
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 1m7s
Deploy Hugo site to Pages / deploy (push) Has been skipped
new pages
2024-11-22 09:58:43 +00:00

54 lines
954 B
YAML

# Hugo configuration file
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"