mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-05-14 15:41:17 +00:00
61 lines
1.1 KiB
YAML
61 lines
1.1 KiB
YAML
# Hugo configuration file
|
|
title: My Site
|
|
|
|
# import hextra as module
|
|
module:
|
|
imports:
|
|
- path: github.com/imfing/hextra
|
|
|
|
markup:
|
|
# allow raw html
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|
|
parser:
|
|
attribute:
|
|
block: true
|
|
title: true
|
|
|
|
# enable hextra syntax highlight
|
|
highlight:
|
|
noClasses: false
|
|
|
|
menu:
|
|
main:
|
|
- name: KB
|
|
pageRef: /kb
|
|
weight: 1
|
|
- name: Tools
|
|
pageRef: /tools
|
|
weight: 2
|
|
- name: Contact ↗
|
|
url: "https://github.com/imfing"
|
|
weight: 3
|
|
- name: Search
|
|
weight: 4
|
|
params:
|
|
type: search
|
|
- name: GitHub
|
|
weight: 5
|
|
url: "https://github.com/imfing/hextra-starter-template"
|
|
params:
|
|
icon: github
|
|
- name: Twitter
|
|
weight: 6
|
|
url: "https://twitter.com/"
|
|
params:
|
|
icon: x-twitter
|
|
|
|
params:
|
|
navbar:
|
|
displayTitle: true
|
|
displayLogo: false
|
|
|
|
footer:
|
|
displayCopyright: false
|
|
displayPoweredBy: true
|
|
|
|
editURL:
|
|
enable: true
|
|
base: "https://github.com/imfing/hextra-starter-template/edit/main/content"
|