1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-24 12:21:21 +00:00
Files
privacyguides.org/hugo.yaml
T

118 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-19 02:43:13 -05:00
relativeURLs: true
2026-05-08 20:34:55 -05:00
2026-05-13 01:25:47 -05:00
# temporarily ignore blog content
ignoreFiles:
- "blog"
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
- name: Updates
2026-05-18 22:17:00 -05:00
weight: 50
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
- 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
outputs:
home: [HTML, RSS, llms]
2026-05-09 01:54:47 -05:00
page: [HTML, markdown, RSS]
section: [HTML, RSS]
defaultContentLanguage: en
2026-05-19 02:43:13 -05:00
defaultContentLanguageInSubdir: false
languages:
en:
languageName: English
weight: 1
2026-05-19 12:46:04 -05:00
# baseURL: https://en.privacyguides.org
contentDir: 'content'
2026-05-19 02:43:13 -05:00
# fr:
# languageName: Français
# weight: 2
2026-05-19 12:46:04 -05:00
# baseURL: https://fr.privacyguides.org
# contentDir: 'translations/fr'