Browse Source

Rename decibel to loudness (#6610)

Vicente Canales 2 years ago
parent
commit
8a6f92a6a9

+ 0 - 1
decibel/parts/footer.html

@@ -1 +0,0 @@
-<!-- wp:pattern {"slug":"decibel/footer"} /-->

+ 0 - 0
decibel/assets/fonts/DMMono-Italic.ttf → loudness/assets/fonts/DMMono-Italic.ttf


+ 0 - 0
decibel/assets/fonts/DMMono-Regular.ttf → loudness/assets/fonts/DMMono-Regular.ttf


+ 0 - 0
decibel/assets/fonts/Rubik-Medium.woff2 → loudness/assets/fonts/Rubik-Medium.woff2


+ 0 - 0
decibel/assets/fonts/Rubik-Regular.woff2 → loudness/assets/fonts/Rubik-Regular.woff2


+ 0 - 0
decibel/assets/illustrations/texture.png → loudness/assets/illustrations/texture.png


+ 9 - 9
decibel/functions.php → loudness/functions.php

@@ -1,11 +1,11 @@
 <?php
 <?php
 /**
 /**
- * Decibel functions and definitions
+ * Loudness functions and definitions
  *
  *
  * @link https://developer.wordpress.org/themes/basics/theme-functions/
  * @link https://developer.wordpress.org/themes/basics/theme-functions/
  *
  *
- * @package Decibel
- * @since Decibel 1.0
+ * @package Loudness
+ * @since Loudness 1.0
  */
  */
 
 
 
 
@@ -14,7 +14,7 @@ if ( ! function_exists( 'decibel_support' ) ) :
 	/**
 	/**
 	 * Sets up theme defaults and registers support for various WordPress features.
 	 * Sets up theme defaults and registers support for various WordPress features.
 	 *
 	 *
-	 * @since Decibel 1.0
+	 * @since Loudness 1.0
 	 *
 	 *
 	 * @return void
 	 * @return void
 	 */
 	 */
@@ -34,7 +34,7 @@ if ( ! function_exists( 'decibel_styles' ) ) :
 	/**
 	/**
 	 * Enqueue styles.
 	 * Enqueue styles.
 	 *
 	 *
-	 * @since Decibel 1.0
+	 * @since Loudness 1.0
 	 *
 	 *
 	 * @return void
 	 * @return void
 	 */
 	 */
@@ -42,14 +42,14 @@ if ( ! function_exists( 'decibel_styles' ) ) :
 
 
 		// Register theme stylesheet.
 		// Register theme stylesheet.
 		wp_register_style(
 		wp_register_style(
-			'decibel-style',
+			'loudness-style',
 			get_stylesheet_directory_uri() . '/style.css',
 			get_stylesheet_directory_uri() . '/style.css',
 			array(),
 			array(),
 			wp_get_theme()->get( 'Version' )
 			wp_get_theme()->get( 'Version' )
 		);
 		);
 
 
 		// Enqueue theme stylesheet.
 		// Enqueue theme stylesheet.
-		wp_enqueue_style( 'decibel-style' );
+		wp_enqueue_style( 'loudness-style' );
 
 
 	}
 	}
 
 
@@ -59,14 +59,14 @@ add_action( 'wp_enqueue_scripts', 'decibel_styles' );
 
 
 function decibel_init() {
 function decibel_init() {
 	if ( ! WP_Block_Pattern_Categories_Registry::get_instance()->is_registered( 'illustrations' ) ) {
 	if ( ! WP_Block_Pattern_Categories_Registry::get_instance()->is_registered( 'illustrations' ) ) {
-		register_block_pattern_category( 'illustrations', array( 'label' => __( 'Illustrations', 'decibel' ) ) );
+		register_block_pattern_category( 'illustrations', array( 'label' => __( 'Illustrations', 'loudness' ) ) );
 	}
 	}
 
 
 	register_block_style(
 	register_block_style(
 		'core/navigation-link',
 		'core/navigation-link',
 		array(
 		array(
 			'name'  => 'navigation-link-button',
 			'name'  => 'navigation-link-button',
-			'label' => __( 'Button', 'decibel' ),
+			'label' => __( 'Button', 'loudness' ),
 		)
 		)
 	);
 	);
 }
 }

+ 1 - 0
loudness/parts/footer.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"loudness/footer"} /-->

+ 0 - 0
decibel/parts/header.html → loudness/parts/header.html


+ 0 - 0
decibel/parts/post-meta.html → loudness/parts/post-meta.html


+ 3 - 3
decibel/patterns/404.php → loudness/patterns/404.php

@@ -1,16 +1,16 @@
 <?php
 <?php
 /**
 /**
  * Title: A 404 page
  * Title: A 404 page
- * Slug: decibel/404
+ * Slug: loudness/404
  * Inserter: no
  * Inserter: no
  */
  */
 
 
 ?>
 ?>
 
 
 <!-- wp:heading {"textAlign":"center","level":1,"fontSize":"x-large"} -->
 <!-- wp:heading {"textAlign":"center","level":1,"fontSize":"x-large"} -->
-<h1 class="has-text-align-center has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'decibel' ); ?></h1>
+<h1 class="has-text-align-center has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'loudness' ); ?></h1>
 <!-- /wp:heading -->
 <!-- /wp:heading -->
 
 
 <!-- wp:paragraph -->
 <!-- wp:paragraph -->
-<p><?php echo  esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'decibel' ); ?></p>
+<p><?php echo  esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'loudness' ); ?></p>
 <!-- /wp:paragraph -->
 <!-- /wp:paragraph -->

+ 1 - 1
decibel/patterns/comments.php → loudness/patterns/comments.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 /**
 /**
  * Title: Comments
  * Title: Comments
- * slug: decibel/comments
+ * slug: loudness/comments
  * inserter: no
  * inserter: no
  */
  */
 
 

+ 4 - 4
decibel/patterns/footer.php → loudness/patterns/footer.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 /**
 /**
  * Title: Default footer
  * Title: Default footer
- * Slug: decibel/footer
+ * Slug: loudness/footer
  * Categories: footer
  * Categories: footer
  * Block Types: core/template-part/footer
  * Block Types: core/template-part/footer
  */
  */
@@ -17,12 +17,12 @@
 <p class="has-text-align-center has-rubik-font-family has-small-font-size" style="text-transform:uppercase">
 <p class="has-text-align-center has-rubik-font-family has-small-font-size" style="text-transform:uppercase">
 	<?php
 	<?php
 		/* Translators: Theme name. */
 		/* Translators: Theme name. */
-		$theme_name = '<strong>' . esc_html__( 'Decibel Theme', 'decibel' ) . '</strong>';
+		$theme_name = '<strong>' . esc_html__( 'Loudness Theme', 'loudness' ) . '</strong>';
 		/* Translators: WordPress link. */
 		/* Translators: WordPress link. */
-		$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'decibel' ) ) . '" rel="nofollow">WordPress</a>';
+		$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'loudness' ) ) . '" rel="nofollow">WordPress</a>';
 		echo sprintf(
 		echo sprintf(
 		// Translators: Footer credits.
 		// Translators: Footer credits.
-			esc_html__( '%1$s, Proudly Powered by %2$s', 'decibel' ),
+			esc_html__( '%1$s, Proudly Powered by %2$s', 'loudness' ),
 			$theme_name,
 			$theme_name,
 			$wordpress_link
 			$wordpress_link
 		);
 		);

+ 1 - 1
decibel/patterns/illustration-1.php → loudness/patterns/illustration-1.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 /**
 /**
  * Title: Illustration 1
  * Title: Illustration 1
- * Slug: decibel/illustration_1
+ * Slug: loudness/illustration_1
  * Categories: illustrations
  * Categories: illustrations
  */
  */
 ?>
 ?>

+ 1 - 1
decibel/patterns/illustration-2.php → loudness/patterns/illustration-2.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 /**
 /**
  * Title: Illustration 2
  * Title: Illustration 2
- * Slug: decibel/illustration_b2
+ * Slug: loudness/illustration_b2
  * Categories: illustrations
  * Categories: illustrations
  */
  */
 ?>
 ?>

+ 1 - 1
decibel/patterns/post-list.php → loudness/patterns/post-list.php

@@ -1,7 +1,7 @@
 <?php
 <?php
 /**
 /**
  * Title: Posts list
  * Title: Posts list
- * Slug: decibel/posts-list
+ * Slug: loudness/posts-list
  * Inserter: no
  * Inserter: no
  */
  */
 ?>
 ?>

+ 15 - 15
decibel/patterns/pricing.php → loudness/patterns/pricing.php

@@ -1,8 +1,8 @@
 <?php
 <?php
 /**
 /**
  * Title: Pricing Table
  * Title: Pricing Table
- * Slug: decibel/pricing-table
- * Categories: featured, text 
+ * Slug: loudness/pricing-table
+ * Categories: featured, text
  */
  */
 ?>
 ?>
 
 
@@ -21,15 +21,15 @@
 <!-- /wp:spacer -->
 <!-- /wp:spacer -->
 
 
 <!-- wp:heading {"level":3} -->
 <!-- wp:heading {"level":3} -->
-<h3><?php echo esc_html__( 'Student', 'decibel' ); ?></h3>
+<h3><?php echo esc_html__( 'Student', 'loudness' ); ?></h3>
 <!-- /wp:heading -->
 <!-- /wp:heading -->
 
 
 <!-- wp:paragraph -->
 <!-- wp:paragraph -->
-<p><?php echo esc_html__( 'For anyone currently enrolled in primary education or college.', 'decibel' ); ?></p>
+<p><?php echo esc_html__( 'For anyone currently enrolled in primary education or college.', 'loudness' ); ?></p>
 <!-- /wp:paragraph -->
 <!-- /wp:paragraph -->
 
 
 <!-- wp:paragraph {"fontSize":"x-large"} -->
 <!-- wp:paragraph {"fontSize":"x-large"} -->
-<p class="has-x-large-font-size"><?php echo esc_html__( '$25', 'decibel' ); ?></p>
+<p class="has-x-large-font-size"><?php echo esc_html__( '$25', 'loudness' ); ?></p>
 <!-- /wp:paragraph -->
 <!-- /wp:paragraph -->
 
 
 <!-- wp:spacer {"height":"2rem"} -->
 <!-- wp:spacer {"height":"2rem"} -->
@@ -38,7 +38,7 @@
 
 
 <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
 <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
 <div class="wp-block-buttons"><!-- wp:button {"style":{"spacing":{"padding":{"right":"var:preset|spacing|70","left":"var:preset|spacing|70"}}}} -->
 <div class="wp-block-buttons"><!-- wp:button {"style":{"spacing":{"padding":{"right":"var:preset|spacing|70","left":"var:preset|spacing|70"}}}} -->
-<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="padding-right:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)"><?php echo esc_html__( 'Buy Ticket', 'decibel' ); ?></a></div>
+<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="padding-right:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)"><?php echo esc_html__( 'Buy Ticket', 'loudness' ); ?></a></div>
 <!-- /wp:button --></div>
 <!-- /wp:button --></div>
 <!-- /wp:buttons --></div>
 <!-- /wp:buttons --></div>
 <!-- /wp:group -->
 <!-- /wp:group -->
@@ -55,15 +55,15 @@
 <!-- /wp:spacer -->
 <!-- /wp:spacer -->
 
 
 <!-- wp:heading {"level":3} -->
 <!-- wp:heading {"level":3} -->
-<h3><?php echo esc_html__( 'Professional', 'decibel' ); ?></h3>
+<h3><?php echo esc_html__( 'Professional', 'loudness' ); ?></h3>
 <!-- /wp:heading -->
 <!-- /wp:heading -->
 
 
 <!-- wp:paragraph -->
 <!-- wp:paragraph -->
-<p><?php echo esc_html__( 'For hobbyists and people working in the music industry.', 'decibel' ); ?></p>
+<p><?php echo esc_html__( 'For hobbyists and people working in the music industry.', 'loudness' ); ?></p>
 <!-- /wp:paragraph -->
 <!-- /wp:paragraph -->
 
 
 <!-- wp:paragraph {"fontSize":"x-large"} -->
 <!-- wp:paragraph {"fontSize":"x-large"} -->
-<p class="has-x-large-font-size"><?php echo esc_html__( '$100', 'decibel' ); ?></p>
+<p class="has-x-large-font-size"><?php echo esc_html__( '$100', 'loudness' ); ?></p>
 <!-- /wp:paragraph -->
 <!-- /wp:paragraph -->
 
 
 <!-- wp:spacer {"height":"2rem"} -->
 <!-- wp:spacer {"height":"2rem"} -->
@@ -72,7 +72,7 @@
 
 
 <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","verticalAlignment":"center"}} -->
 <!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","verticalAlignment":"center"}} -->
 <div class="wp-block-buttons"><!-- wp:button {"style":{"spacing":{"padding":{"right":"var:preset|spacing|70","left":"var:preset|spacing|70"}}}} -->
 <div class="wp-block-buttons"><!-- wp:button {"style":{"spacing":{"padding":{"right":"var:preset|spacing|70","left":"var:preset|spacing|70"}}}} -->
-<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="padding-right:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)"><?php echo esc_html__( 'Buy Ticket', 'decibel' ); ?></a></div>
+<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="padding-right:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)"><?php echo esc_html__( 'Buy Ticket', 'loudness' ); ?></a></div>
 <!-- /wp:button --></div>
 <!-- /wp:button --></div>
 <!-- /wp:buttons --></div>
 <!-- /wp:buttons --></div>
 <!-- /wp:group --></div>
 <!-- /wp:group --></div>
@@ -85,15 +85,15 @@
 <!-- /wp:spacer -->
 <!-- /wp:spacer -->
 
 
 <!-- wp:heading {"level":3} -->
 <!-- wp:heading {"level":3} -->
-<h3><?php echo esc_html__( 'Solo Sponsor', 'decibel' ); ?></h3>
+<h3><?php echo esc_html__( 'Solo Sponsor', 'loudness' ); ?></h3>
 <!-- /wp:heading -->
 <!-- /wp:heading -->
 
 
 <!-- wp:paragraph -->
 <!-- wp:paragraph -->
-<p><?php echo esc_html__( 'Support the entire workshop with a solo sponsor ticket.', 'decibel' ); ?></p>
+<p><?php echo esc_html__( 'Support the entire workshop with a solo sponsor ticket.', 'loudness' ); ?></p>
 <!-- /wp:paragraph -->
 <!-- /wp:paragraph -->
 
 
 <!-- wp:paragraph {"fontSize":"x-large"} -->
 <!-- wp:paragraph {"fontSize":"x-large"} -->
-<p class="has-x-large-font-size"><?php echo esc_html__( '$25', 'decibel' ); ?></p>
+<p class="has-x-large-font-size"><?php echo esc_html__( '$25', 'loudness' ); ?></p>
 <!-- /wp:paragraph -->
 <!-- /wp:paragraph -->
 
 
 <!-- wp:spacer {"height":"2rem"} -->
 <!-- wp:spacer {"height":"2rem"} -->
@@ -102,10 +102,10 @@
 
 
 <!-- wp:buttons {"align":"full","layout":{"type":"flex","justifyContent":"center"}} -->
 <!-- wp:buttons {"align":"full","layout":{"type":"flex","justifyContent":"center"}} -->
 <div class="wp-block-buttons alignfull"><!-- wp:button {"style":{"spacing":{"padding":{"right":"var:preset|spacing|70","left":"var:preset|spacing|70"}}}} -->
 <div class="wp-block-buttons alignfull"><!-- wp:button {"style":{"spacing":{"padding":{"right":"var:preset|spacing|70","left":"var:preset|spacing|70"}}}} -->
-<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="padding-right:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)"><?php echo esc_html__( 'Buy Ticket', 'decibel' ); ?></a></div>
+<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" style="padding-right:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)"><?php echo esc_html__( 'Buy Ticket', 'loudness' ); ?></a></div>
 <!-- /wp:button --></div>
 <!-- /wp:button --></div>
 <!-- /wp:buttons --></div>
 <!-- /wp:buttons --></div>
 <!-- /wp:group --></div>
 <!-- /wp:group --></div>
 <!-- /wp:column --></div>
 <!-- /wp:column --></div>
 <!-- /wp:columns --></div></div>
 <!-- /wp:columns --></div></div>
-<!-- /wp:cover -->
+<!-- /wp:cover -->

+ 12 - 12
decibel/readme.txt → loudness/readme.txt

@@ -1,4 +1,4 @@
-=== Decibel ===
+=== Loudness ===
 Contributors: Automattic
 Contributors: Automattic
 Requires at least: 5.8
 Requires at least: 5.8
 Tested up to: 5.9
 Tested up to: 5.9
@@ -17,26 +17,26 @@ A theme for music-y stuff
 * Add pricing table. (#6603)
 * Add pricing table. (#6603)
 
 
 = 0.0.3 =
 = 0.0.3 =
-* Decibel is no longer a Block Canvas child (#6598)
+* Loudness is no longer a Block Canvas child (#6598)
 
 
 = 0.0.2 =
 = 0.0.2 =
-* Decibel: add typography styles (#6571)
-* Decibel: add layout and global spacing (#6574)
-* Decibel: add link styles (#6570)
-* Decibel: add button styles (#6567)
-* Style/decibel header (#6582)
-* Style/decibel navigation (#6586)
+* Loudness: add typography styles (#6571)
+* Loudness: add layout and global spacing (#6574)
+* Loudness: add link styles (#6570)
+* Loudness: add button styles (#6567)
+* Style/loudness header (#6582)
+* Style/loudness navigation (#6586)
 * Added large illustration patterns (#6585)
 * Added large illustration patterns (#6585)
-* Add decibel single template and adjust according parent settings. (#6584)
-* Add table CSS to Blockbase and Decibel (#6593)
+* Add loudness single template and adjust according parent settings. (#6584)
+* Add table CSS to Blockbase and Loudness (#6593)
 
 
 = 0.0.1 =
 = 0.0.1 =
 * Initial release
 * Initial release
 
 
 == Copyright ==
 == Copyright ==
 
 
-Decibel WordPress Theme, (C) 2022 Automattic
-Decibel is distributed under the terms of the GNU GPL.
+Loudness WordPress Theme, (C) 2022 Automattic
+Loudness is distributed under the terms of the GNU GPL.
 
 
 This program is free software: you can redistribute it and/or modify
 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
 it under the terms of the GNU General Public License as published by

+ 11 - 8
decibel/style.css → loudness/style.css

@@ -1,6 +1,6 @@
 /*
 /*
-Theme Name: Decibel
-Theme URI: https://wordpress.com/decibel
+Theme Name: Loudness
+Theme URI: https://wordpress.com/loudness
 Author: Automattic
 Author: Automattic
 Author URI: https://automattic.com
 Author URI: https://automattic.com
 Description: A theme for music-y stuff
 Description: A theme for music-y stuff
@@ -10,14 +10,14 @@ Requires PHP: 5.7
 Version: 0.0.4
 Version: 0.0.4
 License: GNU General Public License v2 or later
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
-Text Domain: decibel
+Text Domain: loudness
 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
 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
 */
 */
 
 
 /*
 /*
 * Control the hover stylings of outline block style.
 * Control the hover stylings of outline block style.
 */
 */
-.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
+.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background):hover {
 	background-color: var(--wp--preset--color--primary);
 	background-color: var(--wp--preset--color--primary);
 }
 }
 
 
@@ -28,15 +28,18 @@ Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, feature
 .wp-block-table thead {
 .wp-block-table thead {
 	border-bottom: 3px solid;
 	border-bottom: 3px solid;
 }
 }
+
 .wp-block-table tfoot {
 .wp-block-table tfoot {
 	border-top: 3px solid;
 	border-top: 3px solid;
 }
 }
+
 .wp-block-table td,
 .wp-block-table td,
 .wp-block-table th {
 .wp-block-table th {
 	padding: var(--wp--preset--spacing--30);
 	padding: var(--wp--preset--spacing--30);
 	border: 1px solid;
 	border: 1px solid;
 	word-break: normal;
 	word-break: normal;
 }
 }
+
 .wp-block-table figcaption {
 .wp-block-table figcaption {
 	font-size: var(--wp--preset--font-size--small);
 	font-size: var(--wp--preset--font-size--small);
 	text-align: center;
 	text-align: center;
@@ -63,7 +66,7 @@ Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, feature
 	background-color: var(--wp--preset--color--primary);
 	background-color: var(--wp--preset--color--primary);
 }
 }
 
 
-.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container>.wp-block-navigation-item>.wp-block-navigation-item__content {
+.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
 	font-size: var(--wp--preset--font-size--xx-large);
 	font-size: var(--wp--preset--font-size--xx-large);
 	font-family: var(--wp--preset--font-family--rubik);
 	font-family: var(--wp--preset--font-family--rubik);
 }
 }
@@ -74,12 +77,12 @@ Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, feature
 	padding: var(--wp--preset--spacing--20);
 	padding: var(--wp--preset--spacing--20);
 }
 }
 
 
-.wp-block-navigation.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container>*:not(:first-child) {
+.wp-block-navigation.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container > *:not(:first-child) {
 	border-top: solid;
 	border-top: solid;
 	padding-top: 24px;
 	padding-top: 24px;
 	width: 100%;
 	width: 100%;
 }
 }
 
 
- .wp-block-navigation.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
+.wp-block-navigation.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
 	width: 100%;
 	width: 100%;
- }
+}

+ 1 - 1
decibel/templates/404.html → loudness/templates/404.html

@@ -3,7 +3,7 @@
 <!-- wp:group {"tagName":"main","layout":{"inherit":true,"type":"constrained"},"style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|60"}}}} -->
 <!-- wp:group {"tagName":"main","layout":{"inherit":true,"type":"constrained"},"style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|60"}}}} -->
 <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--60)">
 <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--80);margin-bottom:var(--wp--preset--spacing--60)">
 	
 	
-	<!-- wp:pattern {"slug":"decibel/404"} /-->
+	<!-- wp:pattern {"slug":"loudness/404"} /-->
 	<!-- wp:search {"label":""} /-->
 	<!-- wp:search {"label":""} /-->
 
 
 </main>
 </main>

+ 1 - 1
decibel/templates/archive.html → loudness/templates/archive.html

@@ -8,6 +8,6 @@
 </div>
 </div>
 <!-- /wp:group -->
 <!-- /wp:group -->
 
 
-<!-- wp:pattern {"slug":"decibel/posts-list"} /-->
+<!-- wp:pattern {"slug":"loudness/posts-list"} /-->
 
 
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 0 - 0
decibel/templates/blank.html → loudness/templates/blank.html


+ 0 - 0
decibel/templates/footer-only.html → loudness/templates/footer-only.html


+ 0 - 0
decibel/templates/header-footer-only.html → loudness/templates/header-footer-only.html


+ 1 - 1
decibel/templates/index.html → loudness/templates/index.html

@@ -1,5 +1,5 @@
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
 <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
 
 
-<!-- wp:pattern {"slug":"decibel/posts-list"} /-->
+<!-- wp:pattern {"slug":"loudness/posts-list"} /-->
 	
 	
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 1 - 1
decibel/templates/page.html → loudness/templates/page.html

@@ -20,7 +20,7 @@
     <!-- wp:spacer {"height":60} -->
     <!-- wp:spacer {"height":60} -->
     <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
     <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
     <!-- /wp:spacer -->
     <!-- /wp:spacer -->
-    <!-- wp:pattern {"slug":"decibel/comments"} -->
+    <!-- wp:pattern {"slug":"loudness/comments"} -->
 </div>
 </div>
 <!-- /wp:group -->
 <!-- /wp:group -->
 
 

+ 1 - 1
decibel/templates/search.html → loudness/templates/search.html

@@ -10,6 +10,6 @@
 </div>
 </div>
 <!-- /wp:group -->
 <!-- /wp:group -->
 
 
-<!-- wp:pattern {"slug":"decibel/posts-list"} /-->
+<!-- wp:pattern {"slug":"loudness/posts-list"} /-->
 
 
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 1 - 1
decibel/templates/single.html → loudness/templates/single.html

@@ -20,7 +20,7 @@
 
 
 <!-- wp:group {"layout":{"type":"constrained"}} -->
 <!-- wp:group {"layout":{"type":"constrained"}} -->
 <div class="wp-block-group">
 <div class="wp-block-group">
-<!-- wp:pattern {"slug":"decibel/comments"} /-->
+<!-- wp:pattern {"slug":"loudness/comments"} /-->
 </div><!-- /wp:group -->
 </div><!-- /wp:group -->
 
 
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
 <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 0 - 0
decibel/theme.json → loudness/theme.json