Add initial default template

This commit is contained in:
Sangelo 2023-10-11 01:29:49 +02:00
commit 8a3747987d
3 changed files with 15 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@

0
default/README.md Normal file
View file

14
default/config.toml Normal file
View file

@ -0,0 +1,14 @@
[template]
name = "Default"
version = "0.1.0"
authors = [
"Dashinit Contributors",
"Sangelo"
]
links = [
"https://gitpot.dev/dashinit/templates/src/branch/main/default/README.md"
]
[automation]
enabled = true
script = "./scripts/main.sh"