Add custom theme
This commit is contained in:
parent
3a899bbad8
commit
a3ace099f7
2 changed files with 12 additions and 1 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,3 +1,10 @@
|
||||||
html/
|
html/
|
||||||
vendor/
|
vendor/
|
||||||
web/
|
|
||||||
|
web/*
|
||||||
|
!web/themes/
|
||||||
|
web/themes/*
|
||||||
|
!web/themes/custom/
|
||||||
|
web/themes/custom/*
|
||||||
|
!web/themes/custom/opdavies/
|
||||||
|
|
||||||
|
|
4
web/themes/custom/opdavies/opdavies.info.yml
Normal file
4
web/themes/custom/opdavies/opdavies.info.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
name: opdavies
|
||||||
|
core_version_requirement: ^11
|
||||||
|
type: theme
|
||||||
|
base theme: false
|
Loading…
Add table
Add a link
Reference in a new issue