* Changes from WordPress Playground
* Fix patterns.
* Use esc_html_e to translate strings in patterns
* Update translation functions in home.php and startup.php
* Try to address feedback.
* Try to fix Search and 404.
* Update search and 404 again.
* Adds css rule for heading color inside cover blocks to match default paragraph text color
---------
Co-authored-by: Beatriz Fialho <65220155+beafialho@users.noreply.github.com>
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
Co-authored-by: Grant Kinney <hi@grant.mk>
4bf4fb9a introduced a bug when including `wpcom-colors.php` by using the
editor. It was missing a directory separate and so it fataled with an
error message like:
`PHP Fatal error: Uncaught Error: Failed opening required '/xxx/seedlet/incwpcom-colors.php' (include_path='.') in /xxx/seedlet/inc/wpcom-editor-colors.php:3
- Changed its main heading "Is this nice?" to "Is this cool?" after some feedback regarding the expression
- Adjustments in the outer spacing
- Adjustments in the templates wide widths
- Added font license
- Updated screenshot
Co-authored-by: Beatriz Fialho <65220155+beafialho@users.noreply.github.com>
* add partials for section styles
* remove styles.blocks.variations from theme.json
* move to styles.variations
* Remove button outline styles
* remove extraneous style from type-only variations
* use slug and title for each section
* version 4 theme.json
* Make forms and inputs better across more styles
* Update style.css
* remove custom.input values
* tweak input styles
* add vermilian and gainsboro
* add default duotone
* better duotones across all variations
* tweak default duotone
* Update 43-moss.json
* Refactor dotorg deploy script to use an EXCLUSION list instead of INCLUSION list, ignore ALL classic themes, check existence of themes and version using HTTP instead of SVN
* Update deploy-dotorg.sh
* use .dotorg-ignore file for rsync and deployment
---------
Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>
* Changes from WordPress Playground
I made some adjustments to the theme:
- Added image from theme screenshot license
- Rearranged spacings in the templates
- Did some fine-tuning in Global Styles, font size presets
* Use relative paths for image in home pattern
* Remove Helvetica as bundled font
* Use footer pattern in template part
---------
Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
* Cookbook: Add theme
Add Cookbook theme.
* Comitting provided changes to cookbook
* Ran theme through CBT: cleaned up a few templates, stripped nav references
* Update footer.php
Remove an extra character.
* Update header and footer patterns
Update the text color in the header;
Wrap text in translation function.
* Update home.php
Wrap text in translation function.
---------
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Fixed blockbase children style variations problems. Added .idea folder to gitignore
* Fixed more themes that inherit from blockbase that were specified on another issue