Rename BCB to blockbase.
2
.github/workflows/quadrat_deploy.yml
vendored
|
@ -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/
|
||||
|
|
Before Width: | Height: | Size: 301 KiB |
Before Width: | Height: | Size: 382 KiB |
Before Width: | Height: | Size: 444 KiB |
Before Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 273 KiB |
Before Width: | Height: | Size: 398 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 266 KiB |
Before Width: | Height: | Size: 223 KiB |
Before Width: | Height: | Size: 201 KiB |
Before Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 135 KiB |
Before Width: | Height: | Size: 704 B After Width: | Height: | Size: 704 B |
Before Width: | Height: | Size: 725 B After Width: | Height: | Size: 725 B |
Before Width: | Height: | Size: 705 B After Width: | Height: | Size: 705 B |
|
@ -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' );
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "blank-canvas-blocks",
|
||||
"name": "blockbase",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "blank-canvas-blocks",
|
||||
"name": "blockbase",
|
||||
"version": "0.1.0",
|
||||
"description": "Blank Parent Theme",
|
||||
"bugs": {
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.2 KiB |
|
@ -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 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.
|
||||
|
@ -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.
|
|
@ -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": "",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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": "",
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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": "",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|