parent
fd2c9457d1
commit
bf5cb72c16
10 changed files with 2214 additions and 300 deletions
29
config.toml
Normal file
29
config.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue