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
|
|
|
|
2026-05-13 01:25:47 -05:00
|
|
|
# temporarily ignore blog content
|
|
|
|
|
ignoreFiles:
|
|
|
|
|
- "blog"
|
|
|
|
|
|
2026-05-18 12:43:44 -05:00
|
|
|
# use relative links
|
|
|
|
|
relativeURLs: true
|
|
|
|
|
|
2026-05-08 20:34:55 -05:00
|
|
|
# import hextra as module
|
|
|
|
|
module:
|
|
|
|
|
imports:
|
|
|
|
|
- path: github.com/imfing/hextra
|
2026-05-12 21:44:43 -05:00
|
|
|
# mounts:
|
|
|
|
|
# - source: content
|
|
|
|
|
# target: content
|
|
|
|
|
# - source: prebuild/public/articles
|
|
|
|
|
# target: content/articles
|
|
|
|
|
# - source: prebuild/public/livestreams
|
|
|
|
|
# target: content/livestreams
|
|
|
|
|
# - source: prebuild/public/news
|
|
|
|
|
# target: content/news
|
|
|
|
|
# - source: prebuild/public/videos
|
|
|
|
|
# target: content/videos
|
2026-05-08 20:34:55 -05:00
|
|
|
|
|
|
|
|
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-18 22:17:00 -05:00
|
|
|
- name: Search
|
|
|
|
|
weight: 10
|
|
|
|
|
params:
|
|
|
|
|
type: search
|
2026-05-12 15:47:35 -05:00
|
|
|
- name: Tools
|
2026-05-08 20:34:55 -05:00
|
|
|
pageRef: /tools
|
2026-05-18 22:17:00 -05:00
|
|
|
weight: 20
|
2026-05-08 23:15:17 -05:00
|
|
|
- name: Wiki
|
|
|
|
|
pageRef: /wiki
|
2026-05-18 22:17:00 -05:00
|
|
|
weight: 30
|
2026-05-08 23:15:17 -05:00
|
|
|
- name: Activism
|
|
|
|
|
pageRef: /activism
|
2026-05-18 22:17:00 -05:00
|
|
|
weight: 40
|
2026-05-18 14:23:37 -05:00
|
|
|
- name: Updates
|
2026-05-18 22:17:00 -05:00
|
|
|
weight: 50
|
2026-05-13 00:29:52 -05:00
|
|
|
pageRef: /news
|
|
|
|
|
- name: Forum
|
2026-05-09 00:11:35 -05:00
|
|
|
url: "https://discuss.privacyguides.net"
|
2026-05-18 22:17:00 -05:00
|
|
|
weight: 60
|
2026-05-18 14:23:37 -05:00
|
|
|
- name: About
|
2026-05-08 23:15:17 -05:00
|
|
|
pageRef: /about
|
2026-05-18 22:17:00 -05:00
|
|
|
weight: 70
|
2026-05-09 01:54:47 -05:00
|
|
|
- name: Donate
|
2026-05-18 22:17:00 -05:00
|
|
|
weight: 80
|
2026-05-09 01:54:47 -05:00
|
|
|
pageRef: donate
|
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:
|
2026-05-18 12:43:44 -05:00
|
|
|
sections:
|
2026-05-09 01:54:47 -05:00
|
|
|
- docs
|
|
|
|
|
|
2026-05-09 00:11:35 -05:00
|
|
|
enableGitInfo: true
|
2026-05-09 01:07:04 -05:00
|
|
|
|
|
|
|
|
outputs:
|
2026-05-13 12:59:53 -05:00
|
|
|
home: [HTML, RSS, llms]
|
2026-05-09 01:54:47 -05:00
|
|
|
page: [HTML, markdown, RSS]
|
|
|
|
|
section: [HTML, RSS]
|
2026-05-09 01:07:04 -05:00
|
|
|
|
|
|
|
|
defaultContentLanguage: en
|
|
|
|
|
languages:
|
|
|
|
|
en:
|
|
|
|
|
languageName: English
|
|
|
|
|
weight: 1
|