You could also easily create a subtheme in 2 minutes.
Create a folder in the root's themes folder, for example in bartik_sub
Create a file bartik_sub.info with...
Posted8 hours 6 min ago by Alejandro Cremaschi (argiepiano) on:
Hi Trisha
Welcome to the Backdrop community and thank you for considering Backdrop.
I wonder for your "Geeking Out About" site, where you don't have particular ideas whether any of...
Posted20 hours 41 min ago by Martin Price | System Horizons Ltd (yorkshirepudding) on:
Comments
Yes, see https://github.com/backdrop-contrib/bee/issues/53 for where this was added, but you're probably just better off running
bee help install
for details.Here is the bee command I'm using now within ddev (remove "ddev" if not using ddev):
ddev bee install --db-name=backdrop --db-user=backdrop --db-pass=backdrop --username=admin --password=pw1234 --email=test@email.com --site-name="Demo Site" --auto
For more info, run:
bee help install