From b9cb4bc640d022abfaddc8f9b63cb782d0e5fcad Mon Sep 17 00:00:00 2001 From: purple Date: Sat, 23 Sep 2023 15:46:10 +0200 Subject: [PATCH] Create template file tree. --- blueprint.sh | 2 ++ .../data/internal/build/templates/0/TemplateInformation.md | 5 +++++ .../data/internal/build/templates/1/TemplateInformation.md | 5 +++++ .../data/internal/build/templates/2/TemplateInformation.md | 5 +++++ 4 files changed, 17 insertions(+) create mode 100644 blueprint/data/internal/build/templates/0/TemplateInformation.md create mode 100644 blueprint/data/internal/build/templates/1/TemplateInformation.md create mode 100644 blueprint/data/internal/build/templates/2/TemplateInformation.md diff --git a/blueprint.sh b/blueprint.sh index c490c5f..f802e62 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -862,6 +862,8 @@ if [[ $2 == "-init" ]]; then VCMD="y" ask_template() { log_blue "[INPUT] Initial Template:" log_blue " - (0) Barebones" + log_blue " - (1) Placeholder" + log_blue " - (2) Placeholder" read ASKTEMPLATE REDO_TEMPLATE=false diff --git a/blueprint/data/internal/build/templates/0/TemplateInformation.md b/blueprint/data/internal/build/templates/0/TemplateInformation.md new file mode 100644 index 0000000..a41f9b6 --- /dev/null +++ b/blueprint/data/internal/build/templates/0/TemplateInformation.md @@ -0,0 +1,5 @@ +# Barebones +Start from the beginning. Recommended for advanced users. + +- Author: prplwtf +- Template: 0 \ No newline at end of file diff --git a/blueprint/data/internal/build/templates/1/TemplateInformation.md b/blueprint/data/internal/build/templates/1/TemplateInformation.md new file mode 100644 index 0000000..e26c7d6 --- /dev/null +++ b/blueprint/data/internal/build/templates/1/TemplateInformation.md @@ -0,0 +1,5 @@ +# placeholder +description + +- Author: prplwtf +- Template: 1 \ No newline at end of file diff --git a/blueprint/data/internal/build/templates/2/TemplateInformation.md b/blueprint/data/internal/build/templates/2/TemplateInformation.md new file mode 100644 index 0000000..a6c3924 --- /dev/null +++ b/blueprint/data/internal/build/templates/2/TemplateInformation.md @@ -0,0 +1,5 @@ +# placeholder +description + +- Author: prplwtf +- Template: 2 \ No newline at end of file