Kingsley: Initial commit. (#5151)

* Kingsley: Initial commit.
* Kingsley: Add index.html to fix "Template part has been deleted or is unavailable" error. This can be removed when a fix lands in Gutenberg.

Co-authored-by: Jason Crist <jcrist@pbking.com>
This commit is contained in:
alaczek 2021-12-16 04:41:32 +11:00 committed by GitHub
parent 18ff88d4f5
commit 1cf24db079
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 157 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<!-- wp:group {"style":{"spacing":{"padding":{"top":"20px";"bottom":"20px"}}}} -->
<div class="wp-block-group" style="padding-top:20px;padding-bottom:20px"><!-- wp:paragraph {"align":"center","fontSize":"small"} -->
<p class="has-text-align-center has-small-font-size"><a href="https://wordpress.com">Proudly Powered by WordPress.com.</a></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

View file

@ -0,0 +1,32 @@
<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
<!-- wp:query {"tagName":"main","layout":{"inherit":true}} -->
<main class="wp-block-query">
<!-- wp:post-template -->
<!-- wp:group -->
<div class="wp-block-group">
<!-- wp:post-title {"isLink":true} /-->
<!-- wp:post-featured-image {"isLink":true} /-->
<!-- wp:post-excerpt /-->
<!-- wp:template-part {"slug":"post-meta-icons"} /-->
<!-- wp:spacer {"height":40} -->
<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
</div>
<!-- /wp:group -->
<!-- /wp:post-template -->
<!-- wp:group {"layout":{"inherit":true}} -->
<div class="wp-block-group">
<!-- wp:query-pagination -->
<!-- wp:query-pagination-previous /-->
<!-- wp:query-pagination-numbers /-->
<!-- wp:query-pagination-next /-->
<!-- /wp:query-pagination -->
</div>
<!-- /wp:group -->
</main>
<!-- /wp:query -->
<!-- wp:template-part {"slug":"footer","tagName":"footer","className":"site-footer-container"} /-->

37
kingsley/readme.txt Normal file
View file

@ -0,0 +1,37 @@
=== Kingsley ===
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 ==
Kingsley 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 youll see on the front end.
== Changelog ==
= 1.0.0 =
* Initial release
== Copyright ==
Kingsley WordPress Theme, (C) 2021 Automattic
Kingsley 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.
Kingsley uses the following third-party resources:
Free Curve to the Point: Accompanying Sound of Geometric Curves (1925) print in high resolution by Wassily Kandinsky.
Source: https://www.rawpixel.com/image/2968487/free-illustration-image-kandinsky-abstract-black-and-white
Included in theme screenshot and demo site.

BIN
kingsley/screenshot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

35
kingsley/style.css Normal file
View file

@ -0,0 +1,35 @@
/*
Theme Name: Kingsley
Theme URI: https://wordpress.com/theme/kingsley
Author: Automattic
Author URI: https://automattic.com/
Description: Kingsley is a minimalist theme, designed for single-page websites.
Requires at least: 5.8
Tested up to: 5.8
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
Template: blockbase
Text Domain: kingsley
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, auto-loading-homepage
Kingsley WordPress Theme, (C) 2021 Automattic, Inc.
Kingsley 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.
Kingsley uses the following third-party resources:
Free Curve to the Point: Accompanying Sound of Geometric Curves (1925) print in high resolution by Wassily Kandinsky.
Source: https://www.rawpixel.com/image/2968487/free-illustration-image-kandinsky-abstract-black-and-white
Included in theme screenshot and demo site.
*/

48
kingsley/theme.json Normal file
View file

@ -0,0 +1,48 @@
{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#f8f4f1",
"name": "Foreground",
"default": "#333333"
},
{
"slug": "background",
"color": "#070608",
"name": "Background",
"default": "#ffffff"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "\"Overpass\", sans-serif",
"slug": "body-font",
"name": "Body (Overpass)",
"google": "family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900",
"fontSlug": "overpass"
},
{
"fontFamily": "\"Bodoni Moda\", serif",
"slug": "heading-font",
"name": "Heading (Bodoni Moda)",
"google": "family=Bodoni+Moda:ital,wght@0,400..900;1,400..900",
"fontSlug": "bodoni-moda"
}
]
},
"custom": {
"color": {
"foreground": "var(--wp--preset--color--foreground)",
"background": "var(--wp--preset--color--background)",
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--background)"
}
}
}
}