* Lossless image optimization (using ImageOptim).
This shouldn't change the visual appearance of any images. ImageOptim
was run with the highest compression setting except that JPEG metadata
stripping was disabled because some users prefer to avoid stripping
JPEG metadata.
* Update READMEs that have Changelogs for themes impacted by lossless image optmization change.
* Remove unneeded CSS from Archivo
* Add full stop to Bitacora description
* Remove empty line from Blockbase CSS
* Add Course to dotorg deploy list
* Change order of theme tags in Erma
* Change order of theme tags in Exmoor
* Update order of theme tags
* Remove font-smoothing from Iotix
* Small tweaks like updating theme tag order
* Fix Iotix style.css spacing
* Add font-smoothing back to Archivo
* Add the load_theme_textdomain function call
* Fix incorrect domain
* Load blockbase translations
* Moved all calls to load_theme_textdomain to be handled by Blockbase (not the children)
* Refactored calls to load_theme_textdomain to not include the default location to simplify the call
* Added load_theme_textdomain call to block canvas
* Removed unrelated videomaker changes
Co-authored-by: Jason Crist <jcrist@pbking.com>
* lock post-content and the containing group blocks to not allow remove option without unlocking
* Added a few missing locks
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Archeo: Add fonts to theme.json
* Add archeo_preload_webfonts function back in
* Also replace the fonts in Stewart
* Use theme.json fonts for Livro
* Add fonts for Remote to theme.json
* Remove preload fuctions and use on the font files
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Rework layout inheritance for query and post template.
* Wrap archive title in a group that inherits layout.
* Also unset the max-width
* Get the markup in all templates to match
* add post template
* update post template
* Refactor index, home and archive templates to share the post template
* Adding back the default layout
* fix alignments on pagination
* remove unneeded alignment rules
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>