* removed categories and reasigned patterns to default ones
* added patterns to featured category
* re register pattern categories
* added a comment about GB issue
* 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>
* first commit with initial files
* templates
* styles
* template parts
* Removed errant metadata
* Added create tool
To use `php create.php` and answer the prompts.
This will create a folder alongside this theme with the provided
metadata as well as namespaced attributes refactored.
* Removed a create script. (It shouldn't be here...)
* 404 block pattern
* remove fontSlug
* removed block styles support
* change slug of block pattern
* added namespace to pattern
* ignore this theme when pushing to the sandbox
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Remove bottom margin from columns
* Try adjusting spacing.
* Tidy up mobile padding for the main headline.
* Update image-with-headline-description.php
Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
* Archeo: Remove text decoration from post titles
* Add patch for title text-decoration
And tidied up some comments
* Fix text-decoration on hover
* Fix spacing
* Exclude buttons from link hover styles
* Apply text-decoration styles to all post title blocks
* Fix navigation text-decoration rule
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Add wp-image- class to Layered images with headline
* Add wp-image- class to Image with description
* Add wp-image- class to Layout with two images and text
* Revert "Add wp-image- class to Layout with two images and text"
This reverts commit 8627c3f2c5.
* Revert "Add wp-image- class to Image with description"
This reverts commit 6ced73754c.
* Revert "Add wp-image- class to Layered images with headline"
This reverts commit 7616eb3b89.
* Fix invalid block error
* Add CSS patch for responsive images
* Remove ID attribute from Image with description
* Stewart: archive template to update the query loop block in order to inherit query from template
* Stewart: add posts list as pattern
* Stewart: use posts list pattern in archive template
* Stewart: use posts list pattern in index template
* Stewart: use posts list pattern and add search block in search template
* Change posts-list category to query
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
Problem:
Non text widgets are given padding-top and border-top in the penscratch-2 theme.
These style are also effecting social links.
Change summary:
* add style resets to override styles for social links
* Add tags pattern and register it.
* Revise footer.
* categories pattern, used different blocks, added to the footer
* Corrected a couple of comments
* Remove CSS that is in gutenberg now.
* Make tags uppercase.
* Remove text tranform from tag cloud.
Co-authored-by: Maggie <maggie.cabrera@automattic.com>
Co-authored-by: Jason Crist <jcrist@pbking.com>