themes-wordpress/zoologist/theme-gen-readme.md
Ben Dwyer 8742c1ddbb
Add: Zoologist and update from Geologist (#4817)
* Zoologist: Adding Zoologist from wpcom

* Copy changes back from Geologist to Zoologist

* Update templates and theme.json from Geologist and remove block patterns

* Remove query CSS

* Reset settings back to the right ones

* Put settings back to how they were

* Add social nav
2021-10-14 12:08:16 +01:00

908 B

Theme created by Theme-Gen

This was a theme created by Theme-Gen, a CLI utility that takes an existing theme and a starter site, and makes a new theme by copying the existing theme and applying small changes to it from what it can see on the starter site.

For example, if I have the blank-canvas theme and a https://fredricksonstarter.wordpress.com/ starter site that contains a homepage design with font and color settings, I can create a new fredrickson theme.

Commands

To create my-new-theme based on blank-canvas and fredricksonstarter.wordpress.com:

wp --require=wp-content/lib/theme-gen/init.php theme-gen fredricksonstarter.wordpress.com blank-canvas my-new-theme

To run unit tests:

cd ~/public_html/bin/tests/isolated && phpunit --testsuite=theme-gen

More Information