From 44f71b1f5c46d420bf3bead8630c16ce619420cd Mon Sep 17 00:00:00 2001 From: Timi Wahalahti Date: Wed, 27 Jul 2016 22:05:00 +0300 Subject: [PATCH] Add Air starter theme --- src/frameworks/air.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/frameworks/air.php diff --git a/src/frameworks/air.php b/src/frameworks/air.php new file mode 100644 index 0000000..253ca2c --- /dev/null +++ b/src/frameworks/air.php @@ -0,0 +1,13 @@ + 'Air', + 'description' => 'A minimalist WordPress theme starting point. Designed to be lightweight and easy starter theme for all kinds of projects.', + 'github_repo' => 'digitoimistodude/air', + 'homepage' => 'https://dudetest.xyz/air', + 'is_for_plugins' => false, + 'is_for_themes' => true, + 'thumbprint' => array( + 'file' => 'air.php', + 'token' => 'class Air', + ), + );