* Attempt to fix dotorg deploy script
* Check theme has been approved before attempting to update
* Revert change to wpcom specific tags line
* Fix spacing
* remove trailing slashes
* Update deploy-dotorg.sh
Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>
* Add check to compare version numbers already deployed
* Remove decimals from versions before comparing
---------
Co-authored-by: Vicente Canales <1157901+vcanales@users.noreply.github.com>
The featured images in Luminance were completely misaligned due to
changes in how Gutenberg has changed the specifity of style rules.
Rather than the custom block-specific CSS for the core/featured-image
block taking priority, the default block library styles did.
The problem has been reported upstream
(https://github.com/WordPress/gutenberg/issues/64453) but in the
meantime, using the theme-wide custom CSS fixes the problem.
* Remove unused files.
* Add comments pattern
* Update single.html
Move content of single post from pattern to template
* Update post-meta.php
Consolidate post meta into single pattern.
* Update footer.php
Update the translation functions.
* Update 404.php
Update the translation functions.
* Saison is a clean, modern theme for restaurants, bakeries and other food businesses. It comes with page patterns and style variations that allow you to quickly design and launch your website.
* Update header.html
Remove navigation ref id.
* Update footer
Switch static footer content to a pattern.
* Remove hidden .DS_store files
* Update path to imagaes
* Pattern updates
Switch cover block to group block, and update path to images.
* Add a page template without title
Since this theme includes a few landing page patterns I decided to add a page template that displays these full-width to make it easier to create a landing page.
---------
Co-authored-by: alaczek <ola@bodera.com>
* Remove references to font family not used in the theme
* Update theme.json
Remove references to Source Sans font, not included in the theme (I believe this was a leftover from development process).
* "Cottage is blogging theme with a cottagecore aesthetic."
Issues caused by CBT described here must be addressed.
* A round of updates
* Fixed the empty alt attributes.
* Fixed the WordPress link in the footer.
* Fixed the quote on the homepage.
* Remove hidden .DS_store files
---------
Co-authored-by: alaczek <ola@bodera.com>
This PR changes the current theme preview workflow to use an external
function that executes the same process, but has two advantages:
1. It runs using `pull_request_target`, meaning that PRs created from
forks will get previews too.
2. The action can be shared with other repos with a similar structure to
get Playground previews as well, such as the [WordPress Community Themes](https://github.com/WordPress/community-themes) repo.