1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-25 04:41:28 +00:00
Files
privacyguides.org/hugo.yaml
T

120 lines
2.3 KiB
YAML
Raw Normal View History

2026-05-08 20:34:55 -05:00
# Hugo configuration file
2026-05-08 23:15:17 -05:00
title: Privacy Guides
2026-05-08 20:34:55 -05:00
# import hextra as module
module:
imports:
- path: github.com/imfing/hextra
markup:
# allow raw html
goldmark:
2026-05-08 21:01:30 -05:00
renderHooks:
link:
2026-05-12 12:19:00 -05:00
useEmbedded: always
2026-05-08 20:34:55 -05:00
renderer:
unsafe: true
parser:
attribute:
block: true
title: true
# enable hextra syntax highlight
highlight:
noClasses: false
menu:
main:
2026-05-08 23:15:17 -05:00
- name: Recommendations
2026-05-08 20:34:55 -05:00
pageRef: /tools
2026-05-08 23:15:17 -05:00
weight: 1
- name: Wiki
pageRef: /wiki
2026-05-08 20:34:55 -05:00
weight: 2
2026-05-08 23:15:17 -05:00
- name: Activism
pageRef: /activism
2026-05-08 20:34:55 -05:00
weight: 3
2026-05-08 23:15:17 -05:00
- identifier: updates
name: Updates
2026-05-09 00:11:35 -05:00
weight: 4
2026-05-08 23:15:17 -05:00
- identifier: articles
name: Articles
pageRef: /posts/tag/articles/
parent: updates
- identifier: videos
name: Videos
pageRef: /videos/
parent: updates
- identifier: news
name: News
pageRef: /news/
parent: updates
2026-05-09 00:11:35 -05:00
- name: Forum ↗
url: "https://discuss.privacyguides.net"
weight: 5
2026-05-08 23:15:17 -05:00
- identifier: more
name: More
weight: 6
- identifier: communitywiki
name: Community Guides ↗
url: "https://discuss.privacyguides.net/c/community-wiki/9411/none"
parent: more
- identifier: about
name: About
pageRef: /about
parent: more
2026-05-09 01:54:47 -05:00
- identifier: glossary
name: Glossary
pageRef: /glossary
parent: more
2026-05-08 23:15:17 -05:00
- name: Search
weight: 7
2026-05-08 20:34:55 -05:00
params:
type: search
2026-05-09 01:54:47 -05:00
- name: Donate
2026-05-08 23:15:17 -05:00
weight: 8
2026-05-09 01:54:47 -05:00
pageRef: donate
2026-05-08 20:34:55 -05:00
params:
2026-05-09 01:54:47 -05:00
icon: heart
2026-05-08 20:34:55 -05:00
params:
navbar:
2026-05-09 00:11:35 -05:00
displayTitle: false
displayLogo: true
logo:
path: "brand/logos/svg/logo/privacy-guides-logo.svg"
dark: "brand/logos/svg/logo/privacy-guides-logo-dark.svg"
link: "/"
width: 185
height: 24
# Display the last modification date
displayUpdatedDate: true
dateFormat: "January 2, 2006"
# Display the author of the last modification
2026-05-12 12:19:00 -05:00
displayUpdatedAuthor: false
2026-05-08 20:34:55 -05:00
footer:
displayCopyright: false
2026-05-09 00:11:35 -05:00
displayPoweredBy: false
2026-05-08 20:34:55 -05:00
editURL:
enable: true
2026-05-08 23:15:17 -05:00
base: "https://github.com/privacyguides/privacyguides.org/edit/main/content"
2026-05-09 00:11:35 -05:00
2026-05-09 01:54:47 -05:00
rss:
sections:
- docs
2026-05-09 00:11:35 -05:00
enableGitInfo: true
outputs:
2026-05-09 01:54:47 -05:00
home: [HTML, RSS]
page: [HTML, markdown, RSS]
section: [HTML, RSS]
defaultContentLanguage: en
languages:
en:
languageName: English
weight: 1