diff --git a/loudness/assets/fonts/DMMono-Italic.ttf b/loudness/assets/fonts/DMMono-Italic.ttf deleted file mode 100644 index 586945061..000000000 Binary files a/loudness/assets/fonts/DMMono-Italic.ttf and /dev/null differ diff --git a/loudness/functions.php b/loudness/functions.php index f6580e895..256fd654a 100644 --- a/loudness/functions.php +++ b/loudness/functions.php @@ -9,7 +9,7 @@ */ -if ( ! function_exists( 'decibel_support' ) ) : +if ( ! function_exists( 'loudness_support' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. @@ -18,7 +18,7 @@ if ( ! function_exists( 'decibel_support' ) ) : * * @return void */ - function decibel_support() { + function loudness_support() { // Enqueue editor styles. add_editor_style( 'style.css' ); @@ -27,9 +27,9 @@ if ( ! function_exists( 'decibel_support' ) ) : endif; -add_action( 'after_setup_theme', 'decibel_support' ); +add_action( 'after_setup_theme', 'loudness_support' ); -if ( ! function_exists( 'decibel_styles' ) ) : +if ( ! function_exists( 'loudness_styles' ) ) : /** * Enqueue styles. @@ -38,7 +38,7 @@ if ( ! function_exists( 'decibel_styles' ) ) : * * @return void */ - function decibel_styles() { + function loudness_styles() { // Register theme stylesheet. wp_register_style( @@ -55,9 +55,9 @@ if ( ! function_exists( 'decibel_styles' ) ) : endif; -add_action( 'wp_enqueue_scripts', 'decibel_styles' ); +add_action( 'wp_enqueue_scripts', 'loudness_styles' ); -function decibel_init() { +function loudness_init() { if ( ! WP_Block_Pattern_Categories_Registry::get_instance()->is_registered( 'illustrations' ) ) { register_block_pattern_category( 'illustrations', array( 'label' => __( 'Illustrations', 'loudness' ) ) ); } @@ -71,4 +71,4 @@ function decibel_init() { ); } -add_action( 'init', 'decibel_init' ); +add_action( 'init', 'loudness_init' ); diff --git a/loudness/parts/post-meta.html b/loudness/parts/post-meta.html deleted file mode 100644 index 7f578f2fa..000000000 --- a/loudness/parts/post-meta.html +++ /dev/null @@ -1,12 +0,0 @@ - -
- -
- - - - -
- -
- \ No newline at end of file diff --git a/loudness/readme.txt b/loudness/readme.txt index 1a97edb67..fcd3824a4 100644 --- a/loudness/readme.txt +++ b/loudness/readme.txt @@ -1,14 +1,14 @@ === Loudness === Contributors: Automattic Requires at least: 6.0 -Tested up to: 6.0 +Tested up to: 6.1 Requires PHP: 5.7 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == -A theme for music-y stuff +A bold, opinionated theme for music and learning. == Changelog == diff --git a/loudness/screenshot.png b/loudness/screenshot.png new file mode 100644 index 000000000..d2af73796 Binary files /dev/null and b/loudness/screenshot.png differ diff --git a/loudness/style.css b/loudness/style.css index 7e57c8add..3b5c431d5 100644 --- a/loudness/style.css +++ b/loudness/style.css @@ -3,11 +3,11 @@ Theme Name: Loudness Theme URI: https://wordpress.com/loudness Author: Automattic Author URI: https://automattic.com -Description: A theme for music-y stuff -Requires at least: 5.8 -Tested up to: 5.9 +Description: A bold opinionated theme for music and learning +Requires at least: 6.0 +Tested up to: 6.1 Requires PHP: 5.7 -Version: 0.0.10 +Version: 1.0.0 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: loudness diff --git a/loudness/theme.json b/loudness/theme.json index 091c86fa0..f8d7dfe3f 100644 --- a/loudness/theme.json +++ b/loudness/theme.json @@ -7,13 +7,6 @@ "post" ], "title": "Blank" - }, - { - "name": "landing-page", - "postTypes": [ - "page" - ], - "title": "Landing Page" } ], "settings": {