Bläddra i källkod

Remove references to Blank Canvas Blocks from blockbase

Ben Dwyer 4 år sedan
förälder
incheckning
6c81d852b1
2 ändrade filer med 15 tillägg och 15 borttagningar
  1. 6 6
      blockbase/readme.md
  2. 9 9
      blockbase/style.css

+ 6 - 6
blockbase/readme.md

@@ -1,8 +1,8 @@
 # === Blank Canvas Blocks ===
 Contributors: Automattic
-Requires at least: ? 
+Requires at least: ?
 Tested up to: ?
-Requires PHP: ? 
+Requires PHP: ?
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 
@@ -18,14 +18,14 @@ The goal is for the ponyfill styling to reflect what Gutenberg will style, from
 
 ## == Building a Block Child Theme ==
 
-To build a BCB child theme follow these instructions:
+To build a Blockbase child theme follow these instructions:
 
 - Add a [package.json](https://github.com/Automattic/themes/blob/make/quadrat/seedlet-blocks/package.json), [style.css](https://github.com/Automattic/themes/blob/make/quadrat/seedlet-blocks/style.css) and empty index.php files to your theme
-- Your child theme's theme.json file will be built by combining BCB's original theme.json file and your child's `child-experimental-theme.json`. That is the file where your configuration values live (you only want the values for variables that are different from the parent there). To generate the combined file, run `npm run build` from inside your theme's folder or run `npm run build:child child-theme-slug` from inside BCB's folder.
+- Your child theme's theme.json file will be built by combining Blockbase's original theme.json file and your child's `child-experimental-theme.json`. That is the file where your configuration values live (you only want the values for variables that are different from the parent there). To generate the combined file, run `npm run build` from inside your theme's folder or run `npm run build:child child-theme-slug` from inside Blockbase's folder.
 - Extend the parent's templates that you want to customize or add new ones where needed following the [template hierarchy](https://themeshaper.com/2020/12/18/getting-started-with-block-themes-templates/).
 - Using `npm run start` will both watch changes inside the `sass` and `assets` folder and changes to the `child-experimental-theme.json` file.
-- Additionally, your child theme may want to unregister the block patterns and block styles defined by BCB.
+- Additionally, your child theme may want to unregister the block patterns and block styles defined by Blockbase.
 
 ## == Building a Universal Child Theme ==
 
-A Universal theme is a theme that works in Full Site Editing and in the Customizer. This is a concept that's still being explored so we don't have instructions to provide yet. If you are curious, you can visit [the branch](https://github.com/Automattic/themes/tree/make/quadrat) where we are developing Quadrat as a Universal Theme.
+A Universal theme is a theme that works in Full Site Editing and in the Customizer. This is a concept that's still being explored so we don't have instructions to provide yet. If you are curious, you can visit [the branch](https://github.com/Automattic/themes/tree/make/quadrat) where we are developing Quadrat as a Universal Theme.

+ 9 - 9
blockbase/style.css

@@ -1,20 +1,20 @@
 /*
-Theme Name: Blank Canvas Blocks 
+Theme Name: Blockbase
 Theme URI: https://wordpress.com/theme/blockbase
 Author: Automattic
 Author URI: https://automattic.com/
-Description: Blank Canvas Blocks is a lightly-opinionated base theme designed for single-page websites. Its single post and page layouts have no header, navigation menus, or widgets by default so the page you design in the WordPress editor is the same page you’ll see on the front end. The theme’s default styles are conservative, relying on simple sans-serif fonts and a subtle blue highlight color. Blank Canvas Blocks is ready for your customizations.
-Requires at least: 5.7 
-Tested up to: 5.7 
+Description: Blockbase is a lightly-opinionated base theme designed for single-page websites. Its single post and page layouts have no header, navigation menus, or widgets by default so the page you design in the WordPress editor is the same page you’ll see on the front end. The theme’s default styles are conservative, relying on simple sans-serif fonts and a subtle blue highlight color. Blockbae is ready for your customizations.
+Requires at least: 5.7
+Tested up to: 5.7
 Requires PHP: 5.6.2
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
-Text Domain: blockbase 
-Tags: one-column, editor-style, featured-images 
+Text Domain: blockbase
+Tags: one-column, editor-style, featured-images
 
-Blank Canvas Blocks WordPress Theme, (C) 2021 Automattic, Inc.
-Blank Canvas Blocks is distributed under the terms of the GNU GPL.
+Blockbase WordPress Theme, (C) 2021 Automattic, Inc.
+Blockbase is distributed under the terms of the GNU GPL.
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -65,4 +65,4 @@ Gradient Video
 License: CC0
 Designed by Ballio Chan for the Blank Canvas theme.
 Used as block pattern background.
-*/
+*/