diff --git a/.github/workflows/theme-bootstrap-vue.yml b/.github/workflows/theme-bootstrap-vue.yml index 7dc31a00..84163df6 100644 --- a/.github/workflows/theme-bootstrap-vue.yml +++ b/.github/workflows/theme-bootstrap-vue.yml @@ -4,7 +4,6 @@ on: push: branches: - develop - - feature/44-themes jobs: theme_bootstrap_vue: diff --git a/.github/workflows/theme-tailwindcss.yml b/.github/workflows/theme-tailwindcss.yml index eb573809..b1c1522a 100644 --- a/.github/workflows/theme-tailwindcss.yml +++ b/.github/workflows/theme-tailwindcss.yml @@ -4,7 +4,6 @@ on: push: branches: - develop - - feature/44-themes jobs: theme_tailwindcss: diff --git a/README.md b/README.md index f0764e28..6599225d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,15 @@ Try it before you fork it: [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/Realityloop/statertkit-drupal-foundry-tome-druxt) +## Theme branches + +To get your started with a theme included, checkout the following: + +| Theme | Branch | GitPod | Docs | +| -- | -- | -- | -- | +| [BootstrapVue](https://bootstrap-vue.org) | [theme/bootstrap-vue](https://github.com/Realityloop/starterkit-drupal-foundry-tome-druxt/tree/theme/bootstrap-vue) | [Link](https://gitpod.io/#github.com/Realityloop/starterkit-drupal-foundry-tome-druxt/tree/theme/bootstrap-vue) | [Link](https://bootstrap-vue.org/docs) +| [TailwindCSS](https://tailwindcss.com/) | [theme/tailwindcss](https://github.com/Realityloop/starterkit-drupal-foundry-tome-druxt/tree/theme/tailwindcss) | [Link](https://gitpod.io/#github.com/Realityloop/starterkit-drupal-foundry-tome-druxt/tree/theme/tailwindcss) | [Link](https://tailwindcss.com/docs) + ## Getting started 1. Click the **Use this template** button in GitHub and follow the on-screen instructions to **Create a new repository**.