From 1818afa406e0d941b6f44e476bad255e0ac8518e Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Thu, 16 May 2019 14:17:31 -0400 Subject: [PATCH] Added config file --- templates/Grav/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/Grav/config.yml diff --git a/templates/Grav/config.yml b/templates/Grav/config.yml new file mode 100644 index 0000000..ce691b9 --- /dev/null +++ b/templates/Grav/config.yml @@ -0,0 +1,8 @@ +name: Grav +description: | + Status: EXPERIMENTAL +version: latest +# category: +maintainer: WilliamMiceli +# license: +# projectURL: \ No newline at end of file