commit 8a3747987da8ab6bba7c9fc111bb4f1e1aa0f8bd Author: Sangelo Date: Wed Oct 11 01:29:49 2023 +0200 Add initial default template diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d1c8b6 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ + diff --git a/default/README.md b/default/README.md new file mode 100644 index 0000000..e69de29 diff --git a/default/config.toml b/default/config.toml new file mode 100644 index 0000000..a7abb3f --- /dev/null +++ b/default/config.toml @@ -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" \ No newline at end of file