diff --git a/assets/icon-128x128.png b/.wordpress-org/icon-128x128.png similarity index 100% rename from assets/icon-128x128.png rename to .wordpress-org/icon-128x128.png diff --git a/assets/icon-256x256.png b/.wordpress-org/icon-256x256.png similarity index 100% rename from assets/icon-256x256.png rename to .wordpress-org/icon-256x256.png diff --git a/assets/icon.svg b/.wordpress-org/icon.svg similarity index 100% rename from assets/icon.svg rename to .wordpress-org/icon.svg diff --git a/assets/screenshot-1.png b/.wordpress-org/screenshot-1.png similarity index 100% rename from assets/screenshot-1.png rename to .wordpress-org/screenshot-1.png diff --git a/assets/screenshot-2.png b/.wordpress-org/screenshot-2.png similarity index 100% rename from assets/screenshot-2.png rename to .wordpress-org/screenshot-2.png diff --git a/assets/screenshot-3.png b/.wordpress-org/screenshot-3.png similarity index 100% rename from assets/screenshot-3.png rename to .wordpress-org/screenshot-3.png diff --git a/assets/screenshot-4.png b/.wordpress-org/screenshot-4.png similarity index 100% rename from assets/screenshot-4.png rename to .wordpress-org/screenshot-4.png diff --git a/README.md b/README.md index 0214e67..08857a2 100644 --- a/README.md +++ b/README.md @@ -43,21 +43,21 @@ On activation, the plugin will prompt you to index your content. You need to do this first before you will be able to see the various blocks used on your site. You can also go to *WP-Admin > Tools > Block Catalog* to do this yourself. -![Screenshot of Block Catalog Tools](assets/screenshot-1.png) +![Screenshot of Block Catalog Tools](.wordpress-org/screenshot-1.png) Alternately, you can run the WP CLI command `wp block-catalog index` to index your content from the command line. Once indexed, you will be able to see the different blocks used on your site in the Block Catalog Taxonomy. -![Screenshot of Block Catalog Terms](assets/screenshot-2.png) +![Screenshot of Block Catalog Terms](.wordpress-org/screenshot-2.png) Navigating to any Block Editor post type will also show you the list of blocks present in a post. -![Screenshot of Post listing with Blocks](assets/screenshot-3.png) +![Screenshot of Post listing with Blocks](.wordpress-org/screenshot-3.png) You can also filter the listing to only show Posts that have a specific block. -![Screenshot of Block Catalog Filter](assets/screenshot-4.png) +![Screenshot of Block Catalog Filter](.wordpress-org/screenshot-4.png) ## WP CLI Commands diff --git a/assets/svg/.gitkeep b/assets/svg/.gitkeep deleted file mode 100755 index c1df439..0000000 --- a/assets/svg/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -# Basically just want to ignore the directory contents