From fd28d4de1655b85ded98cc2168eba870a60d1d57 Mon Sep 17 00:00:00 2001 From: JayWll Date: Fri, 15 May 2020 11:21:06 -0600 Subject: [PATCH] Repo set up. Creating new (blank) theme. --- .gitignore | 11 +++++++++++ www/themes/jason-williamsca/theme.yaml | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 www/themes/jason-williamsca/theme.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9e6463f --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Exclude everything +* + +# Allow decending into directories +!*/ + +# Include files in the root directory +!/* + +# Include the custom theme +!/www/themes/jason-williamsca/** diff --git a/www/themes/jason-williamsca/theme.yaml b/www/themes/jason-williamsca/theme.yaml new file mode 100644 index 0000000..e61ec7d --- /dev/null +++ b/www/themes/jason-williamsca/theme.yaml @@ -0,0 +1,5 @@ +name: Ja.son-williams.ca +description: 'OctoberCMS custom theme for https://ja.son-williams.ca/' +author: 'Jason Williams' +homepage: 'https://ja.son-williams.ca' +code: ''