- 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>
24 lines
568 B
TOML
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
|