October 16, 2020
February 7, 2020
There is a danger with Layout Builder that can bite you if you aren't careful.
February 7, 2020
Open-source software is taking over the world. It turns out that many eyes make high-quality code.
February 7, 2020
Drupal is one of the most successful open-source content management systems. Find out why.
January 26, 2020
When using the new Layout Builder, certain choices can break critical parts of your site.
Download logs from Pantheon
Use Terminus to download the logs with a script that you install on your local development environment. The original source of the script is from Pantheon.
1. Install Terminus.
2. Create "site-logs" in the root of the project as a sister folder to "web".
3. Place DONT_REMOVE.txt in that directory.
4. Add the following to .gitignore:
site-logs/*.gz
site-logs/*.log
5. Commit to the repo.
SASS installation and configuration
Using Bootstrap4 as base theme
SASS compilation:
SASS compilation is no longer in the theme
- Optional use [Bootstrap4 Tools](https://www.drupal.org/project/bootstrap4_tools) module
- Download and install bootstrap4_tools module
- Or install SASS compiler
Install SASS compiler (Recommended):
Inside of the theme:
December 18, 2019
Layout Builder Kit introduces some useful, new components.