From a3ace099f7c498d0183d5c50f9349a2f2a3b848c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Apr 2025 18:18:17 +0100 Subject: [PATCH] Add custom theme --- .gitignore | 9 ++++++++- web/themes/custom/opdavies/opdavies.info.yml | 4 ++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 web/themes/custom/opdavies/opdavies.info.yml diff --git a/.gitignore b/.gitignore index 5baa34823..3999be436 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ html/ vendor/ -web/ + +web/* +!web/themes/ +web/themes/* +!web/themes/custom/ +web/themes/custom/* +!web/themes/custom/opdavies/ + diff --git a/web/themes/custom/opdavies/opdavies.info.yml b/web/themes/custom/opdavies/opdavies.info.yml new file mode 100644 index 000000000..0798800d7 --- /dev/null +++ b/web/themes/custom/opdavies/opdavies.info.yml @@ -0,0 +1,4 @@ +name: opdavies +core_version_requirement: ^11 +type: theme +base theme: false