This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
website/hugo.toml

68 lines
1.3 KiB
TOML
Raw Normal View History

2024-05-24 11:43:23 +00:00
baseURL = 'https://trinitrix.vhack.eu/'
languageCode = "en-US"
DefaultContentLanguage = "en"
title = 'Trinitrix'
theme = 'risotto'
author = 'The Trinitrix Project'
copyright = "© The Trinitrix Project 2024"
[params.about]
description = 'Trinitrix is an open source (GPL3+), cross-platform and extreme flexible chatting ecosystem.'
[params.theme]
palette = "tokyo-night-dark"
[[params.socialLinks]]
icon = "fa-brands fa-square-git"
title = "Git"
url = "https://git.nerdcult.net/trinitrix"
[[params.socialLinks]]
icon = "fa-solid fa-message"
title = "Matrix"
url = "https://matrix.to/#/#trinitrix:nerdcult.net"
[menus]
[[menus.main]]
name = 'Home'
pageRef = '/home'
weight = 10
[[menus.main]]
name = 'Client'
pageRef = '/client'
weight = 20
[[menus.main]]
name = 'Backend Servers'
pageRef = '/backends'
weight = 30
[[menus.main]]
name = 'Docs'
pageRef = '/docs'
weight = 40
[[menus.main]]
name = 'Blog'
pageRef = '/blog'
weight = 50
[[menus.main]]
name = 'Install'
pageRef = '/install-instructions'
weight = 60
[[menus.footer]]
name = 'Terms'
pageRef = '/terms'
weight = 10
[[menus.footer]]
name = 'Privacy'
pageRef = '/privacy'
weight = 20
[languages.en]
contentDir = 'content'
disabled = false
languageCode = 'en-US'
languageDirection = 'ltr'
languageName = 'English'
weight = 2