🎨 based
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-02-07 21:09:54 +01:00
parent fd2c9457d1
commit bf5cb72c16
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
10 changed files with 2214 additions and 300 deletions

29
config.toml Normal file
View file

@ -0,0 +1,29 @@
# Project Definition
[project]
# Project Name
name = "Root Project"
# Project Description
description = "Root Project"
# Project Icon
icon = "icon.png"
# Project Website
website = "https://example.com"
# Project Documentation
documentation = "https://docs.example.com"
# Project Start
since = "1999-00-00"
# Contact Information
# eMail
contact.email = "mail@example.com"
# Subprojects
[project.sub.name]
name = "Sub Project"
description = "Sub Project"