diff --git a/twentytwentythree/.editorconfig b/twentytwentythree/.editorconfig new file mode 100644 index 0000000000..dfe3cf5f7f --- /dev/null +++ b/twentytwentythree/.editorconfig @@ -0,0 +1,22 @@ +# This file is for unifying the coding style for different editors and IDEs +# editorconfig.org + +# WordPress Coding Standards +# https://make.wordpress.org/core/handbook/coding-standards/ + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = tab + +[*.yml] +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false + diff --git a/twentytwentythree/.gitignore b/twentytwentythree/.gitignore new file mode 100644 index 0000000000..763d1277e2 --- /dev/null +++ b/twentytwentythree/.gitignore @@ -0,0 +1,3 @@ +node_modules +vendor +*.DS_Store diff --git a/twentytwentythree/CONTRIBUTORS.md b/twentytwentythree/CONTRIBUTORS.md new file mode 100644 index 0000000000..218b9ab673 --- /dev/null +++ b/twentytwentythree/CONTRIBUTORS.md @@ -0,0 +1,5 @@ +# Contributor Usernames + +| GitHub Username | WordPress.org Username| +| --------------- | --------------------- | +| | | \ No newline at end of file diff --git a/twentytwentythree/README.md b/twentytwentythree/README.md new file mode 100644 index 0000000000..b68120125a --- /dev/null +++ b/twentytwentythree/README.md @@ -0,0 +1,51 @@ +# Twenty Twenty-Three + +Welcome to the development repository for the default theme that will launch with WordPress 6.1. + +## About + +Twenty Twenty-Three is a stripped-back and minimal version of Twenty Twenty-Two, and will include a diverse collection of style variations designed by members of the community. + +## Contributing + +If you would like to contribute code, the list of [open issues](https://github.com/WordPress/twentytwentythree/issues) is a great place to start looking for tasks. [Pull requests](https://github.com/WordPress/twentytwentythree/pulls) are preferred when linked to an existing issue. + +Contributing is not just for developers! There are many opportunities to help with [testing](#getting-started), triage, discussion, designing and building variations, and more. Please look through [open issues](https://github.com/WordPress/twentytwentythree/issues), and join in wherever you feel most comfortable. + +If you'd like to help with triage, let @mikachan and @beafialho know here or in [WordPress.org's Slack instance](https://make.wordpress.org/chat/). We'll help you get set up with the ability to add labels to issues and PRs. + +### Getting Started + +To get started with development: + +1. Set up a WordPress instance, we recommend [wp-env](https://developer.wordpress.org/block-editor/handbook/tutorials/devenv/) or [Local](https://localwp.com/) as an alternative to docker. +2. Install the [Gutenberg plugin](https://wordpress.org/plugins/gutenberg/) +3. Clone / download this repository into your `/wp-content/themes/` directory + +### Tips for Contributors + +- Similar to Twenty Twenty-Two, a goal for the theme is to have as little CSS as possible. Much of the theme's visual treatments should be handled by the Block Editor and Global Styles. As a general rule, if multiple themes would benefit from the CSS you're considering adding, it might reasonably be provided by Gutenberg instead. Let's include clear code comments for any CSS we do include. +- Similarly, let's refrain from building any custom-built PHP or JavaScript-based workarounds for functionality that might reasonably be provided by the Block Editor. Twenty Twenty-Three will be a block theme, so let's keep its code simple. +- In accordance to those last two bullets, this theme has no required build process. +- If you've helped contribute to the theme in any way, you deserve credit! Folks will be updating [CONTRIBUTORS.md](CONTRIBUTORS.md) periodically with names of contributors, but feel free to open a PR or issue if we leave someone out. + +## Requirements + +- Gutenberg plugin (latest) +- WordPress 5.9+ +- PHP 5.6+ +- License: [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html) or later + +Some theme features / PRs may require Gutenberg trunk and will be described or tagged accordingly. + +## Resources + +- [Twenty Twenty-Three Figma Mockups](https://www.figma.com/file/ohYEHkZzGjOse46NceTfj5/Twenty-Twenty-Three) +- [Setting up a development environment](https://developer.wordpress.org/block-editor/handbook/tutorials/devenv/) +- [Create Block Theme plugin](https://github.com/WordPress/create-block-theme) +- [Block Theme documentation](https://developer.wordpress.org/block-editor/how-to-guides/themes/block-theme-overview) +- [Global Styles & theme.json documentation](https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/) + +## Timeline + +The theme will be released with WordPress 6.1 and follow the key dates / milestones associated with [its development schedule](https://make.wordpress.org/core/6-1). \ No newline at end of file diff --git a/twentytwentythree/assets/fonts/SourceSerif4Variable-Italic.otf.woff2 b/twentytwentythree/assets/fonts/SourceSerif4Variable-Italic.otf.woff2 new file mode 100644 index 0000000000..2387849154 Binary files /dev/null and b/twentytwentythree/assets/fonts/SourceSerif4Variable-Italic.otf.woff2 differ diff --git a/twentytwentythree/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2 b/twentytwentythree/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2 new file mode 100644 index 0000000000..4cbd4c351f Binary files /dev/null and b/twentytwentythree/assets/fonts/SourceSerif4Variable-Italic.ttf.woff2 differ diff --git a/twentytwentythree/assets/fonts/SourceSerif4Variable-Roman.otf.woff2 b/twentytwentythree/assets/fonts/SourceSerif4Variable-Roman.otf.woff2 new file mode 100644 index 0000000000..28701e6842 Binary files /dev/null and b/twentytwentythree/assets/fonts/SourceSerif4Variable-Roman.otf.woff2 differ diff --git a/twentytwentythree/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2 b/twentytwentythree/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2 new file mode 100644 index 0000000000..3b74d300ad Binary files /dev/null and b/twentytwentythree/assets/fonts/SourceSerif4Variable-Roman.ttf.woff2 differ diff --git a/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.ttf b/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.ttf new file mode 100644 index 0000000000..32bc5dfba1 Binary files /dev/null and b/twentytwentythree/assets/fonts/dm-sans/DMSans-Bold.ttf differ diff --git a/twentytwentythree/assets/fonts/dm-sans/DMSans-BoldItalic.ttf b/twentytwentythree/assets/fonts/dm-sans/DMSans-BoldItalic.ttf new file mode 100644 index 0000000000..8c458fbe34 Binary files /dev/null and b/twentytwentythree/assets/fonts/dm-sans/DMSans-BoldItalic.ttf differ diff --git a/twentytwentythree/assets/fonts/dm-sans/DMSans-Italic.ttf b/twentytwentythree/assets/fonts/dm-sans/DMSans-Italic.ttf new file mode 100644 index 0000000000..d6655b8def Binary files /dev/null and b/twentytwentythree/assets/fonts/dm-sans/DMSans-Italic.ttf differ diff --git a/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.ttf b/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.ttf new file mode 100644 index 0000000000..40c9bfd60a Binary files /dev/null and b/twentytwentythree/assets/fonts/dm-sans/DMSans-Regular.ttf differ diff --git a/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt b/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt new file mode 100644 index 0000000000..02d522fe58 --- /dev/null +++ b/twentytwentythree/assets/fonts/dm-sans/LICENSE.txt @@ -0,0 +1,94 @@ +Copyright 2014-2017 Indian Type Foundry (info@indiantypefoundry.com). Copyright 2019 Google LLC. +Copyright 2014-2018 Adobe (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe in the United States and/or other countries. Copyright 2019 Google LLC. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md b/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md new file mode 100644 index 0000000000..7cd3e749de --- /dev/null +++ b/twentytwentythree/assets/fonts/source-serif-pro/LICENSE.md @@ -0,0 +1,93 @@ +Copyright 2014 - 2021 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. + +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, + in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, + redistributed and/or sold with any software, provided that each copy + contains the above copyright notice and this license. These can be + included either as stand-alone text files, human-readable headers or + in the appropriate machine-readable metadata fields within text or + binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font + Name(s) unless explicit written permission is granted by the corresponding + Copyright Holder. This restriction only applies to the primary font name as + presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font + Software shall not be used to promote, endorse or advertise any + Modified Version, except to acknowledge the contribution(s) of the + Copyright Holder(s) and the Author(s) or with their explicit written + permission. + +5) The Font Software, modified or unmodified, in part or in whole, + must be distributed entirely under this license, and must not be + distributed under any other license. The requirement for fonts to + remain under this license does not apply to any document created + using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2 b/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2 new file mode 100644 index 0000000000..2387849154 Binary files /dev/null and b/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.otf.woff2 differ diff --git a/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2 b/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2 new file mode 100644 index 0000000000..4cbd4c351f Binary files /dev/null and b/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2 differ diff --git a/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2 b/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2 new file mode 100644 index 0000000000..28701e6842 Binary files /dev/null and b/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.otf.woff2 differ diff --git a/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2 b/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2 new file mode 100644 index 0000000000..3b74d300ad Binary files /dev/null and b/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2 differ diff --git a/twentytwentythree/functions.php b/twentytwentythree/functions.php new file mode 100644 index 0000000000..1c66611093 --- /dev/null +++ b/twentytwentythree/functions.php @@ -0,0 +1,61 @@ +get( 'Version' ); + + $version_string = is_string( $theme_version ) ? $theme_version : false; + wp_register_style( + 'twentytwentythree-style', + get_template_directory_uri() . '/style.css', + array(), + $version_string + ); + + // Enqueue theme stylesheet. + wp_enqueue_style( 'twentytwentythree-style' ); + + } + +endif; + +add_action( 'wp_enqueue_scripts', 'twentytwentythree_styles' ); diff --git a/twentytwentythree/parts/footer.html b/twentytwentythree/parts/footer.html new file mode 100644 index 0000000000..256c8dbd6f --- /dev/null +++ b/twentytwentythree/parts/footer.html @@ -0,0 +1 @@ + diff --git a/twentytwentythree/parts/header.html b/twentytwentythree/parts/header.html new file mode 100644 index 0000000000..f4f05f04f3 --- /dev/null +++ b/twentytwentythree/parts/header.html @@ -0,0 +1,11 @@ + +
WordPress' +) ?>
+