Rename BCB to blockbase.

This commit is contained in:
Jeff Ong 2021-05-24 11:59:46 -04:00 committed by Ben Dwyer
parent 744980874f
commit 5040c1cdd6
78 changed files with 17 additions and 17 deletions

View file

@ -31,4 +31,4 @@ jobs:
ftp-username: ${{ secrets.QUADRAT_DEMO_USERNAME }}
ftp-password: ${{ secrets.QUADRAT_DEMO_PASSWORD }}
git-ftp-args: --insecure
local-dir: ./blank-canvas-blocks/
local-dir: ./blockbase/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 382 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 201 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

View file

Before

Width:  |  Height:  |  Size: 704 B

After

Width:  |  Height:  |  Size: 704 B

View file

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 725 B

View file

Before

Width:  |  Height:  |  Size: 705 B

After

Width:  |  Height:  |  Size: 705 B

View file

@ -48,7 +48,7 @@ add_action( 'admin_init', 'blank_canvas_editor_styles' );
*/
function blank_canvas_blocks_scripts() {
// Enqueue Google fonts
wp_enqueue_style( 'blank-canvas-blocks-fonts', blank_canvas_blocks_fonts_url(), array(), null );
wp_enqueue_style( 'blockbase-fonts', blank_canvas_blocks_fonts_url(), array(), null );
wp_enqueue_style( 'blank_canvas_blocks-ponyfill', get_template_directory_uri() . '/assets/ponyfill.css', array(), wp_get_theme()->get( 'Version' ) );
}
add_action( 'wp_enqueue_scripts', 'blank_canvas_blocks_scripts' );

View file

@ -1,5 +1,5 @@
{
"name": "blank-canvas-blocks",
"name": "blockbase",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,

View file

@ -1,5 +1,5 @@
{
"name": "blank-canvas-blocks",
"name": "blockbase",
"version": "0.1.0",
"description": "Blank Parent Theme",
"bugs": {

View file

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -1,6 +1,6 @@
/*
Theme Name: Blank Canvas Blocks
Theme URI: https://wordpress.com/theme/blank-canvas-blocks
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 youll see on the front end. The themes default styles are conservative, relying on simple sans-serif fonts and a subtle blue highlight color. Blank Canvas Blocks is ready for your customizations.
@ -10,7 +10,7 @@ Requires PHP: 5.6.2
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank-canvas-blocks
Text Domain: blockbase
Tags: one-column, editor-style, featured-images
Blank Canvas Blocks WordPress Theme, (C) 2021 Automattic, Inc.

View file

@ -11,9 +11,9 @@
"node-sass-package-importer": "^5.3.2"
},
"scripts": {
"start": "chokidar \"**/*.scss\" child-experimental-theme.json ../blank-canvas-blocks/experimental-theme.json -c \"npm run build\" --initial",
"start": "chokidar \"**/*.scss\" child-experimental-theme.json ../blockbase/experimental-theme.json -c \"npm run build\" --initial",
"build": "npm run build:theme && npm run build:scss",
"build:theme": "node ../blank-canvas-blocks/build.js mayland-blocks",
"build:theme": "node ../blockbase/build.js mayland-blocks",
"build:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/theme.scss assets/theme.css --output-style expanded --indent-type tab --indent-width 1 --source-map true"
},
"author": "",

View file

@ -8,7 +8,7 @@ Requires at least: WordPress 4.9.6
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: blank-canvas-blocks
Template: blockbase
Text Domain: mayland-blocks
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, block-patterns, rtl-language-support, sticky-post, threaded-comments

View file

@ -14,9 +14,9 @@
"postcss-cli": "^8.3.1"
},
"scripts": {
"start": "chokidar \"**/*.scss\" child-experimental-theme.json ../blank-canvas-blocks/experimental-theme.json -c \"npm run build\" --initial",
"start": "chokidar \"**/*.scss\" child-experimental-theme.json ../blockbase/experimental-theme.json -c \"npm run build\" --initial",
"build": "npm run build:theme && npm run build:scss",
"build:theme": "node ../blank-canvas-blocks/build.js quadrat",
"build:theme": "node ../blockbase/build.js quadrat",
"build:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/theme.scss --output-style expanded --indent-type tab --indent-width 1 | postcss --use autoprefixer --output assets/theme.css --map"
},
"author": "",

View file

@ -1,5 +1,5 @@
@import "../../blank-canvas-blocks/sass/base/breakpoints"; // Get the mobile-only media query and make it available to this theme's styles
@import "../../blank-canvas-blocks/sass/base/mixins";
@import "../../blockbase/sass/base/breakpoints"; // Get the mobile-only media query and make it available to this theme's styles
@import "../../blockbase/sass/base/mixins";
@import "block-patterns/headlines";
@import "block-patterns/join";
@import "blocks/buttons";

View file

@ -8,7 +8,7 @@ Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: blank-canvas-blocks
Template: blockbase
Text Domain: quadrat
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, auto-loading-homepage, jetpack-global-styles

View file

@ -11,9 +11,9 @@
"node-sass-package-importer": "^5.3.2"
},
"scripts": {
"start": "chokidar \"**/*.scss\" child-experimental-theme.json ../blank-canvas-blocks/experimental-theme.json -c \"npm run build\" --initial",
"start": "chokidar \"**/*.scss\" child-experimental-theme.json ../blockbase/experimental-theme.json -c \"npm run build\" --initial",
"build": "npm run build:theme && npm run build:scss",
"build:theme": "node ../blank-canvas-blocks/build.js seedlet-blocks",
"build:theme": "node ../blockbase/build.js seedlet-blocks",
"build:scss": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js sass/theme.scss assets/theme.css --output-style expanded --indent-type tab --indent-width 1 --source-map true"
},
"author": "",

View file

@ -10,7 +10,7 @@ Requires PHP: 7.3
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: blank-canvas-blocks
Template: blockbase
Text Domain: seedlet-blocks
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready