Files
sharedinbox/website/hugo.toml
T
Thomas SharedInboxandClaude Sonnet 4.6 bfb00e028a fix: correct github→gitea/codeberg refs and add privacy policy page
- Replace github.ref with gitea.ref in ci.yml (Forgejo uses gitea context)
- Fix README.md CI path from .github/ to .forgejo/
- Use codeberg icon instead of github icon in hugo.toml social link
- Add Privacy Policy page required for Google Play Store submission
- Add Privacy Policy link to website nav menu

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 10:38:38 +02:00

24 lines
568 B
TOML

baseURL = 'https://sharedinbox.de/'
languageCode = 'en-us'
title = 'SharedInbox'
theme = 'PaperMod'
[params]
env = 'production'
title = 'SharedInbox'
description = 'IMAP/SMTP Email Client'
author = 'SharedInbox Team'
[params.homeInfoParams]
Title = "SharedInbox"
Content = "The modern IMAP/SMTP email client for your desktop and mobile."
[[params.socialIcons]]
name = "codeberg"
url = "https://codeberg.org/guettli/sharedinbox"
[[menu.main]]
name = "Privacy Policy"
url = "/privacy/"
weight = 10