* Removed SVN versions of deploy actions
* Removed (unused) sandbox.sh utility
* Refactored pushToSandbox() to sync in the same manner as selective (changed) syncing
* renamed zip npm target to fit the other script names. Added deploy:theme as npm script
* Removed unused sandbox-git.sh
* Premium: Update blockbase references when we push to the premium repo
* Added sandbox:clean-premium:git/svn. Refactored the -premium change to be more targeted. Modified rsync command to also delete removed files.
* Exclude /sass files from rsyncing to premium
* Used the 'premium themes' folder as the 'ignore' folder
* Fixed a log
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Use dart sass instead of node sass
* Update deps
* Add postcss to themes not already using it
* Update all package-lock files for node 16
* Remove package files from generated variations
Co-authored-by: Jason Crist <jcrist@pbking.com>
* WIP variations script
* add some initial code to copy theme variants
* Add more variations
* Fix blue and slate variations
* Remove commas breaking theme.json
* Refactored script to exclude unnecessary elements, copy additional resources and merge theme.json data
* Added npm script target to variations build. Added readme files to variation destination.
* Removed unused 'foreground' palette color from geologist variations. Mapped 'secondary' palette color to 'secondary' custom color in base Geologist theme.
* Removed unused 'foreground' palette color from geologist variations. Mapped 'secondary' palette color to 'secondary' custom color in base Geologist theme.
* Made the variations script smart
* Made site title adjustments per design request
* Update the header to use the standard blockbase header
* Refactored the usage of default header out of a change to template part and instead introduced the concept of 'mods' that will change templates to suit
* Removed header modifications to Geologist variations
* Added Google font URL information to geologist-blue
* Add IBM Plex Mono to our list of cusotmization fonts
Co-authored-by: Ben Dwyer <ben@scruffian.com>