https://github.com/kanopi/arbor
Drupal theme for Saplings Distribution
https://github.com/kanopi/arbor
saplings
Last synced: 5 months ago
JSON representation
Drupal theme for Saplings Distribution
- Host: GitHub
- URL: https://github.com/kanopi/arbor
- Owner: kanopi
- License: gpl-2.0
- Created: 2025-03-31T16:25:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T15:16:32.000Z (about 1 year ago)
- Last Synced: 2025-06-10T16:36:51.065Z (about 1 year ago)
- Topics: saplings
- Language: Twig
- Homepage:
- Size: 1.45 MB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Arbor Child Theme
This is a subtheme of the Ui Bootstrap Theme to demonstrate how some
integrations can be done like:
- CKEditor 5 stylesheets
- Negative margins in utility classes
- Background gradients
Those integrations cannot be done in the base theme because either not enabled
in Bootstrap default compiled CSS or impossible to do in a generic way.
## Usage
You can copy/paste this theme to init your own subtheme.
You will have to change:
- the machine names of files
- the machine names inside those files
- adapt path to the Bootstrap library to recompile assets
## Setup Steps
Follow these steps to set up and customize your subtheme:
1. Navigate to your theme directory:
```
cd web/themes/custom/arbor
```
2. Create all your custom SCSS files under the "assets/scss/custom" directory.
3. Run the following command to compile SCSS files:
```
npm run watch
```
This command watches for changes in your SCSS files and automatically
compiles them.
## Policy
There is no backward compatibility policy in this example theme.
Breaking change can happen at any moment.