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: ''