* Archeo: Add navigation styles
* Fix left alignment, remove site tagline and image.
* Fix top spacing.
* Fix close button position.
* Add custom CSS for navigation links in the overlay
Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
* fixed font files and styles
* added bold font
* preloaded 400 weight too
* adjustments after rebase
* undo site title change
* Removing unused custom property
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Add archeo
* Add color and font settings
* update the footer
* Add footer file
* footer fixes
* make sizes responsive
* Add package.json to handle theme.css
* Add functions.php
* Adjust footer to be closer to mocks
* Add index.html
* Add theme.scss & add numbers to header nav
* Update package-lock
* Make menu with numbers into a template part
* Remove theme sass
* Remove Template: blockbase
* Add index.php file
* Remove Blockbase class name
* Update functions.php & add font file
functions.php file is based on Livro
* Update theme.json fonts and layout
* Rename header template
* Rename parts and templates directories
* Update theme.json
* Update readme
* Add styles to style.css
* Update header template
* Adjust header font sizes
* Add dynamic spacing
* Update nav in footer
* Remove inline style from site title
* Update layout settings against mocks
* Add typography styles
* Change Chivo fallback to sans-serif
* Add template parts
* Add basic templates
* Add button styles
* Fix style.css formatting
* Fix default line height var
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* Videomaker: replace google font by the locally loaded variable version
* Videomaker: updating theme.css
* Videomaker: using sans-serif as fallback of Inter font
* Add a trailing slash to the font URL
Co-authored-by: Ben Dwyer <ben@scruffian.com>
* 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
* Adjusted variation script to keep existing version when running
* Removed unused 'template-mods' feature of variations
* Added option to git add changes while building variations
* Added the building of variations to deployment process
* 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>