Blank Canvas 2: Add a block version of Blank Canvas (#5117)
This commit is contained in:
parent
171411da07
commit
4612e857d1
4 changed files with 50 additions and 0 deletions
3
blank-canvas-2/block-templates/home.html
Normal file
3
blank-canvas-2/block-templates/home.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<!-- wp:post-content {"layout":{"inherit":true}} /-->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","layout":{"inherit":true},"className":"site-footer-container"} /-->
|
31
blank-canvas-2/readme.txt
Normal file
31
blank-canvas-2/readme.txt
Normal file
|
@ -0,0 +1,31 @@
|
|||
=== Blank Canvas 2 ===
|
||||
Contributors: Automattic
|
||||
Requires at least: 5.8
|
||||
Tested up to: 5.8
|
||||
Requires PHP: 5.7
|
||||
License: GPLv2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
== Description ==
|
||||
|
||||
Blank Canvas is a minimalist 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 is ready for your customizations.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial release
|
||||
|
||||
== Copyright ==
|
||||
|
||||
Blank Canvas 2 WordPress Theme, (C) 2021 Automattic
|
||||
Blank Canvas 2 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
|
||||
the Free Software Foundation, either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
BIN
blank-canvas-2/screenshot.png
Normal file
BIN
blank-canvas-2/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
16
blank-canvas-2/style.css
Normal file
16
blank-canvas-2/style.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
Theme Name: Blank Canvas
|
||||
Theme URI: https://github.com/Automattic/themes/tree/trunk/blank-canvas-2
|
||||
Author: Automattic
|
||||
Author URI: https://automattic.com
|
||||
Description: Blank Canvas is a minimalist 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 is ready for your customizations.
|
||||
Requires at least: 5.8
|
||||
Tested up to: 5.8
|
||||
Requires PHP: 5.7
|
||||
Version: 0.0.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
|
||||
Template: blockbase
|
||||
Text Domain: blank-canvas-2
|
||||
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
|
||||
*/
|
Loading…
Add table
Reference in a new issue