Sarah Norris 2 年 前
コミット
8d2c886677
53 ファイル変更1668 行追加0 行削除
  1. BIN
      bitacora/assets/fonts/alegreya-sans_300.ttf
  2. BIN
      bitacora/assets/fonts/alegreya-sans_300italic.ttf
  3. BIN
      bitacora/assets/fonts/alegreya-sans_500.ttf
  4. BIN
      bitacora/assets/fonts/alegreya-sans_500italic.ttf
  5. BIN
      bitacora/assets/fonts/alegreya-sans_700.ttf
  6. BIN
      bitacora/assets/fonts/alegreya-sans_700italic.ttf
  7. BIN
      bitacora/assets/fonts/alegreya-sans_800.ttf
  8. BIN
      bitacora/assets/fonts/alegreya-sans_800italic.ttf
  9. BIN
      bitacora/assets/fonts/alegreya-sans_900.ttf
  10. BIN
      bitacora/assets/fonts/alegreya-sans_900italic.ttf
  11. BIN
      bitacora/assets/fonts/alegreya-sans_italic.ttf
  12. BIN
      bitacora/assets/fonts/alegreya-sans_regular.ttf
  13. BIN
      bitacora/assets/fonts/alegreya_500.ttf
  14. BIN
      bitacora/assets/fonts/alegreya_500italic.ttf
  15. BIN
      bitacora/assets/fonts/alegreya_600.ttf
  16. BIN
      bitacora/assets/fonts/alegreya_600italic.ttf
  17. BIN
      bitacora/assets/fonts/alegreya_700.ttf
  18. BIN
      bitacora/assets/fonts/alegreya_700italic.ttf
  19. BIN
      bitacora/assets/fonts/alegreya_800.ttf
  20. BIN
      bitacora/assets/fonts/alegreya_800italic.ttf
  21. BIN
      bitacora/assets/fonts/alegreya_900.ttf
  22. BIN
      bitacora/assets/fonts/alegreya_900italic.ttf
  23. BIN
      bitacora/assets/fonts/alegreya_italic.ttf
  24. BIN
      bitacora/assets/fonts/alegreya_regular.ttf
  25. BIN
      bitacora/assets/fonts/nimbus-sans_italic_400.woff
  26. BIN
      bitacora/assets/fonts/nimbus-sans_italic_700.woff
  27. BIN
      bitacora/assets/fonts/nimbus-sans_normal_400.woff
  28. BIN
      bitacora/assets/fonts/nimbus-sans_normal_700.woff
  29. 60 0
      bitacora/functions.php
  30. 1 0
      bitacora/parts/comments.html
  31. 1 0
      bitacora/parts/footer.html
  32. 1 0
      bitacora/parts/header.html
  33. 1 0
      bitacora/parts/sidebar.html
  34. 95 0
      bitacora/patterns/footer.php
  35. 55 0
      bitacora/patterns/header.php
  36. 14 0
      bitacora/patterns/hidden-404.php
  37. 53 0
      bitacora/patterns/hidden-comments.php
  38. 43 0
      bitacora/patterns/post-list.php
  39. 52 0
      bitacora/patterns/sidebar.php
  40. 41 0
      bitacora/readme.txt
  41. BIN
      bitacora/screenshot.png
  42. 144 0
      bitacora/style.css
  43. 36 0
      bitacora/styles/antigua.json
  44. 36 0
      bitacora/styles/lemonade.json
  45. 36 0
      bitacora/styles/orka-black.json
  46. 36 0
      bitacora/styles/white.json
  47. 11 0
      bitacora/templates/404.html
  48. 31 0
      bitacora/templates/archive.html
  49. 23 0
      bitacora/templates/index.html
  50. 33 0
      bitacora/templates/page.html
  51. 29 0
      bitacora/templates/search.html
  52. 71 0
      bitacora/templates/single.html
  53. 765 0
      bitacora/theme.json

BIN
bitacora/assets/fonts/alegreya-sans_300.ttf


BIN
bitacora/assets/fonts/alegreya-sans_300italic.ttf


BIN
bitacora/assets/fonts/alegreya-sans_500.ttf


BIN
bitacora/assets/fonts/alegreya-sans_500italic.ttf


BIN
bitacora/assets/fonts/alegreya-sans_700.ttf


BIN
bitacora/assets/fonts/alegreya-sans_700italic.ttf


BIN
bitacora/assets/fonts/alegreya-sans_800.ttf


BIN
bitacora/assets/fonts/alegreya-sans_800italic.ttf


BIN
bitacora/assets/fonts/alegreya-sans_900.ttf


BIN
bitacora/assets/fonts/alegreya-sans_900italic.ttf


BIN
bitacora/assets/fonts/alegreya-sans_italic.ttf


BIN
bitacora/assets/fonts/alegreya-sans_regular.ttf


BIN
bitacora/assets/fonts/alegreya_500.ttf


BIN
bitacora/assets/fonts/alegreya_500italic.ttf


BIN
bitacora/assets/fonts/alegreya_600.ttf


BIN
bitacora/assets/fonts/alegreya_600italic.ttf


BIN
bitacora/assets/fonts/alegreya_700.ttf


BIN
bitacora/assets/fonts/alegreya_700italic.ttf


BIN
bitacora/assets/fonts/alegreya_800.ttf


BIN
bitacora/assets/fonts/alegreya_800italic.ttf


BIN
bitacora/assets/fonts/alegreya_900.ttf


BIN
bitacora/assets/fonts/alegreya_900italic.ttf


BIN
bitacora/assets/fonts/alegreya_italic.ttf


BIN
bitacora/assets/fonts/alegreya_regular.ttf


BIN
bitacora/assets/fonts/nimbus-sans_italic_400.woff


BIN
bitacora/assets/fonts/nimbus-sans_italic_700.woff


BIN
bitacora/assets/fonts/nimbus-sans_normal_400.woff


BIN
bitacora/assets/fonts/nimbus-sans_normal_700.woff


+ 60 - 0
bitacora/functions.php

@@ -0,0 +1,60 @@
+<?php
+/**
+ * Bitácora functions and definitions
+ *
+ * @link https://developer.wordpress.org/themes/basics/theme-functions/
+ *
+ * @package Bitácora
+ * @since Bitácora 1.0
+ */
+
+
+if ( ! function_exists( 'bitacora_support' ) ) :
+
+	/**
+	 * Sets up theme defaults and registers support for various WordPress feabitacorares.
+	 *
+	 * @since Bitácora 1.0
+	 *
+	 * @rebitacorarn void
+	 */
+	function bitacora_support() {
+
+		// Enqueue editor styles.
+		add_editor_style( 'style.css' );
+
+		// Make theme available for translation.
+		load_theme_textdomain( 'bitacora' );
+	}
+
+endif;
+
+add_action( 'after_sebitacorap_theme', 'bitacora_support' );
+
+if ( ! function_exists( 'bitacora_styles' ) ) :
+
+	/**
+	 * Enqueue styles.
+	 *
+	 * @since Bitácora 1.0
+	 *
+	 * @rebitacorarn void
+	 */
+	function bitacora_styles() {
+
+		// Register theme stylesheet.
+		wp_register_style(
+			'bitacora-style',
+			get_stylesheet_directory_uri() . '/style.css',
+			array(),
+			wp_get_theme()->get( 'Version' )
+		);
+
+		// Enqueue theme stylesheet.
+		wp_enqueue_style( 'bitacora-style' );
+
+	}
+
+endif;
+
+add_action( 'wp_enqueue_scripts', 'bitacora_styles' );

+ 1 - 0
bitacora/parts/comments.html

@@ -0,0 +1 @@
+<!-- wp:pattern {"slug":"bitacora/hidden-comments"} /-->

+ 1 - 0
bitacora/parts/footer.html

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

+ 1 - 0
bitacora/parts/header.html

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

+ 1 - 0
bitacora/parts/sidebar.html

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

+ 95 - 0
bitacora/patterns/footer.php

@@ -0,0 +1,95 @@
+<?php
+/**
+ * Title: Default footer
+ * Slug: bitacora/footer
+ * Categories: featured, footer
+ * Block Types: core/template-part/footer
+ */
+?>
+<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--70)">
+	<!-- wp:separator {"align":"wide","className":"is-style-wide"} -->
+	<hr class="wp-block-separator alignwide has-alpha-channel-opacity is-style-wide"/>
+	<!-- /wp:separator -->
+
+	<!-- wp:columns {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"}}}} -->
+	<div class="wp-block-columns alignwide" style="padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)">
+		<!-- wp:column -->
+		<div class="wp-block-column">
+			<!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase","letterSpacing":"0.2em"}},"fontSize":"small"} -->
+			<h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:500;letter-spacing:0.2em;text-transform:uppercase"><?php _e( 'Recent Posts', 'bitacora' ); ?></h3>
+			<!-- /wp:heading -->
+
+			<!-- wp:latest-posts {"postsToShow":3,"fontSize":"small"} /--></div>
+		<!-- /wp:column -->
+
+		<!-- wp:column -->
+		<div class="wp-block-column">
+			<!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase","letterSpacing":"0.2em"}},"fontSize":"small"} -->
+			<h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:500;letter-spacing:0.2em;text-transform:uppercase"><?php _e( 'Follow Me', 'bitacora' ); ?></h3>
+			<!-- /wp:heading -->
+
+			<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
+			<div class="wp-block-group">
+				<!-- wp:paragraph {"fontSize":"small"} -->
+				<p class="has-small-font-size"><a href="#"><?php _e( 'Tumblr', 'bitacora' ); ?></a></p>
+				<!-- /wp:paragraph -->
+
+				<!-- wp:paragraph {"fontSize":"small"} -->
+				<p class="has-small-font-size"><a href="#"><?php _e( 'WordPress', 'bitacora' ); ?></a></p>
+				<!-- /wp:paragraph -->
+
+				<!-- wp:paragraph {"fontSize":"small"} -->
+				<p class="has-small-font-size"><a href="#"><?php _e( 'Instagram', 'bitacora' ); ?></a></p>
+				<!-- /wp:paragraph -->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:column -->
+
+		<!-- wp:column -->
+		<div class="wp-block-column">
+			<!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase","letterSpacing":"0.2em"}},"fontSize":"small"} -->
+			<h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:500;letter-spacing:0.2em;text-transform:uppercase"><?php _e( 'Newsletter', 'bitacora' ); ?></h3>
+			<!-- /wp:heading -->
+
+			<!-- wp:jetpack/subscriptions {"submitButtonText":"subscribe","fontSize":"0.781rem","customFontSize":"0.781rem","borderRadius":2,"padding":9,"spacing":7} -->
+			<div class="wp-block-jetpack-subscriptions wp-block-jetpack-subscriptions__supports-newline">[jetpack_subscription_form show_subscribers_total="false" button_on_newline="false" submit_button_text="subscribe" custom_font_size="0.781rem" custom_border_radius="2" custom_border_weight="1" custom_padding="9" custom_spacing="7" submit_button_classes="has-0-781-rem-font-size" email_field_classes="has-0-781-rem-font-size" show_only_email_and_button="true" success_message="<?php echo esc_html__( 'Success! An email was just sent to confirm your subscription. Please find the email now and click \'Confirm Follow\' to start subscribing.', 'bitacora' ); ?>"]</div>
+			<!-- /wp:jetpack/subscriptions -->
+		</div>
+		<!-- /wp:column -->
+	</div>
+	<!-- /wp:columns -->
+
+	<!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
+	<div class="wp-block-group alignwide">
+		<!-- wp:group {"style":{"spacing":{"blockGap":"4px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+		<div class="wp-block-group">
+			<!-- wp:paragraph {"fontSize":"small"} -->
+			<p class="has-small-font-size"><?php _e( '©', 'bitacora' ); ?></p>
+			<!-- /wp:paragraph -->
+
+			<!-- wp:site-title {"style":{"typography":{"letterSpacing":"0px","textTransform":"none"}},"fontSize":"small"} /-->
+
+			<!-- wp:paragraph {"fontSize":"small"} -->
+			<p class="has-small-font-size"><?php _e( '2022, All Rights Reserved.', 'bitacora' ); ?></p>
+			<!-- /wp:paragraph -->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:paragraph {"align":"left","className":"has-small-font-size","fontSize":"small"} -->
+		<p class="has-text-align-left has-small-font-size">
+			<?php
+				$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'bitacora' ) ) . '" rel="nofollow">WordPress</a>';
+				echo sprintf(
+					/* Translators: WordPress link. */
+					esc_html__( 'Designed with %1$s', 'bitacora' ),
+					$wordpress_link
+				);
+				?>
+		</p>
+		<!-- /wp:paragraph -->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->

+ 55 - 0
bitacora/patterns/header.php

@@ -0,0 +1,55 @@
+<?php
+/**
+ * Title: Default header
+ * Slug: bitacora/header
+ * Categories: featured, header
+ * Block Types: core/template-part/header
+ */
+?>
+<!-- wp:group {"align":"full","layout":{"type":"constrained"}} -->
+<div class="wp-block-group alignfull">
+	<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"0"}}},"layout":{"type":"default"}} -->
+	<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:0">
+		<!-- wp:navigation {"overlayBackgroundColor":"background","overlayTextColor":"foreground","align":"wide","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"center","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"}}}} /-->
+
+		<!-- wp:spacer {"height":"6vw"} -->
+		<div style="height:6vw" aria-hidden="true" class="wp-block-spacer"></div>
+		<!-- /wp:spacer -->
+
+		<!-- wp:site-logo {"width":96,"shouldSyncIcon":false,"align":"center"} /-->
+
+		<!-- wp:columns {"verticalAlignment":"center"} -->
+		<div class="wp-block-columns are-vertically-aligned-center">
+			<!-- wp:column {"verticalAlignment":"center","width":"25%"} -->
+			<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:25%">
+				<!-- wp:separator {"className":"is-style-wide"} -->
+				<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
+				<!-- /wp:separator -->
+			</div>
+			<!-- /wp:column -->
+
+			<!-- wp:column {"verticalAlignment":"center","width":"50%"} -->
+			<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:50%">
+				<!-- wp:site-title {"textAlign":"center","style":{"spacing":{"padding":{"left":"0.5em"}}}} /-->
+
+				<!-- wp:site-tagline {"textAlign":"center","style":{"spacing":{"margin":{"top":"0.63rem"}}}} /-->
+			</div>
+			<!-- /wp:column -->
+
+			<!-- wp:column {"verticalAlignment":"center","width":"25%"} -->
+			<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:25%">
+				<!-- wp:separator {"className":"is-style-wide"} -->
+				<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
+				<!-- /wp:separator -->
+			</div>
+			<!-- /wp:column -->
+		</div>
+		<!-- /wp:columns -->
+
+		<!-- wp:spacer {"height":"6vw"} -->
+		<div style="height:6vw" aria-hidden="true" class="wp-block-spacer"></div>
+		<!-- /wp:spacer -->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->

+ 14 - 0
bitacora/patterns/hidden-404.php

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

+ 53 - 0
bitacora/patterns/hidden-comments.php

@@ -0,0 +1,53 @@
+<?php
+/**
+ * Title: Hidden Comments
+ * Slug: bitacora/hidden-comments
+ * Inserter: no
+ */
+?>
+<!-- wp:comments {"className":"wp-block-comments-query-loop"} -->
+<div class="wp-block-comments wp-block-comments-query-loop">
+	<!-- wp:group {"layout":{"type":"constrained"}} -->
+	<div class="wp-block-group">
+		<!-- wp:comments-title {"level":3} /-->
+
+		<!-- wp:comment-template -->
+			<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"1.5rem"}}}} -->
+			<div class="wp-block-group" style="margin-top:0;margin-bottom:1.5rem">
+				<!-- wp:group {"style":{"spacing":{"blockGap":"0.5em"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->
+				<div class="wp-block-group">
+					<!-- wp:avatar {"size":40,"style":{"border":{"radius":"999px"}}} /-->
+
+					<!-- wp:group -->
+					<div class="wp-block-group">
+						<!-- wp:comment-author-name /-->
+
+						<!-- wp:group {"layout":{"type":"flex"},"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.5em"}}} -->
+						<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
+							<!-- wp:comment-date {"format":"F j, Y \\a\\t g:i a"} /-->
+
+							<!-- wp:comment-edit-link /-->
+						</div>
+						<!-- /wp:group -->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:group -->
+
+				<!-- wp:comment-content /-->
+
+				<!-- wp:comment-reply-link /-->
+			</div>
+			<!-- /wp:group -->
+		<!-- /wp:comment-template -->
+
+		<!-- wp:comments-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"space-between"}} -->
+			<!-- wp:comments-pagination-previous /-->
+			<!-- wp:comments-pagination-next /-->
+		<!-- /wp:comments-pagination -->
+
+		<!-- wp:post-comments-form /-->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:comments -->

+ 43 - 0
bitacora/patterns/post-list.php

@@ -0,0 +1,43 @@
+<?php
+/**
+ * Title: Post List
+ * Slug: bitacora/post-list
+ * Categories: featured
+ */
+?>
+
+<!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"layout":{"type":"constrained"}} -->
+<div class="wp-block-query">
+	<!-- wp:post-template -->
+		<!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|80"}}}} -->
+		<div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--80)">
+			<!-- wp:post-date /-->
+
+			<!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0.5rem"}}}} /-->
+
+			<!-- wp:post-featured-image {"isLink":true} /-->
+
+			<!-- wp:post-excerpt {"moreText":"Continue reading","showMoreOnNewLine":false} /-->
+
+			<!-- wp:group {"layout":{"type":"constrained"}} -->
+			<div class="wp-block-group">
+				<!-- wp:group {"layout":{"type":"flex"}} -->
+				<div class="wp-block-group">
+					<!-- wp:post-terms {"term":"category"} /-->
+
+					<!-- wp:post-terms {"term":"post_tag"} /-->
+				</div>
+				<!-- /wp:group -->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:group -->
+	<!-- /wp:post-template -->
+
+	<!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"space-between"}} -->
+		<!-- wp:query-pagination-previous /-->
+
+		<!-- wp:query-pagination-next /-->
+	<!-- /wp:query-pagination -->
+</div>
+<!-- /wp:query -->

+ 52 - 0
bitacora/patterns/sidebar.php

@@ -0,0 +1,52 @@
+<?php
+/**
+ * Title: Sidebar Content
+ * Slug: bitacora/sidebar
+ * Categories: featured, columns
+ */
+?>
+<!-- wp:group {"layout":{"type":"constrained"}} -->
+<div class="wp-block-group">
+	<!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
+	<div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--70)">
+		<!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase","letterSpacing":"0.2em"}},"fontSize":"small"} -->
+<h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:500;letter-spacing:0.2em;text-transform:uppercase"><?php _e( 'About Me', 'bitacora' ); ?></h3>
+		<!-- /wp:heading -->
+
+		<!-- wp:paragraph {"fontSize":"small"} -->
+		<p class="has-small-font-size"><?php echo esc_html__( 'An English diarist and naval administrator. I served as administrator of the Royal Navy and Member of Parliament. I had no maritime experience, but I rose to be the Chief Secretary to the Admiralty under both King Charles II and King James II through patronage, diligence, and my talent for administration.', 'bitacora' ); ?></p>
+		<!-- /wp:paragraph -->
+
+		<!-- wp:social-links {"iconColor":"background","iconColorValue":"#ffffff","iconBackgroundColor":"foreground","iconBackgroundColorValue":"#004751","size":"has-small-icon-size","style":{"spacing":{"blockGap":{"left":"var:preset|spacing|30"},"margin":{"top":"1rem"}}},"className":"is-style-default"} -->
+		<ul class="wp-block-social-links has-small-icon-size has-icon-color has-icon-background-color is-style-default" style="margin-top:1rem">
+			<!-- wp:social-link {"url":"#","service":"tumblr"} /-->
+			<!-- wp:social-link {"url":"#","service":"WordPress"} /-->
+			<!-- wp:social-link {"url":"#","service":"instagram"} /-->
+		</ul>
+		<!-- /wp:social-links -->
+	</div>
+	<!-- /wp:group -->
+
+	<!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
+	<div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--70)">
+		<!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase","letterSpacing":"0.2em"}},"fontSize":"small"} -->
+		<h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:500;letter-spacing:0.2em;text-transform:uppercase"><?php _e( 'Recent Posts', 'bitacora' ); ?></h3>
+		<!-- /wp:heading -->
+
+		<!-- wp:latest-posts {"fontSize":"small"} /-->
+	</div>
+	<!-- /wp:group -->
+
+	<!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
+	<div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--70)">
+		<!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase","letterSpacing":"0.2em"}},"fontSize":"small"} -->
+		<h3 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:500;letter-spacing:0.2em;text-transform:uppercase"><?php _e( 'Newsletter', 'bitacora' ); ?></h3>
+		<!-- /wp:heading -->
+
+		<!-- wp:jetpack/subscriptions {"submitButtonText":"subscribe","fontSize":"0.781rem","customFontSize":"0.781rem","borderRadius":2,"padding":9,"spacing":7,"className":"is-style-split"} -->
+		<div class="wp-block-jetpack-subscriptions wp-block-jetpack-subscriptions__supports-newline is-style-split">[jetpack_subscription_form show_subscribers_total="false" button_on_newline="false" submit_button_text="subscribe" custom_font_size="0.781rem" custom_border_radius="2" custom_border_weight="1" custom_padding="9" custom_spacing="7" submit_button_classes="has-0-781-rem-font-size" email_field_classes="has-0-781-rem-font-size" show_only_email_and_button="true" success_message="<?php echo esc_html__( 'Success! An email was just sent to confirm your subscription. Please find the email now and click \'Confirm Follow\' to start subscribing.', 'bitacora' ); ?>"]</div>
+		<!-- /wp:jetpack/subscriptions -->
+	</div>
+	<!-- /wp:group -->
+</div>
+<!-- /wp:group -->

+ 41 - 0
bitacora/readme.txt

@@ -0,0 +1,41 @@
+=== Bitácora ===
+Contributors: Automattic
+Requires at least: 6.0
+Tested up to: 6.1.1
+Requires PHP: 5.7
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+== Description ==
+
+Bitácora is a simple old-school blog theme
+
+== Changelog ==
+
+= 1.0.0 =
+* Initial release
+
+== Copyright ==
+
+Bitácora WordPress Theme, (C) 2022 Automattic
+Bitácora 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.
+
+This theme bundles the following third-party resources:
+
+Alegreya Font
+Licensed under SIL Open Font License, 1.1 (http://scripts.sil.org/OFL)
+Source: https://fonts.google.com/specimen/Alegreya
+
+Alegreya Sans Font
+Licensed under SIL Open Font License, 1.1 (http://scripts.sil.org/OFL)
+Source: https://www.google.com/fonts/specimen/Alegreya+Sans

BIN
bitacora/screenshot.png


+ 144 - 0
bitacora/style.css

@@ -0,0 +1,144 @@
+/*
+Theme Name: Bitácora
+Theme URI: https://wordpress.com/theme/bitacora
+Author: Automattic
+Author URI: https://automattic.com/
+Description: Bitácora is a simple old-school blog theme
+Requires at least: 6.0
+Tested up to: 6.1.1
+Requires PHP: 5.7
+Version: 1.0.0
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+Template: 
+Text Domain: bitacora
+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.
+ * Unnecessary once block styles are configurable via theme.json
+ * https://github.com/WordPress/gutenberg/issues/42794
+ */
+.wp-block-button.is-style-outline
+	> .wp-block-button__link:not(.has-background):hover {
+	background-color: var(--wp--preset--color--secondary);
+	color: var(--wp--preset--color--background);
+	border-color: var(--wp--preset--color--secondary);
+}
+
+/*
+ * Link styles
+ * https://github.com/WordPress/gutenberg/issues/42319
+ */
+a {
+	text-decoration-thickness: 0.5px !important;
+	text-underline-offset: 0.05em;
+}
+
+/* Overrides the Gutenberg styles for the outline button */
+.wp-block-button.is-style-outline > .wp-block-button__link {
+	padding: calc(10px - 1px) calc(15px - 1px);
+	border: 1px solid var(--wp--preset--color--foreground);
+}
+
+/* Reset the Gutenberg style for the author byline */
+.wp-block-post-author__byline {
+	font-size: 1em;
+}
+
+/* There is no option for border-radius yet, and reset the vertical alignment */
+.wp-block-post-author__avatar img {
+	border-radius: 999px;
+	vertical-align: middle;
+}
+
+.wp-block-avatar img {
+	vertical-align: middle;
+}
+
+/*
+ * Needed until https://github.com/WordPress/gutenberg/issues/34196 or something like it.
+ */
+.wp-block-tag-cloud.is-style-outline a {
+	border-radius: 999px;
+	padding: 0 1rem;
+}
+
+.wp-block-tag-cloud.is-style-outline a:hover {
+	color: var(--wp--preset--color--background);
+	background-color: var(--wp--preset--color--primary);
+}
+
+/*
+ * Remove the default margin bottom from term description and post excerpt.
+ */
+.wp-block-term-description p:first-child {
+	margin-top: 0;
+}
+
+.wp-block-term-description p:last-child {
+	margin-bottom: 0;
+}
+
+.wp-block-search__input,
+.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline
+	form
+	input[type="email"] {
+	border-color: var(--wp--preset--color--tertiary);
+}
+
+/*
+ * Needed to style Jetpack Form
+ */
+.wp-block-jetpack-contact-form
+	input:not([type="submit"]):not([type="checkbox"]),
+.wp-block-jetpack-mailchimp input:not([type="submit"]):not([type="checkbox"]),
+.wp-block-jetpack-revue input:not([type="submit"]):not([type="checkbox"]),
+.wp-block-jetpack-contact-form select,
+.wp-block-jetpack-contact-form textarea {
+	background-color: #fff;
+	border: 1px solid var(--wp--preset--color--tertiary);
+	font-size: 1em;
+	padding: 0.75rem;
+}
+
+.wp-block-jetpack-contact-form .wp-block-jetpack-button button,
+.wp-block-jetpack-mailchimp .wp-block-jetpack-button button,
+.wp-block-jetpack-revue .wp-block-jetpack-button button {
+	border-width: 0;
+	font-size: var(--wp--preset--font-size--x-small);
+	font-weight: 700;
+	letter-spacing: 0.02em;
+	line-height: inherit;
+	padding: 10px 15px;
+}
+
+.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline
+	.wp-block-jetpack-subscriptions__form
+	.wp-block-jetpack-subscriptions__button,
+.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline
+	.wp-block-jetpack-subscriptions__form
+	.wp-block-jetpack-subscriptions__textfield
+	.components-text-control__input,
+.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline
+	.wp-block-jetpack-subscriptions__form
+	button,
+.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline
+	.wp-block-jetpack-subscriptions__form
+	input[type="email"],
+.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline
+	form
+	.wp-block-jetpack-subscriptions__button,
+.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline
+	form
+	.wp-block-jetpack-subscriptions__textfield
+	.components-text-control__input,
+.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline
+	form
+	button,
+.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline
+	form
+	input[type="email"] {
+	line-height: inherit;
+}

+ 36 - 0
bitacora/styles/antigua.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Antigua",
+	"settings": {
+		"color": {
+			"palette": [
+				{
+					"color": "#0dd6a5",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#2be1b5",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#F5F5F5",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#02454F",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#a9a9a9",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
bitacora/styles/lemonade.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Lemonade",
+	"settings": {
+		"color": {
+			"palette": [
+				{
+					"color": "#d20044",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#46d4b2",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#115143",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#ffe993",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#187661",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
bitacora/styles/orka-black.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Orka Black",
+	"settings": {
+		"color": {
+			"palette": [
+				{
+					"color": "#e4e2e0",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#ffffff",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#b9b5b1",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#231e1d",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#8c857e",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
bitacora/styles/white.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "White",
+	"settings": {
+		"color": {
+			"palette": [
+				{
+					"color": "#003EFF",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#3868ff",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#212121",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#ffffff",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#757575",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		}
+	}
+}

+ 11 - 0
bitacora/templates/404.html

@@ -0,0 +1,11 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
+<main class="wp-block-group">
+	<!-- wp:pattern {"slug":"bitacora/hidden-404"} /-->
+
+	<!-- wp:search {"label":"","showLabel":false,"placeholder":"Search here...","buttonText":"Search"} /-->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 31 - 0
bitacora/templates/archive.html

@@ -0,0 +1,31 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
+<main class="wp-block-group">
+	<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"1.88rem","left":"11%"}}}} -->
+	<div class="wp-block-columns alignwide">
+		<!-- wp:column {"width":"64.41%","layout":{"type":"constrained"}} -->
+		<div class="wp-block-column" style="flex-basis:64.41%">
+			<!-- wp:query-title {"type":"archive","showPrefix":false} /-->
+
+			<!-- wp:term-description {"style":{"spacing":{"margin":{"top":"0.5rem"}}},"fontSize":"small"} /-->
+
+			<!-- wp:spacer {"height":"3rem"} -->
+			<div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
+			<!-- /wp:spacer -->
+
+			<!-- wp:pattern {"slug":"bitacora/post-list"} /-->
+		</div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"35.59%","layout":{"type":"constrained"}} -->
+		<div class="wp-block-column" style="flex-basis:35.59%">
+			<!-- wp:template-part {"slug":"sidebar"} /-->
+		</div>
+		<!-- /wp:column -->
+	</div>
+	<!-- /wp:columns -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 23 - 0
bitacora/templates/index.html

@@ -0,0 +1,23 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
+<main class="wp-block-group">
+	<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"1.88rem","left":"11%"}}}} -->
+	<div class="wp-block-columns alignwide">
+		<!-- wp:column {"width":"64.41%","layout":{"type":"constrained"}} -->
+		<div class="wp-block-column" style="flex-basis:64.41%">
+			<!-- wp:pattern {"slug":"bitacora/post-list"} /-->
+		</div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"35.59%","layout":{"type":"constrained"}} -->
+		<div class="wp-block-column" style="flex-basis:35.59%">
+			<!-- wp:template-part {"slug":"sidebar"} /-->
+		</div>
+		<!-- /wp:column -->
+	</div>
+	<!-- /wp:columns -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 33 - 0
bitacora/templates/page.html

@@ -0,0 +1,33 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
+<main class="wp-block-group">
+	<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"1.88rem","left":"11%"}}}} -->
+	<div class="wp-block-columns alignwide">
+		<!-- wp:column {"width":"64.41%","layout":{"type":"constrained"}} -->
+		<div class="wp-block-column" style="flex-basis:64.41%">
+			<!-- wp:post-title /-->
+
+			<!-- wp:post-featured-image /-->
+
+			<!-- wp:post-content {"layout":{"type":"constrained"}} /-->
+
+			<!-- wp:spacer {"height":"3rem"} -->
+			<div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
+			<!-- /wp:spacer -->
+
+			<!-- wp:template-part {"slug":"comments"} /-->
+		</div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"35.59%","layout":{"type":"constrained"}} -->
+		<div class="wp-block-column" style="flex-basis:35.59%">
+			<!-- wp:template-part {"slug":"sidebar"} /-->
+		</div>
+		<!-- /wp:column -->
+	</div>
+	<!-- /wp:columns -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 29 - 0
bitacora/templates/search.html

@@ -0,0 +1,29 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
+<main class="wp-block-group">
+	<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"1.88rem","left":"11%"}}}} -->
+	<div class="wp-block-columns alignwide">
+		<!-- wp:column {"width":"64.41%","layout":{"type":"constrained"}} -->
+		<div class="wp-block-column" style="flex-basis:64.41%">
+			<!-- wp:search {"showLabel":false,"placeholder":"Search here...","buttonText":"Search"} /-->
+
+			<!-- wp:spacer {"height":"3rem"} -->
+			<div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
+			<!-- /wp:spacer -->
+
+			<!-- wp:pattern {"slug":"bitacora/post-list"} /-->
+		</div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"35.59%","layout":{"type":"constrained"}} -->
+		<div class="wp-block-column" style="flex-basis:35.59%">
+			<!-- wp:template-part {"slug":"sidebar"} /-->
+		</div>
+		<!-- /wp:column -->
+	</div>
+	<!-- /wp:columns -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 71 - 0
bitacora/templates/single.html

@@ -0,0 +1,71 @@
+<!-- wp:template-part {"slug":"header","tagName":"header"} /-->
+
+<!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
+<main class="wp-block-group">
+	<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"1.88rem","left":"11%"}}}} -->
+	<div class="wp-block-columns alignwide">
+		<!-- wp:column {"width":"64.41%","layout":{"type":"constrained"}} -->
+		<div class="wp-block-column" style="flex-basis:64.41%">
+			<!-- wp:post-date /-->
+
+			<!-- wp:post-title {"style":{"spacing":{"margin":{"top":"0.5rem"}}}} /-->
+
+			<!-- wp:post-featured-image /-->
+
+			<!-- wp:post-content {"layout":{"type":"constrained"}} /-->
+
+			<!-- wp:group {"layout":{"type":"flex"}} -->
+			<div class="wp-block-group">
+				<!-- wp:post-terms {"term":"category"} /-->
+
+				<!-- wp:post-terms {"term":"post_tag"} /-->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:group {"layout":{"type":"constrained"}} -->
+			<div class="wp-block-group">
+				<!-- wp:separator {"className":"is-style-wide"} -->
+				<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
+				<!-- /wp:separator -->
+
+				<!-- wp:post-author {"showBio":false,"byline":"Posted by:"} /-->
+
+				<!-- wp:post-author-biography /-->
+
+				<!-- wp:separator {"className":"is-style-wide"} -->
+				<hr class="wp-block-separator has-alpha-channel-opacity is-style-wide"/>
+				<!-- /wp:separator -->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:spacer {"height":"3rem"} -->
+			<div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
+			<!-- /wp:spacer -->
+
+			<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
+			<div class="wp-block-group">
+				<!-- wp:post-navigation-link {"type":"previous","label":"Previous Post","arrow":"chevron"} /-->
+
+				<!-- wp:post-navigation-link {"textAlign":"right","label":"Next Post","arrow":"chevron"} /-->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:spacer {"height":"3rem"} -->
+			<div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
+			<!-- /wp:spacer -->
+
+			<!-- wp:template-part {"slug":"comments"} /-->
+		</div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"35.59%","layout":{"type":"constrained"}} -->
+		<div class="wp-block-column" style="flex-basis:35.59%">
+			<!-- wp:template-part {"slug":"sidebar"} /-->
+		</div>
+		<!-- /wp:column -->
+	</div>
+	<!-- /wp:columns -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->

+ 765 - 0
bitacora/theme.json

@@ -0,0 +1,765 @@
+{
+	"settings": {
+		"appearanceTools": true,
+		"border": {
+			"color": true,
+			"radius": true,
+			"style": true,
+			"width": true
+		},
+		"color": {
+			"custom": true,
+			"customGradient": true,
+			"link": true,
+			"palette": [
+				{
+					"color": "#7a5e2f",
+					"name": "Primary",
+					"slug": "primary"
+				},
+				{
+					"color": "#8b6b36",
+					"name": "Secondary",
+					"slug": "secondary"
+				},
+				{
+					"color": "#023e47",
+					"name": "Foreground",
+					"slug": "foreground"
+				},
+				{
+					"color": "#f2f0ea",
+					"name": "Background",
+					"slug": "background"
+				},
+				{
+					"color": "#097889",
+					"name": "Tertiary",
+					"slug": "tertiary"
+				}
+			]
+		},
+		"layout": {
+			"contentSize": "543px",
+			"wideSize": "948px"
+		},
+		"spacing": {
+			"blockGap": true,
+			"margin": true,
+			"padding": true,
+			"spacingScale": {
+				"steps": 0
+			},
+			"spacingSizes": [
+				{
+					"name": "1",
+					"size": "0.625rem",
+					"slug": "30"
+				},
+				{
+					"name": "2",
+					"size": "1rem",
+					"slug": "40"
+				},
+				{
+					"name": "3",
+					"size": "1.5rem",
+					"slug": "50"
+				},
+				{
+					"name": "4",
+					"size": "2.25rem",
+					"slug": "60"
+				},
+				{
+					"name": "5",
+					"size": "3rem",
+					"slug": "70"
+				},
+				{
+					"name": "6",
+					"size": "4.5rem",
+					"slug": "80"
+				}
+			],
+			"units": [
+				"%",
+				"px",
+				"em",
+				"rem",
+				"vh",
+				"vw"
+			]
+		},
+		"typography": {
+			"customFontSize": true,
+			"fluid": true,
+			"fontFamilies": [
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/alegreya_regular.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "normal",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/alegreya_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "normal",
+							"fontWeight": "600",
+							"src": [
+								"file:./assets/fonts/alegreya_600.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/alegreya_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "normal",
+							"fontWeight": "800",
+							"src": [
+								"file:./assets/fonts/alegreya_800.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "normal",
+							"fontWeight": "900",
+							"src": [
+								"file:./assets/fonts/alegreya_900.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/alegreya_italic.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "italic",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/alegreya_500italic.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "italic",
+							"fontWeight": "600",
+							"src": [
+								"file:./assets/fonts/alegreya_600italic.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/alegreya_700italic.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "italic",
+							"fontWeight": "800",
+							"src": [
+								"file:./assets/fonts/alegreya_800italic.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya",
+							"fontStyle": "italic",
+							"fontWeight": "900",
+							"src": [
+								"file:./assets/fonts/alegreya_900italic.ttf"
+							]
+						}
+					],
+					"fontFamily": "Alegreya",
+					"slug": "alegreya"
+				},
+				{
+					"fontFace": [
+						{
+							"fontFamily": "Alegreya Sans",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/alegreya-sans_regular.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya Sans",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/alegreya-sans_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya Sans",
+							"fontStyle": "italic",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/alegreya-sans_italic.ttf"
+							]
+						},
+						{
+							"fontFamily": "Alegreya Sans",
+							"fontStyle": "italic",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/alegreya-sans_700italic.ttf"
+							]
+						}
+					],
+					"fontFamily": "Alegreya Sans",
+					"slug": "alegreya-sans"
+				}
+			],
+			"fontSizes": [
+				{
+					"fluid": {
+						"max": "0.781rem",
+						"min": "0.781rem"
+					},
+					"name": "Extra Small",
+					"size": "0.781rem",
+					"slug": "x-small"
+				},
+				{
+					"fluid": {
+						"max": "0.938rem",
+						"min": "0.781rem"
+					},
+					"name": "Small",
+					"size": "0.938rem",
+					"slug": "small"
+				},
+				{
+					"fluid": {
+						"max": "1.125rem",
+						"min": "0.938rem"
+					},
+					"name": "Medium",
+					"size": "1.125rem",
+					"slug": "medium"
+				},
+				{
+					"fluid": {
+						"max": "1.35rem",
+						"min": "1.125rem"
+					},
+					"name": "Large",
+					"size": "1.35rem",
+					"slug": "large"
+				},
+				{
+					"fluid": {
+						"max": "1.62rem",
+						"min": "1.35rem"
+					},
+					"name": "Extra Large",
+					"size": "1.62rem",
+					"slug": "x-large"
+				},
+				{
+					"fluid": {
+						"max": "1.944rem",
+						"min": "1.62rem"
+					},
+					"name": "2X Large",
+					"size": "1.944rem",
+					"slug": "xx-large"
+				}
+			],
+			"lineHeight": true
+		},
+		"useRootPaddingAwareAlignments": true
+	},
+	"styles": {
+		"blocks": {
+			"core/avatar": {
+				"typography": {
+					"verticalAlignment": "middle"
+				}
+			},
+			"core/button": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|alegreya-sans"
+				}
+			},
+			"core/buttons": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|alegreya-sans"
+				}
+			},
+			"core/code": {
+				"border": {
+					"color": "var(--wp--preset--color--tertiary)",
+					"radius": "3px",
+					"style": "solid",
+					"width": "1px"
+				},
+				"spacing": {
+					"padding": "var(--wp--style--block-gap)"
+				},
+				"typography": {
+					"fontFamily": "monospace"
+				}
+			},
+			"core/columns": {
+				"spacing": {
+					"blockGap": "var(--wp--style--block-gap)"
+				}
+			},
+			"core/comment-author-name": {
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var(--wp--preset--color--tertiary)"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-small)"
+				}
+			},
+			"core/comment-date": {
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var(--wp--preset--color--tertiary)"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-small)"
+				}
+			},
+			"core/comment-edit-link": {
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var(--wp--preset--color--tertiary)"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontFamily": "var:preset|font-family|alegreya-sans",
+					"fontSize": "var(--wp--preset--font-size--x-small)"
+				}
+			},
+			"core/comments-pagination": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|alegreya-sans",
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"fontWeight": "700"
+				}
+			},
+			"core/comment-reply-link": {
+				"elements": {
+					"link": {
+						"border": {
+							"color": "var(--wp--preset--color--foreground)",
+							"radius": "2px",
+							"style": "solid",
+							"width": "1px"
+						},
+						"color": {
+							"text": "var(--wp--preset--color--foreground)"
+						},
+						"spacing": {
+							"padding": "0.109375rem 0.5rem"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontFamily": "var:preset|font-family|alegreya-sans",
+					"fontSize": "var(--wp--preset--font-size--x-small)"
+				}
+			},
+			"core/cover": {
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--style--block-gap)"
+					}
+				},
+				"color": {
+					"text": "var(--wp--preset--color--foreground)"
+				}
+			},
+			"core/list": {
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--style--block-gap)"
+					}
+				}
+			},
+			"core/navigation": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "none"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/post-author": {
+				"color": {
+					"text": "var(--wp--preset--color--tertiary)"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var(--wp--preset--color--tertiary)"
+						}
+					}
+				},
+				"typography": {
+					"fontFamily": "var:preset|font-family|alegreya-sans",
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/post-date": {
+				"color": {
+					"text": "var(--wp--preset--color--tertiary)"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var(--wp--preset--color--tertiary)"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/post-navigation-link": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|alegreya-sans",
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"fontWeight": "700"
+				}
+			},
+			"core/post-terms": {
+				"color": {
+					"text": "var(--wp--preset--color--tertiary)"
+				},
+				"elements": {
+					"link": {
+						"color": {
+							"text": "var(--wp--preset--color--tertiary)"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"fontStyle": "italic"
+				}
+			},
+			"core/post-title": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"color": {
+							"text": "var(--wp--preset--color--foreground)"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"spacing": {
+					"margin": {
+						"bottom": "0"
+					}
+				},
+				"typography": {
+					"fontWeight": "400",
+					"fontSize": "var(--wp--preset--font-size--x-large)"
+				}
+			},
+			"core/pullquote": {
+				"border": {
+					"color": "var(--wp--preset--color--tertiary)",
+					"style": "solid",
+					"width": "1px 0"
+				},
+				"spacing": {
+					"padding": "var(--wp--style--block-gap)"
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontStyle": "italic"
+				}
+			},
+			"core/query-pagination": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|alegreya-sans",
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"fontWeight": "700"
+				}
+			},
+			"core/query-title": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--large)"
+				}
+			},
+			"core/quote": {
+				"border": {
+					"color": "var(--wp--preset--color--primary)",
+					"style": "solid",
+					"width": "0 0 0 1px"
+				},
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--style--block-gap)"
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"core/read-more": {
+				"border": {
+					"color": "var(--wp--preset--color--tertiary)",
+					"radius": "2px",
+					"style": "solid",
+					"width": "1px"
+				},
+				"spacing": {
+					"padding": "0 0.5rem"
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-small)",
+					"textDecoration": "none"
+				}
+			},
+			"core/search": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-small)"
+				}
+			},
+			"core/separator": {
+				"border": {
+					"color": "currentColor",
+					"style": "solid",
+					"width": "0 0 1px 0"
+				},
+				"color": {
+					"background": "var:preset|color|tertiary",
+					"text": "var(--wp--preset--color--tertiary)"
+				}
+			},
+			"core/site-tagline": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-small)",
+					"fontStyle": "italic"
+				}
+			},
+			"core/site-title": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "none"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-large)",
+					"fontWeight": "400",
+					"letterSpacing": "0.5em",
+					"lineHeight": "1",
+					"textTransform": "uppercase"
+				}
+			},
+			"jetpack/subscriptions": {
+				"typography": {
+					"fontFamily": "var:preset|font-family|alegreya-sans",
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			}
+		},
+		"color": {
+			"background": "var(--wp--preset--color--background)",
+			"text": "var(--wp--preset--color--foreground)"
+		},
+		"elements": {
+			"button": {
+				":active": {
+					"color": {
+						"background": "var(--wp--preset--color--foreground)",
+						"text": "var(--wp--preset--color--background)"
+					}
+				},
+				":focus": {
+					"color": {
+						"background": "var(--wp--preset--color--secondary)",
+						"text": "var(--wp--preset--color--background)"
+					}
+				},
+				":hover": {
+					"color": {
+						"background": "var(--wp--preset--color--secondary)",
+						"text": "var(--wp--preset--color--background)"
+					}
+				},
+				"border": {
+					"radius": "2px"
+				},
+				"color": {
+					"background": "var(--wp--preset--color--foreground)",
+					"text": "var(--wp--preset--color--background)"
+				},
+				"spacing": {
+					"padding": "10px 15px"
+				},
+				"typography": {
+					"fontFamily": "Alegreya Sans",
+					"fontSize": "var(--wp--preset--font-size--x-small)",
+					"fontWeight": "700",
+					"letterSpacing": "0.04em",
+					"textTransform": "uppercase"
+				}
+			},
+			"h1": {
+				"typography": {
+					"fontFamily": "Alegreya",
+					"fontSize": "var(--wp--preset--font-size--xx-large)"
+				}
+			},
+			"h2": {
+				"typography": {
+					"fontFamily": "Alegreya",
+					"fontSize": "var(--wp--preset--font-size--x-large)"
+				}
+			},
+			"h3": {
+				"typography": {
+					"fontFamily": "Alegreya",
+					"fontSize": "var(--wp--preset--font-size--large)"
+				}
+			},
+			"h4": {
+				"typography": {
+					"fontFamily": "Alegreya",
+					"fontSize": "var(--wp--preset--font-size--medium)"
+				}
+			},
+			"h5": {
+				"typography": {
+					"fontFamily": "Alegreya",
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"h6": {
+				"typography": {
+					"fontFamily": "Alegreya",
+					"fontSize": "var(--wp--preset--font-size--x-small)"
+				}
+			},
+			"heading": {
+				"typography": {
+					"fontFamily": "Alegreya",
+					"fontStyle": "normal",
+					"fontWeight": "400",
+					"lineHeight": "1.3"
+				}
+			},
+			"link": {
+				":hover": {
+					"typography": {
+						"textDecoration": "none"
+					}
+				},
+				"color": {
+					"text": "var(--wp--preset--color--primary)"
+				}
+			}
+		},
+		"spacing": {
+			"blockGap": "1.5rem",
+			"padding": {
+				"bottom": "0",
+				"left": "var(--wp--style--block-gap)",
+				"right": "var(--wp--style--block-gap)",
+				"top": "0"
+			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|alegreya",
+			"fontSize": "var:preset|font-size|medium",
+			"lineHeight": "1.555555556"
+		}
+	},
+	"templateParts": [
+		{
+			"area": "header",
+			"name": "header"
+		},
+		{
+			"area": "footer",
+			"name": "footer"
+		},
+		{
+			"area": "uncategorized",
+			"name": "comments"
+		},
+		{
+			"area": "uncategorized",
+			"name": "sidebar"
+		}
+	],
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}