Add initial default template
This commit is contained in:
commit
8a3747987d
3 changed files with 15 additions and 0 deletions
1
README.md
Normal file
1
README.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
0
default/README.md
Normal file
0
default/README.md
Normal file
14
default/config.toml
Normal file
14
default/config.toml
Normal 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"
|
Loading…
Reference in a new issue