* Lynx: Initial commit.
* Update the cloud pattern - specify overlay color.
* Lynx: Update default button style.
* Lunx: Add a Link in Bio pattern with subtle background and related assets.
* Lynx: Add a Link in Bio pattern with colorful buttons and associated assets.
* Lynx: Add a Link in Bio pattern with media on the right, and associated assets.
* Lynx: Add a Link in Bio pattern with background image, and associated assets.
* Lynx: Add a Link in Bio pattern with fixed background image, and associated assets.
* Lynx: Add a Link in Bio pattern with dark background, and associated assets.
* Lynx: Add a Link in Bio pattern with a large heading.
* Lynx: Add a Link in Bio pattern with mesh gradient background, and associated assets.
* Lynx: Add a Link in Bio pattern split horizontally with image on the bottom, and associated assets.
* Lynx: Update link in bio pattern with image on the bottom - remove untranslated text.
* Lynx: Add a Link in Bio pattern with content on the left, and associated assets.
* Lynx: Add a centred Link in Bio pattern with purple background.
* Lynx: Add a Link in Bio pattern with column layout and dark background.
* Lynx: Add a Link in Bio pattern with large heading and column layout, and associated assets.
* Lynx: Add a Link in Bio pattern with media embed block, and associated assets.
* Lynx: Add readme file with all the image sources.
* Update lynx/readme.txt
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* Lynx: Correct file name of the link in bio with audio embed pattern.
* Lynx: Remove index.php as it's not needed in a block theme.
* Lynx: Remove tech specs, since they are no longer meaningful in the context of block themes.
* Lynx: Remove the "Link in Bio with purple background" pattern (for now) because the setup is too complex.
* Lynx: Update theme description.
Co-authored-by: Jeff Ong <jonger4@gmail.com>
* default to node v7 for nvm
* bump theme versions on lockfile
* bump engine requirements
* Comitting changes to engine versions in package-lock
Co-authored-by: Jason Crist <jcrist@pbking.com>
* Club: add to dotorg deploy
**Changes proposed in this Pull Request:**
Adds Club to the dotorg deploy list of themes, after it has been approved on dotorg repo and set live there.
**Related issue(s):**
* Changing "club" to "disco" due to a theme renaming
Co-authored-by: Matias Benedetto <matias.benedetto@gmail.com>
* #6085: Zoologist: Add underline to links
* #6085: Geologist: Fix text decoration on links (also in generated themes)
* #6085: Quadrat (and variations): Fix link text decoration
* Actions: add Repo gardening action
More details about the action here:
https://github.com/Automattic/action-repo-gardening
The action is already used in the Calypso and Jetpack repos.
I've enabled 5 of the tasks the action offers so far:
1. Assign Issues (`assignIssues`): Adds assignee for issues which are being worked on, and adds the "In Progress" label.
2. Clean Labels (`cleanLabels`): Removes Status labels once a PR has been merged.
3. Flag OSS (`flagOss`): flags entries by external contributors, adds an "OSS Citizen" label to the PR, and sends a Slack message to the #themes channel.
4. Triage New Issues (`triageNewIssues`): Adds labels to new issues based on issue content.
5. Gather support references (`gatherSupportReferences`): Adds a new comment with a list of all support references on the issue. More details about this in pcLjiI-Rb-p2
* Add new Issue template for bug reports
* Enable newer tasks
- Prompt to reply to customers when an issue is finally closed after having gathered a lot of tickets. Reference: pcLjiI-Ro-p2
- Slack message when an opened issue starts gathering a lot of tickets. Reference: pciE2j-1iy-p2
* Remove unneeded tasks for now.
* Club: fix mobile menu font size
* Club: lowercase navigation items
* Club: global reduce letter-spacing
* Club: adding submenu arrow icon
* Club: making arrow icon color customizable with theme.json
* Club: removing text-decoration-thickness from theme.json because webkit browsers are not compatible with text-decoration shorthand syntax
* Revert "Club: removing text-decoration-thickness from theme.json because webkit browsers are not compatible with text-decoration shorthand syntax"
This reverts commit 39b0708135.
* Club: removing text-decoration-thickness from theme.json because webkit browsers are not compatible with text-decoration shorthand syntax
* Club: adding !important text-decoration-thickness declaration to apply to all the link elements in the page. Otherwise the browser defaults to auto
* Club: fix site title decoration thickness