f2d6a5f7a6
* Add Lettre * Move patterns out of inc * Remove unused font face * Remove index.php * Remove alignment CSS * Update newsletter bold * Update hidden subscription form * Update about single * Update categories * Update about multiple * Update hidden 404 * Add missing echos * Update hidden footer * Update patterns * Update remaining patterns * Remove image ids * Add footer to 404 template * Use global padding * Fix typo! * Update all subscribe block markup * Remove blank template * Remove reference to .com * Move CSS to theme.json * Add Newsreader font * Manual version bump * Remove page title * Add temp fix for Jetpack issue * Update min version * Remove archive search content * Add search template * Remove content from search block * Remove buttonText attribute * Fix media and text pattern * Remove link hover CSS * Fix button padding * Remove Jetpack CSS fix * Add Jetpack fix back Needed until Jetpack 11.7 is released * Update opacity GB issue link * Add container element to index; remove search template * Enable root padding * Remove top and bottom global padding * Add core/button styles back * Add load_theme_textdomain * Change tested up to versions to 6.1 * Exclude editor from Jetpack fix The fix doesn't need to be applied in the editor, only on the front end * Remove stable tag * Update readme and style.css * Fix echo typos * Version bump |
||
---|---|---|
.github | ||
.husky | ||
adventurer | ||
affinity | ||
altofocus | ||
alves | ||
ames | ||
antonia | ||
apostrophe-2 | ||
appleton | ||
arbutus | ||
archeo | ||
attar | ||
balasana | ||
barnett | ||
barnsbury | ||
bennett | ||
bibimbap | ||
blank-canvas | ||
blank-canvas-3 | ||
blank-canvas-blocks | ||
block-canvas | ||
blockbase | ||
brompton | ||
button-2 | ||
calm-business | ||
calvin | ||
calyx | ||
canard | ||
coutoire | ||
dalston | ||
dara | ||
disco | ||
dorna | ||
dyad-2 | ||
elegant-business | ||
exford | ||
farrow | ||
friendly-business | ||
gazette | ||
geologist | ||
hari | ||
heiwa | ||
hever | ||
ibis | ||
illustratr | ||
independent-publisher-2 | ||
intergalactic-2 | ||
ixion | ||
jackson | ||
karuna | ||
kingsley | ||
lettre | ||
leven | ||
libre-2 | ||
libretto | ||
livro | ||
lodestar | ||
loudness | ||
lynx | ||
marl | ||
masu | ||
mayland | ||
mayland-blocks | ||
maywood | ||
meraki | ||
modern-business | ||
morden | ||
muscat | ||
pendant | ||
penscratch-2 | ||
photos | ||
pique | ||
pixl | ||
professional-business | ||
publication | ||
quadrat | ||
radcliffe-2 | ||
rainfall | ||
rebalance | ||
redhill | ||
remote | ||
rivington | ||
rockfield | ||
russell | ||
scratchpad | ||
seedlet | ||
seedlet-blocks | ||
shawburn | ||
shoreditch | ||
skatepark | ||
sketch | ||
sophisticated-business | ||
spearhead | ||
spearhead-blocks | ||
stewart | ||
stow | ||
stratford | ||
textbook | ||
toujours | ||
tu | ||
twentytwentytwo-blue | ||
twentytwentytwo-mint | ||
twentytwentytwo-pink | ||
twentytwentytwo-red | ||
twentytwentytwo-swiss | ||
upsidedown | ||
varia | ||
vetro | ||
videomaker | ||
vivre | ||
winkel | ||
zoologist | ||
.gitignore | ||
.npmrc | ||
.nvmrc | ||
.sandbox-ignore | ||
.stylelintrc.json | ||
.wp-env.json | ||
composer.json | ||
composer.lock | ||
CONTRIBUTING.md | ||
create-a-theme-checklist.js | ||
deploy-dotorg.sh | ||
dotorg-exclude.txt | ||
LICENSE | ||
package-dotorg.sh | ||
package-lock.json | ||
package.json | ||
phpcs.xml.dist | ||
pre-commit-hook.js | ||
README.md | ||
theme-batch-utils.sh | ||
theme-utils.mjs |
Automattic Themes
The development repository for themes maintained by the Automattic Theme Team.
What's Here
We're committed to imagining and creating the future of themes. Our latest themes are block themes — they depend on the latest features available in the Gutenberg plugin. Read about our latest themes built to support full-site editing here.
Contributing
Issues
Before submitting your issue, please search for an existing or related ticket here.
Here are some tips to consider for writing a useful report:
- Share steps for replicating the issue.
- Add screenshots and videos where helpful.
- Share your environment details, including what version of WordPress and Gutenberg you're using
Code
Patches and ideas in the form of code are always welcome! A great way to get started is to work on a CSS fix or a Good First Issue. Please read our full guide to contributing for more information.
Testing pull requests
Using GitHub
- Clone repository locally
git clone git@github.com:Automattic/themes.git
- Identify the branch of the pull request, e.g.
update/#1889
- Check out featured branch of pull request, e.g.
git checkout update/#1889
- Symlink or copy affected theme OR zip affected theme and import into WordPress site
Manually download
- Identify and visit the branch of the pull request.
- Change the
/tree/
part of the branch's URL toarchive
, and add a.zip
to the end to download a zip of the branch. e.g.https://github.com/Automattic/themes/tree/update/%231889
would becomehttps://github.com/Automattic/themes/archive/update/%231889.zip
- Unzip the zipped featured branch
- Zip affected theme and import into WordPress site
Note: In case the affected theme already exists on the WordPress site, it needs to be deleted before the theme zip file gets uploaded.
Packaging for WordPress.org Themes Showcase
The code in this repository mirrors the code needed for the theme to function correctly on WordPress.com. To prepare a theme.zip that passes the WordPress.org theme review automated test, do the following:
- From the top-level directory, run
./package-dotorg.sh [theme-slug]
- View the generated zip in the respective theme's sub-directory
Note that this script rebuilds the theme to strip it of .com-specific functionality, and discards any changes via git after doing so. Make sure you have committed any working changes before running this script.