TripalCultivate / TripalCultivate-Theme

Provides a base theme for our collection of Tripal Cultivate sites.
0 stars 0 forks source link

Ensure the theme detects templates and add one for the frontpage. #5

Closed laceysanderson closed 7 months ago

laceysanderson commented 7 months ago

This PR ensures that

Testing

Create a new docker on this branch

docker build --build-arg drupalversion=10.2.x-dev --build-arg phpversion=8.3 --tag=trpcultivate-theme:4x ./
docker run --publish=80:80 -tid --name=theme4x --volume=`pwd`:/var/www/drupal/web/themes/trpcultivatetheme trpcultivate-theme:4x
docker exec theme4x service postgresql restart

You should now see the following on the front page: image

reynoldtan commented 7 months ago

Upon creation of a docker instance the homepage loads the screenshot shown in this PR

reynoldtan commented 7 months ago

Confirmed, I can modify the template and load the changes.

image

laceysanderson commented 7 months ago

Thanks @reynoldtan