Pārlūkot izejas kodu

Negai: Add theme (#7131)

* Negai: Add theme

* Remove theme slug from template part calls

---------

Co-authored-by: Vicente Canales <vicente.canales@automattic.com>
Takashi Irie 2 gadi atpakaļ
vecāks
revīzija
7f14e2a2cc
41 mainītis faili ar 2030 papildinājumiem un 0 dzēšanām
  1. BIN
      negai/assets/fonts/manrope_italic_200.ttf
  2. BIN
      negai/assets/fonts/manrope_italic_300.ttf
  3. BIN
      negai/assets/fonts/manrope_italic_400.ttf
  4. BIN
      negai/assets/fonts/manrope_italic_500.ttf
  5. BIN
      negai/assets/fonts/manrope_italic_600.ttf
  6. BIN
      negai/assets/fonts/manrope_italic_700.ttf
  7. BIN
      negai/assets/fonts/manrope_italic_800.ttf
  8. BIN
      negai/assets/fonts/manrope_normal_200.ttf
  9. BIN
      negai/assets/fonts/manrope_normal_300.ttf
  10. BIN
      negai/assets/fonts/manrope_normal_400.ttf
  11. BIN
      negai/assets/fonts/manrope_normal_500.ttf
  12. BIN
      negai/assets/fonts/manrope_normal_600.ttf
  13. BIN
      negai/assets/fonts/manrope_normal_700.ttf
  14. BIN
      negai/assets/fonts/manrope_normal_800.ttf
  15. 60 0
      negai/functions.php
  16. 47 0
      negai/parts/comments.html
  17. 1 0
      negai/parts/footer.html
  18. 7 0
      negai/parts/header.html
  19. 10 0
      negai/patterns/404.php
  20. 21 0
      negai/patterns/footer.php
  21. 14 0
      negai/patterns/no-results-content.php
  22. 9 0
      negai/patterns/search.php
  23. 51 0
      negai/readme.txt
  24. BIN
      negai/screenshot.png
  25. 78 0
      negai/style.css
  26. 36 0
      negai/styles/apple.json
  27. 36 0
      negai/styles/charcoal.json
  28. 36 0
      negai/styles/corn.json
  29. 36 0
      negai/styles/crimson.json
  30. 36 0
      negai/styles/fuchsia.json
  31. 36 0
      negai/styles/gold.json
  32. 36 0
      negai/styles/grass.json
  33. 36 0
      negai/styles/obsidian.json
  34. 36 0
      negai/styles/orange.json
  35. 19 0
      negai/templates/404.html
  36. 94 0
      negai/templates/archive.html
  37. 92 0
      negai/templates/index.html
  38. 102 0
      negai/templates/page.html
  39. 120 0
      negai/templates/search.html
  40. 125 0
      negai/templates/single.html
  41. 856 0
      negai/theme.json

BIN
negai/assets/fonts/manrope_italic_200.ttf


BIN
negai/assets/fonts/manrope_italic_300.ttf


BIN
negai/assets/fonts/manrope_italic_400.ttf


BIN
negai/assets/fonts/manrope_italic_500.ttf


BIN
negai/assets/fonts/manrope_italic_600.ttf


BIN
negai/assets/fonts/manrope_italic_700.ttf


BIN
negai/assets/fonts/manrope_italic_800.ttf


BIN
negai/assets/fonts/manrope_normal_200.ttf


BIN
negai/assets/fonts/manrope_normal_300.ttf


BIN
negai/assets/fonts/manrope_normal_400.ttf


BIN
negai/assets/fonts/manrope_normal_500.ttf


BIN
negai/assets/fonts/manrope_normal_600.ttf


BIN
negai/assets/fonts/manrope_normal_700.ttf


BIN
negai/assets/fonts/manrope_normal_800.ttf


+ 60 - 0
negai/functions.php

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

+ 47 - 0
negai/parts/comments.html

@@ -0,0 +1,47 @@
+<!-- wp:comments {"className":"wp-block-comments-query-loop"} -->
+<div class="wp-block-comments wp-block-comments-query-loop">
+	<!-- wp:group {"layout":{"type":"default"}} -->
+	<div class="wp-block-group">
+		<!-- wp:comments-title {"level":3} /-->
+
+		<!-- wp:comment-template {"style":{"spacing":{"padding":{"left":"0px"}}}} -->
+			<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"var:preset|spacing|60"}}}} -->
+			<div class="wp-block-group" style="margin-top:0;margin-bottom:var(--wp--preset--spacing--60)">
+				<!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
+				<div class="wp-block-group">
+					<!-- wp:avatar {"size":64} /-->
+
+					<!-- wp:group -->
+					<div class="wp-block-group">
+						<!-- wp:comment-author-name /-->
+
+						<!-- wp:group {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.5em"}},"layout":{"type":"flex"}} -->
+						<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":"arrow","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 -->

+ 1 - 0
negai/parts/footer.html

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

+ 7 - 0
negai/parts/header.html

@@ -0,0 +1,7 @@
+<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"0","bottom":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
+<div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--preset--spacing--50);padding-bottom:0;padding-left:var(--wp--preset--spacing--50)">
+	<!-- wp:site-title /-->
+
+	<!-- wp:navigation {"overlayMenu":"always","overlayBackgroundColor":"base","overlayTextColor":"contrast","layout":{"type":"flex","justifyContent":"right"},"fontSize":"xx-large"} /-->
+</div>
+<!-- /wp:group -->

+ 10 - 0
negai/patterns/404.php

@@ -0,0 +1,10 @@
+<?php
+/**
+ * Title: A 404 page
+ * Slug: negai/404
+ * Inserter: no
+ */
+?>
+<!-- wp:heading {"level":1,"fontSize":"huge","anchor":"oops-that-page-can-t-be-found"} -->
+<h1 class="wp-block-heading has-huge-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Nothing found. Maybe try a search?', 'negai' ); ?></h1>
+<!-- /wp:heading -->

+ 21 - 0
negai/patterns/footer.php

@@ -0,0 +1,21 @@
+<?php
+/**
+ * Title: Default footer
+ * Slug: negai/footer
+ * Categories: featured, footer
+ * Block Types: core/template-part/footer
+ */
+?>
+<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
+<div class="wp-block-group" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
+	<!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}},"fontSize":"medium"} -->
+	<p class="has-medium-font-size" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><?php
+		/* Translators: WordPress link. */
+		$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'negai' ) ) . '" rel="nofollow">WordPress</a>';
+		echo sprintf(
+			esc_html__( 'Designed with %1$s', 'negai' ),
+			$wordpress_link
+		);?></p>
+	<!-- /wp:paragraph -->
+</div>
+<!-- /wp:group -->

+ 14 - 0
negai/patterns/no-results-content.php

@@ -0,0 +1,14 @@
+<?php
+/**
+ * Title: No Results Content
+ * Slug: negai/no-results-content
+ * Inserter: no
+ */
+?>
+<!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50","bottom":"0"}}},"fontSize":"huge"} -->
+<p class="has-huge-font-size" style="margin-top:var(--wp--preset--spacing--50);margin-bottom:0"><?php echo esc_html_x( 'Nothing found. Try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'negai' ); ?></p>
+<!-- /wp:paragraph -->
+
+<!-- wp:spacer {"height":"var:preset|spacing|60"} -->
+<div style="height:var(--wp--preset--spacing--60)" aria-hidden="true" class="wp-block-spacer"></div>
+<!-- /wp:spacer -->

+ 9 - 0
negai/patterns/search.php

@@ -0,0 +1,9 @@
+<?php
+/**
+ * Title: Search
+ * Slug: negai/search
+ * Inserter: no
+ */
+?>
+
+<!-- wp:search {"label":"","showLabel":false,"placeholder":"<?php echo esc_html_x( 'Search...', 'This is a placeholder text in a search field', 'negai' ); ?>","buttonText":"Search","buttonUseIcon":true} /-->

+ 51 - 0
negai/readme.txt

@@ -0,0 +1,51 @@
+=== Negai ===
+Contributors: Automattic
+Requires at least: 6.0
+Tested up to: 6.2.2
+Requires PHP: 5.7
+License: GPLv2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+== Description ==
+
+Negai is a bold blogging theme with large post titles and interesting colour schemes
+
+== Changelog ==
+
+= 1.0.0 =
+* Initial release
+
+== Copyright ==
+
+Negai WordPress Theme, (C) 2023 Automattic
+Negai is distributed under the terms of the GNU GPL.
+Negai is based on Trellick (https://wordpress.com/theme/trellick/), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
+
+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:
+
+CC0 Public Domain image of Lauren Bacall
+https://pxhere.com/en/photo/1097552
+
+Included in theme screenshot and in block patterns.
+
+Manrope Font
+https://github.com/sharanda/manrope
+
+Manrope Italic Fork
+https://github.com/cssobral2013/manrope
+
+Copyright 2018 The Manrope Project Authors (https://github.com/sharanda/manrope)
+This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: http://scripts.sil.org/OFL
+License URL: http://scripts.sil.org/OFL
+Source: http://gent.media
+-- End of Manrope Font credits --

BIN
negai/screenshot.png


+ 78 - 0
negai/style.css

@@ -0,0 +1,78 @@
+/*
+Theme Name: Negai
+Theme URI: https://wordpress.com/theme/negai
+Author: Automattic
+Author URI: https://automattic.com/
+Description: Negai is a bold blogging theme with large post titles and interesting colour schemes
+Requires at least: 6.0
+Tested up to: 6.2.2
+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
+Text Domain: negai
+Tags: blog, one-column, two-columns, block-patterns, block-styles, editor-style, featured-images, full-site-editing, rtl-language-support, style-variations, template-editing, threaded-comments, translation-ready, three-columns, wide-blocks, custom-background, custom-colors, custom-logo, custom-menu, theme-options, news
+*/
+
+/*
+ * 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--primary);
+	border-color: var(--wp--preset--color--primary);
+	color: var(--wp--preset--color--base);
+}
+
+/*
+ * Link styles
+ * https://github.com/WordPress/gutenberg/issues/42319
+ */
+a {
+	text-decoration-thickness: 0.5px !important;
+	text-underline-offset: .1em;
+}
+
+/*
+ * Form field styles
+ * https://github.com/WordPress/gutenberg/issues/42319
+ */
+::placeholder {
+	color: var(--wp--preset--color--contrast);
+	opacity: 1; /* Firefox */
+}
+
+input:not([type="submit"]):not([type="checkbox"]),
+textarea,
+.wp-block-post-comments-form input:not([type=submit]),
+.wp-block-post-comments-form textarea {
+	background-color: var(--wp--preset--color--base);
+	border-color: var(--wp--preset--color--contrast);
+	color: var(--wp--preset--color--contrast);
+}
+
+input:not([type="submit"]):not([type="checkbox"]):focus,
+textarea:focus {
+	outline-style: solid;
+	outline-color: var(--wp--preset--color--contrast);
+}
+
+/*
+ * Avatar Block
+ * Fix border radius setting for the avatar block
+ * https://github.com/WordPress/gutenberg/issues/48253
+ */
+.wp-block-avatar a,
+.wp-block-avatar img {
+	border-radius: inherit;
+}
+
+/*
+ * Pull quote Block
+ * Reset the browser default margins for blockquote element
+ * https://github.com/WordPress/gutenberg/issues/44129
+ */
+.wp-block-pullquote blockquote {
+	margin: 0;
+}

+ 36 - 0
negai/styles/apple.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Apple",
+	"settings": {
+		"color": {
+			"duotone": [
+				{
+					"colors": [
+						"#191a5e",
+						"#6AE066"
+					],
+					"name": "Default filter",
+					"slug": "default-filter"
+				}
+			],
+			"palette": [
+				{
+					"color": "#6AE066",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#191a5e",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#2a4262",
+					"name": "Primary",
+					"slug": "primary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
negai/styles/charcoal.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Charcoal",
+	"settings": {
+		"color": {
+			"duotone": [
+				{
+					"colors": [
+						"#000000",
+						"#ffffff"
+					],
+					"name": "Default filter",
+					"slug": "default-filter"
+				}
+			],
+			"palette": [
+				{
+					"color": "#000000",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#ffffff",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#cccccc",
+					"name": "Primary",
+					"slug": "primary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
negai/styles/corn.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Corn",
+	"settings": {
+		"color": {
+			"duotone": [
+				{
+					"colors": [
+						"#9e2f70",
+						"#ddd864"
+					],
+					"name": "Default filter",
+					"slug": "default-filter"
+				}
+			],
+			"palette": [
+				{
+					"color": "#ddd864",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#9e2f70",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#ac536f",
+					"name": "Primary",
+					"slug": "primary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
negai/styles/crimson.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Crimson",
+	"settings": {
+		"color": {
+			"duotone": [
+				{
+					"colors": [
+						"#e5281c",
+						"#ffffff"
+					],
+					"name": "Default filter",
+					"slug": "default-filter"
+				}
+			],
+			"palette": [
+				{
+					"color": "#ffffff",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#e5281c",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#ed5a4f",
+					"name": "Primary",
+					"slug": "primary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
negai/styles/fuchsia.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Fuchsia",
+	"settings": {
+		"color": {
+			"duotone": [
+				{
+					"colors": [
+						"#001344",
+						"#f74879"
+					],
+					"name": "Default filter",
+					"slug": "default-filter"
+				}
+			],
+			"palette": [
+				{
+					"color": "#f74879",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#001344",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#341f4f",
+					"name": "Primary",
+					"slug": "primary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
negai/styles/gold.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Gold",
+	"settings": {
+		"color": {
+			"duotone": [
+				{
+					"colors": [
+						"#05040b",
+						"#e6c80e"
+					],
+					"name": "Default filter",
+					"slug": "default-filter"
+				}
+			],
+			"palette": [
+				{
+					"color": "#e6c80e",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#05040b",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#322b13",
+					"name": "Primary",
+					"slug": "primary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
negai/styles/grass.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Grass",
+	"settings": {
+		"color": {
+			"duotone": [
+				{
+					"colors": [
+						"#038A18",
+						"#ffffff"
+					],
+					"name": "Default filter",
+					"slug": "default-filter"
+				}
+			],
+			"palette": [
+				{
+					"color": "#ffffff",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#038A18",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#4ea24e",
+					"name": "Primary",
+					"slug": "primary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
negai/styles/obsidian.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Obsidian",
+	"settings": {
+		"color": {
+			"duotone": [
+				{
+					"colors": [
+						"#000000",
+						"#ffffff"
+					],
+					"name": "Default filter",
+					"slug": "default-filter"
+				}
+			],
+			"palette": [
+				{
+					"color": "#ffffff",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#000000",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#333333",
+					"name": "Primary",
+					"slug": "primary"
+				}
+			]
+		}
+	}
+}

+ 36 - 0
negai/styles/orange.json

@@ -0,0 +1,36 @@
+{
+	"$schema": "https://schemas.wp.org/trunk/theme.json",
+	"version": 2,
+	"title": "Orange",
+	"settings": {
+		"color": {
+			"duotone": [
+				{
+					"colors": [
+						"#380956",
+						"#f68a2d"
+					],
+					"name": "Default filter",
+					"slug": "default-filter"
+				}
+			],
+			"palette": [
+				{
+					"color": "#f68a2d",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#380956",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#5e2252",
+					"name": "Primary",
+					"slug": "primary"
+				}
+			]
+		}
+	}
+}

+ 19 - 0
negai/templates/404.html

@@ -0,0 +1,19 @@
+<!-- wp:template-part {"slug":"header"} /-->
+
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"},"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
+<main
+	class="wp-block-group"
+	style="
+		margin-top: var(--wp--preset--spacing--70);
+		margin-bottom: var(--wp--preset--spacing--70);
+		padding-right: var(--wp--preset--spacing--50);
+		padding-left: var(--wp--preset--spacing--50);
+	"
+>
+	<!-- wp:pattern {"slug":"negai/404"} /-->
+
+	<!-- wp:pattern {"slug":"negai/search"} /-->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 94 - 0
negai/templates/archive.html

@@ -0,0 +1,94 @@
+<!-- wp:template-part {"slug":"header"} /-->
+
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"0"}}},"layout":{"type":"default"}} -->
+<main
+	class="wp-block-group"
+	style="margin-top: var(--wp--preset--spacing--70); margin-bottom: 0"
+>
+	<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"align":"full","layout":{"type":"default"}} -->
+	<div class="wp-block-query alignfull">
+		<!-- wp:group {"layout":{"type":"default"}} -->
+		<div class="wp-block-group">
+			<!-- wp:query-title {"type":"archive","showPrefix":false,"style":{"spacing":{"margin":{"top":"0px","right":"0px","bottom":"var:preset|spacing|50","left":"0px"},"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}}} /-->
+
+			<!-- wp:post-template -->
+			<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
+			<div
+				class="wp-block-group"
+				style="
+					padding-right: var(--wp--preset--spacing--50);
+					padding-left: var(--wp--preset--spacing--50);
+				"
+			>
+				<!-- wp:post-title {"isLink":true,"fontSize":"huge"} /-->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:columns {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50"},"blockGap":{"top":"0","left":"0"}}}} -->
+			<div
+				class="wp-block-columns"
+				style="margin-top: var(--wp--preset--spacing--50)"
+			>
+				<!-- wp:column {"width":"34%","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"blockGap":"0"}}} -->
+				<div
+					class="wp-block-column"
+					style="
+						padding-right: var(--wp--preset--spacing--50);
+						padding-bottom: var(--wp--preset--spacing--50);
+						padding-left: var(--wp--preset--spacing--50);
+						flex-basis: 34%;
+					"
+				>
+					<!-- wp:post-date {"format":"n/j/Y"} /-->
+
+					<!-- wp:post-terms {"term":"category"} /-->
+
+					<!-- wp:post-terms {"term":"post_tag"} /-->
+				</div>
+				<!-- /wp:column -->
+
+				<!-- wp:column {"width":"66%"} -->
+				<div class="wp-block-column" style="flex-basis: 66%">
+					<!-- wp:group {"layout":{"type":"default"}} -->
+					<div class="wp-block-group">
+						<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","width":"","height":""} /-->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:column -->
+			</div>
+			<!-- /wp:columns -->
+
+			<!-- wp:spacer {"height":"var:preset|spacing|60"} -->
+			<div
+				style="height: var(--wp--preset--spacing--60)"
+				aria-hidden="true"
+				class="wp-block-spacer"
+			></div>
+			<!-- /wp:spacer -->
+			<!-- /wp:post-template -->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"},"margin":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"default"}} -->
+		<div
+			class="wp-block-group"
+			style="
+				margin-bottom: var(--wp--preset--spacing--70);
+				padding-right: var(--wp--preset--spacing--50);
+				padding-left: var(--wp--preset--spacing--50);
+			"
+		>
+			<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
+			<!-- wp:query-pagination-previous /-->
+
+			<!-- wp:query-pagination-next /-->
+			<!-- /wp:query-pagination -->
+		</div>
+		<!-- /wp:group -->
+	</div>
+	<!-- /wp:query -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 92 - 0
negai/templates/index.html

@@ -0,0 +1,92 @@
+<!-- wp:template-part {"slug":"header"} /-->
+
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"0"}}},"layout":{"type":"default"}} -->
+<main
+	class="wp-block-group"
+	style="margin-top: var(--wp--preset--spacing--70); margin-bottom: 0"
+>
+	<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"align":"full","layout":{"type":"default"}} -->
+	<div class="wp-block-query alignfull">
+		<!-- wp:group {"layout":{"type":"default"}} -->
+		<div class="wp-block-group">
+			<!-- wp:post-template -->
+			<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
+			<div
+				class="wp-block-group"
+				style="
+					padding-right: var(--wp--preset--spacing--50);
+					padding-left: var(--wp--preset--spacing--50);
+				"
+			>
+				<!-- wp:post-title {"isLink":true,"fontSize":"huge"} /-->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:columns {"style":{"spacing":{"blockGap":{"top":"0","left":"0"},"margin":{"top":"var:preset|spacing|50"}}}} -->
+			<div
+				class="wp-block-columns"
+				style="margin-top: var(--wp--preset--spacing--50)"
+			>
+				<!-- wp:column {"width":"34%","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"blockGap":"0"}}} -->
+				<div
+					class="wp-block-column"
+					style="
+						padding-right: var(--wp--preset--spacing--50);
+						padding-bottom: var(--wp--preset--spacing--50);
+						padding-left: var(--wp--preset--spacing--50);
+						flex-basis: 34%;
+					"
+				>
+					<!-- wp:post-date {"format":"n/j/Y"} /-->
+
+					<!-- wp:post-terms {"term":"category"} /-->
+
+					<!-- wp:post-terms {"term":"post_tag"} /-->
+				</div>
+				<!-- /wp:column -->
+
+				<!-- wp:column {"width":"66%"} -->
+				<div class="wp-block-column" style="flex-basis: 66%">
+					<!-- wp:group {"layout":{"type":"default"}} -->
+					<div class="wp-block-group">
+						<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","width":"","height":""} /-->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:column -->
+			</div>
+			<!-- /wp:columns -->
+
+			<!-- wp:spacer {"height":"var:preset|spacing|60"} -->
+			<div
+				style="height: var(--wp--preset--spacing--60)"
+				aria-hidden="true"
+				class="wp-block-spacer"
+			></div>
+			<!-- /wp:spacer -->
+			<!-- /wp:post-template -->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"},"margin":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"default"}} -->
+		<div
+			class="wp-block-group"
+			style="
+				margin-bottom: var(--wp--preset--spacing--70);
+				padding-right: var(--wp--preset--spacing--50);
+				padding-left: var(--wp--preset--spacing--50);
+			"
+		>
+			<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
+			<!-- wp:query-pagination-previous /-->
+
+			<!-- wp:query-pagination-next /-->
+			<!-- /wp:query-pagination -->
+		</div>
+		<!-- /wp:group -->
+	</div>
+	<!-- /wp:query -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 102 - 0
negai/templates/page.html

@@ -0,0 +1,102 @@
+<!-- wp:template-part {"slug":"header"} /-->
+
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"default"}} -->
+<main
+	class="wp-block-group"
+	style="
+		margin-top: var(--wp--preset--spacing--70);
+		margin-bottom: var(--wp--preset--spacing--70);
+	"
+>
+	<!-- wp:group {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"default"}} -->
+	<div
+		class="wp-block-group"
+		style="margin-bottom: var(--wp--preset--spacing--70)"
+	>
+		<!-- wp:group {"style":{"spacing":{"blockGap":"0px","padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
+		<div
+			class="wp-block-group"
+			style="
+				padding-right: var(--wp--preset--spacing--50);
+				padding-left: var(--wp--preset--spacing--50);
+			"
+		>
+			<!-- wp:post-title {"isLink":true,"fontSize":"huge"} /-->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:columns {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50"},"blockGap":{"top":"0","left":"0"}}}} -->
+		<div
+			class="wp-block-columns"
+			style="margin-top: var(--wp--preset--spacing--50)"
+		>
+			<!-- wp:column {"width":"34%","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"blockGap":"0"}}} -->
+			<div
+				class="wp-block-column"
+				style="
+					padding-right: var(--wp--preset--spacing--50);
+					padding-bottom: var(--wp--preset--spacing--50);
+					padding-left: var(--wp--preset--spacing--50);
+					flex-basis: 34%;
+				"
+			>
+				<!-- wp:post-date {"format":"n/j/Y"} /-->
+
+				<!-- wp:post-author-name /-->
+			</div>
+			<!-- /wp:column -->
+
+			<!-- wp:column {"width":"66%"} -->
+			<div class="wp-block-column" style="flex-basis: 66%">
+				<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","width":"","height":""} /-->
+
+				<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
+				<div class="wp-block-group">
+					<!-- wp:post-content {"layout":{"type":"default"}} /-->
+				</div>
+				<!-- /wp:group -->
+			</div>
+			<!-- /wp:column -->
+		</div>
+		<!-- /wp:columns -->
+	</div>
+	<!-- /wp:group -->
+
+	<!-- wp:columns {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"},"blockGap":{"top":"0","left":"0"}}}} -->
+	<div
+		class="wp-block-columns"
+		style="
+			margin-top: var(--wp--preset--spacing--70);
+			margin-bottom: var(--wp--preset--spacing--70);
+		"
+	>
+		<!-- wp:column {"width":"34%","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}}} -->
+		<div
+			class="wp-block-column"
+			style="
+				padding-right: var(--wp--preset--spacing--50);
+				padding-left: var(--wp--preset--spacing--50);
+				flex-basis: 34%;
+			"
+		></div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"66%"} -->
+		<div class="wp-block-column" style="flex-basis: 66%">
+			<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
+			<div class="wp-block-group">
+				<!-- wp:group {"layout":{"type":"default"}} -->
+				<div class="wp-block-group">
+					<!-- wp:template-part {"slug":"comments"} /-->
+				</div>
+				<!-- /wp:group -->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:column -->
+	</div>
+	<!-- /wp:columns -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 120 - 0
negai/templates/search.html

@@ -0,0 +1,120 @@
+<!-- wp:template-part {"slug":"header"} /-->
+
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"0"}}},"layout":{"type":"default"}} -->
+<main
+	class="wp-block-group"
+	style="margin-top: var(--wp--preset--spacing--70); margin-bottom: 0"
+>
+	<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"align":"full","layout":{"type":"default"}} -->
+	<div class="wp-block-query alignfull">
+		<!-- wp:group {"layout":{"type":"default"}} -->
+		<div class="wp-block-group">
+			<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
+			<div
+				class="wp-block-group"
+				style="
+					padding-right: var(--wp--preset--spacing--50);
+					padding-left: var(--wp--preset--spacing--50);
+				"
+			>
+				<!-- wp:search {"label":"","showLabel":false,"placeholder":"Search...","buttonText":"Search","buttonUseIcon":true} /-->
+
+				<!-- wp:query-title {"type":"search","style":{"spacing":{"margin":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}}} /-->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:post-template -->
+			<!-- wp:group {"style":{"spacing":{"blockGap":"0px","padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
+			<div
+				class="wp-block-group"
+				style="
+					padding-right: var(--wp--preset--spacing--50);
+					padding-left: var(--wp--preset--spacing--50);
+				"
+			>
+				<!-- wp:post-title {"isLink":true,"fontSize":"huge"} /-->
+			</div>
+			<!-- /wp:group -->
+
+			<!-- wp:columns {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50"},"blockGap":{"top":"0","left":"0"}}}} -->
+			<div
+				class="wp-block-columns"
+				style="margin-top: var(--wp--preset--spacing--50)"
+			>
+				<!-- wp:column {"width":"34%","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"blockGap":"0"}}} -->
+				<div
+					class="wp-block-column"
+					style="
+						padding-right: var(--wp--preset--spacing--50);
+						padding-bottom: var(--wp--preset--spacing--50);
+						padding-left: var(--wp--preset--spacing--50);
+						flex-basis: 34%;
+					"
+				>
+					<!-- wp:post-date {"format":"n/j/Y"} /-->
+
+					<!-- wp:post-terms {"term":"category"} /-->
+
+					<!-- wp:post-terms {"term":"post_tag"} /-->
+				</div>
+				<!-- /wp:column -->
+
+				<!-- wp:column {"width":"66%"} -->
+				<div class="wp-block-column" style="flex-basis: 66%">
+					<!-- wp:group {"layout":{"type":"default"}} -->
+					<div class="wp-block-group">
+						<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","width":"","height":""} /-->
+					</div>
+					<!-- /wp:group -->
+				</div>
+				<!-- /wp:column -->
+			</div>
+			<!-- /wp:columns -->
+
+			<!-- wp:spacer {"height":"var:preset|spacing|60"} -->
+			<div
+				style="height: var(--wp--preset--spacing--60)"
+				aria-hidden="true"
+				class="wp-block-spacer"
+			></div>
+			<!-- /wp:spacer -->
+			<!-- /wp:post-template -->
+
+			<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
+			<div
+				class="wp-block-group"
+				style="
+					padding-right: var(--wp--preset--spacing--50);
+					padding-left: var(--wp--preset--spacing--50);
+				"
+			>
+				<!-- wp:query-no-results -->
+				<!-- wp:pattern {"slug":"negai/no-results-content"} /-->
+				<!-- /wp:query-no-results -->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"},"margin":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"default"}} -->
+		<div
+			class="wp-block-group"
+			style="
+				margin-bottom: var(--wp--preset--spacing--70);
+				padding-right: var(--wp--preset--spacing--50);
+				padding-left: var(--wp--preset--spacing--50);
+			"
+		>
+			<!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
+			<!-- wp:query-pagination-previous /-->
+
+			<!-- wp:query-pagination-next /-->
+			<!-- /wp:query-pagination -->
+		</div>
+		<!-- /wp:group -->
+	</div>
+	<!-- /wp:query -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 125 - 0
negai/templates/single.html

@@ -0,0 +1,125 @@
+<!-- wp:template-part {"slug":"header"} /-->
+
+<!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"default"}} -->
+<main
+	class="wp-block-group"
+	style="
+		margin-top: var(--wp--preset--spacing--70);
+		margin-bottom: var(--wp--preset--spacing--70);
+	"
+>
+	<!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"default"}} -->
+	<div
+		class="wp-block-group"
+		style="
+			margin-top: var(--wp--preset--spacing--70);
+			margin-bottom: var(--wp--preset--spacing--70);
+		"
+	>
+		<!-- wp:group {"style":{"spacing":{"blockGap":"0px","padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
+		<div
+			class="wp-block-group"
+			style="
+				padding-right: var(--wp--preset--spacing--50);
+				padding-left: var(--wp--preset--spacing--50);
+			"
+		>
+			<!-- wp:post-title {"fontSize":"huge"} /-->
+		</div>
+		<!-- /wp:group -->
+
+		<!-- wp:columns {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50"},"blockGap":{"top":"0","left":"0"}}}} -->
+		<div
+			class="wp-block-columns"
+			style="margin-top: var(--wp--preset--spacing--50)"
+		>
+			<!-- wp:column {"width":"34%","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"blockGap":"0"}}} -->
+			<div
+				class="wp-block-column"
+				style="
+					padding-right: var(--wp--preset--spacing--50);
+					padding-bottom: var(--wp--preset--spacing--50);
+					padding-left: var(--wp--preset--spacing--50);
+					flex-basis: 34%;
+				"
+			>
+				<!-- wp:post-date {"format":"n/j/Y"} /-->
+
+				<!-- wp:post-author-name {"isLink":true} /-->
+
+				<!-- wp:post-terms {"term":"category"} /-->
+
+				<!-- wp:post-terms {"term":"post_tag"} /-->
+			</div>
+			<!-- /wp:column -->
+
+			<!-- wp:column {"width":"66%"} -->
+			<div class="wp-block-column" style="flex-basis: 66%">
+				<!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","width":"","height":""} /-->
+
+				<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
+				<div class="wp-block-group">
+					<!-- wp:post-content {"layout":{"type":"default"}} /-->
+				</div>
+				<!-- /wp:group -->
+			</div>
+			<!-- /wp:column -->
+		</div>
+		<!-- /wp:columns -->
+	</div>
+	<!-- /wp:group -->
+
+	<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"},"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
+	<div
+		class="wp-block-group"
+		style="
+			margin-top: var(--wp--preset--spacing--70);
+			margin-bottom: var(--wp--preset--spacing--70);
+			padding-right: var(--wp--preset--spacing--50);
+			padding-left: var(--wp--preset--spacing--50);
+		"
+	>
+		<!-- wp:post-navigation-link {"type":"previous","arrow":"arrow"} /-->
+
+		<!-- wp:post-navigation-link {"arrow":"arrow"} /-->
+	</div>
+	<!-- /wp:group -->
+
+	<!-- wp:columns {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"},"blockGap":{"top":"0","left":"0"}}}} -->
+	<div
+		class="wp-block-columns"
+		style="
+			margin-top: var(--wp--preset--spacing--70);
+			margin-bottom: var(--wp--preset--spacing--70);
+		"
+	>
+		<!-- wp:column {"width":"34%","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}}} -->
+		<div
+			class="wp-block-column"
+			style="
+				padding-right: var(--wp--preset--spacing--50);
+				padding-left: var(--wp--preset--spacing--50);
+				flex-basis: 34%;
+			"
+		></div>
+		<!-- /wp:column -->
+
+		<!-- wp:column {"width":"66%"} -->
+		<div class="wp-block-column" style="flex-basis: 66%">
+			<!-- wp:group {"layout":{"type":"constrained","justifyContent":"left"}} -->
+			<div class="wp-block-group">
+				<!-- wp:group {"layout":{"type":"default"}} -->
+				<div class="wp-block-group">
+					<!-- wp:template-part {"slug":"comments"} /-->
+				</div>
+				<!-- /wp:group -->
+			</div>
+			<!-- /wp:group -->
+		</div>
+		<!-- /wp:column -->
+	</div>
+	<!-- /wp:columns -->
+</main>
+<!-- /wp:group -->
+
+<!-- wp:template-part {"slug":"footer"} /-->

+ 856 - 0
negai/theme.json

@@ -0,0 +1,856 @@
+{
+	"settings": {
+		"appearanceTools": true,
+		"color": {
+			"background": true,
+			"custom": true,
+			"customDuotone": true,
+			"customGradient": true,
+			"defaultDuotone": true,
+			"defaultGradients": true,
+			"defaultPalette": true,
+			"duotone": [
+				{
+					"colors": [
+						"#2014ed",
+						"#ffffff"
+					],
+					"name": "Default filter",
+					"slug": "default-filter"
+				}
+			],
+			"gradients": [],
+			"palette": [
+				{
+					"color": "#ffffff",
+					"name": "Base",
+					"slug": "base"
+				},
+				{
+					"color": "#2014ed",
+					"name": "Contrast",
+					"slug": "contrast"
+				},
+				{
+					"color": "#4C43F2",
+					"name": "Primary",
+					"slug": "primary"
+				}
+			],
+			"text": true
+		},
+		"layout": {
+			"contentSize": "1020px"
+		},
+		"shadow": {
+			"defaultPresets": true,
+			"presets": []
+		},
+		"spacing": {
+			"customSpacingSize": true,
+			"spacingScale": {
+				"increment": 1.5,
+				"mediumStep": 1.5,
+				"operator": "*",
+				"steps": 0,
+				"unit": "rem"
+			},
+			"spacingSizes": [
+				{
+					"name": "1",
+					"size": "0.5rem",
+					"slug": "30"
+				},
+				{
+					"name": "2",
+					"size": "1.25rem",
+					"slug": "40"
+				},
+				{
+					"name": "3",
+					"size": "clamp(1.75rem, 2.2896394vw, 2.5rem)",
+					"slug": "50"
+				},
+				{
+					"name": "4",
+					"size": "clamp(2.5rem, 4.5792788vw, 5rem)",
+					"slug": "60"
+				},
+				{
+					"name": "5",
+					"size": "clamp(3.75rem, 6.8689181vw, 7.5rem)",
+					"slug": "70"
+				},
+				{
+					"name": "6",
+					"size": "clamp(5rem, 9.1585575vw, 10.0rem)",
+					"slug": "80"
+				}
+			],
+			"units": [
+				"%",
+				"px",
+				"em",
+				"rem",
+				"vh",
+				"vw"
+			]
+		},
+		"typography": {
+			"customFontSize": true,
+			"dropCap": true,
+			"fluid": true,
+			"fontFamilies": [
+				{
+					"fontFamily": "Manrope",
+					"slug": "manrope",
+					"fontFace": [
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "200",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_200.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "300",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "400",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "500",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "600",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_600.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "800",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_800.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "700",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "200",
+							"fontStyle": "italic",
+							"src": [
+								"file:./assets/fonts/manrope_italic_200.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "300",
+							"fontStyle": "italic",
+							"src": [
+								"file:./assets/fonts/manrope_italic_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "400",
+							"fontStyle": "italic",
+							"src": [
+								"file:./assets/fonts/manrope_italic_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "500",
+							"fontStyle": "italic",
+							"src": [
+								"file:./assets/fonts/manrope_italic_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "600",
+							"fontStyle": "italic",
+							"src": [
+								"file:./assets/fonts/manrope_italic_600.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "700",
+							"fontStyle": "italic",
+							"src": [
+								"file:./assets/fonts/manrope_italic_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "800",
+							"fontStyle": "italic",
+							"src": [
+								"file:./assets/fonts/manrope_italic_800.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontStyle": "normal",
+							"fontWeight": "200",
+							"src": [
+								"file:./assets/fonts/manrope_normal_200.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontStyle": "normal",
+							"fontWeight": "300",
+							"src": [
+								"file:./assets/fonts/manrope_normal_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontStyle": "normal",
+							"fontWeight": "400",
+							"src": [
+								"file:./assets/fonts/manrope_normal_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontStyle": "normal",
+							"fontWeight": "500",
+							"src": [
+								"file:./assets/fonts/manrope_normal_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontStyle": "normal",
+							"fontWeight": "600",
+							"src": [
+								"file:./assets/fonts/manrope_normal_600.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontStyle": "normal",
+							"fontWeight": "700",
+							"src": [
+								"file:./assets/fonts/manrope_normal_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontStyle": "normal",
+							"fontWeight": "800",
+							"src": [
+								"file:./assets/fonts/manrope_normal_800.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "200",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_200.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "300",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_300.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "400",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_400.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "500",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_500.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "600",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_600.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "700",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_700.ttf"
+							]
+						},
+						{
+							"fontFamily": "Manrope",
+							"fontWeight": "800",
+							"fontStyle": "normal",
+							"src": [
+								"file:./assets/fonts/manrope_normal_800.ttf"
+							]
+						}
+					]
+				}
+			],
+			"fontSizes": [
+				{
+					"fluid": {
+						"max": "1.215rem",
+						"min": "0.844rem"
+					},
+					"name": "Extra Small",
+					"size": "1.215rem",
+					"slug": "x-small"
+				},
+				{
+					"fluid": {
+						"max": "1.458rem",
+						"min": "1.013rem"
+					},
+					"name": "Small",
+					"size": "1.458rem",
+					"slug": "small"
+				},
+				{
+					"fluid": {
+						"max": "1.75rem",
+						"min": "1.013rem"
+					},
+					"name": "Medium",
+					"size": "1.75rem",
+					"slug": "medium"
+				},
+				{
+					"fluid": true,
+					"name": "Large",
+					"size": "2.1rem",
+					"slug": "large"
+				},
+				{
+					"fluid": true,
+					"name": "Extra Large",
+					"size": "2.52rem",
+					"slug": "x-large"
+				},
+				{
+					"fluid": true,
+					"name": "Double Extra Large",
+					"size": "3.024rem",
+					"slug": "xx-large"
+				},
+				{
+					"fluid": {
+						"max": "7.525rem",
+						"min": "2.1rem"
+					},
+					"name": "Huge",
+					"size": "7.525rem",
+					"slug": "huge"
+				}
+			],
+			"fontStyle": true,
+			"fontWeight": true,
+			"letterSpacing": true,
+			"textDecoration": true,
+			"textTransform": true
+		},
+		"useRootPaddingAwareAlignments": true
+	},
+	"styles": {
+		"blocks": {
+			"core/archives": {
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--preset--spacing--40)"
+					}
+				}
+			},
+			"core/avatar": {
+				"border": {
+					"radius": "999px"
+				},
+				"typography": {
+					"lineHeight": "0"
+				}
+			},
+			"core/button": {
+				"variations": {
+					"outline": {
+						"border": {
+							"width": "2px"
+						},
+						"spacing": {
+							"padding": {
+								"bottom": "14px",
+								"left": "26px",
+								"right": "26px",
+								"top": "14px"
+							}
+						}
+					}
+				}
+			},
+			"core/buttons": {
+				"spacing": {
+					"blockGap": "var(--wp--preset--spacing--40)"
+				}
+			},
+			"core/calendar": {
+				"css": ".wp-block-calendar table:where(:not(.has-text-color)) {color: var(--wp--preset--color--contrast);} .wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th {border-color: var(--wp--preset--color--contrast);}:where(.wp-block-calendar table:not(.has-background) th) {background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}"
+			},
+			"core/categories": {
+				"spacing": {
+					"padding": {
+						"left": "0"
+					}
+				}
+			},
+			"core/code": {
+				"border": {
+					"color": "var(--wp--preset--color--contrast)",
+					"radius": "0",
+					"style": "solid",
+					"width": "1px"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "var(--wp--preset--spacing--40)",
+						"left": "var(--wp--preset--spacing--40)",
+						"right": "var(--wp--preset--spacing--40)",
+						"top": "var(--wp--preset--spacing--40)"
+					}
+				},
+				"typography": {
+					"fontFamily": "monospace"
+				}
+			},
+			"core/columns": {
+				"spacing": {
+					"margin": {
+						"bottom": "0"
+					}
+				}
+			},
+			"core/comment-reply-link": {
+				"elements": {
+					"link": {
+						":hover": {
+							"color": {
+								"background": "var(--wp--preset--color--primary)",
+								"text": "var(--wp--preset--color--base)"
+							}
+						},
+						"border": {
+							"color": "var(--wp--preset--color--contrast)",
+							"radius": "0",
+							"style": "solid",
+							"width": "1px"
+						},
+						"color": {
+							"background": "var(--wp--preset--color--contrast)",
+							"text": "var(--wp--preset--color--base)"
+						},
+						"spacing": {
+							"padding": "6px 14px"
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-small)"
+				}
+			},
+			"core/comments-title": {
+				"spacing": {
+					"margin": {
+						"bottom": "var(--wp--preset--spacing--50)",
+						"top": "0px"
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--large)"
+				}
+			},
+			"core/cover": {
+				"spacing": {
+					"padding": {
+						"bottom": "var(--wp--preset--spacing--50)",
+						"left": "var(--wp--preset--spacing--50)",
+						"right": "var(--wp--preset--spacing--50)",
+						"top": "var(--wp--preset--spacing--50)"
+					}
+				}
+			},
+			"core/image": {
+				"css": " .wp-element-caption{text-align:center;}",
+				"filter": {
+					"duotone": "var(--wp--preset--duotone--default-filter)"
+				}
+			},
+			"core/latest-comments": {
+				"css": " .wp-block-latest-comments__comment-date {font-size: var(--wp--preset--font-size--medium);}.wp-block-latest-comments__comment-excerpt p{font-size: var(--wp--preset--font-size--medium);} :where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:inherit;} .wp-block-latest-comments__comment-excerpt p{margin:var(--wp--preset--spacing--50) 0;}",
+				"spacing": {
+					"padding": {
+						"left": "0px"
+					}
+				}
+			},
+			"core/latest-posts": {
+				"css": " .wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date {font-size: var(--wp--preset--font-size--medium);}.wp-block-latest-posts__post-excerpt{margin:var(--wp--preset--spacing--50) 0;)}"
+			},
+			"core/list": {
+				"spacing": {
+					"padding": {
+						"left": "var(--wp--preset--spacing--40)"
+					}
+				}
+			},
+			"core/navigation": {
+				"css": ".wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {border-color:var(--wp--preset--color--contrast);} .wp-block-navigation__submenu-container.has-background {padding:0;} .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:0;} .has-modal-open .wp-block-navigation__responsive-close {max-width: 100%;}",
+				"spacing": {
+					"blockGap": "0"
+				}
+			},
+			"core/paragraph": {
+				"typography": {
+					"lineHeight": "calc(1em + 0.75rem)"
+				}
+			},
+			"core/post-author": {
+				"css": ".wp-block-post-author .wp-block-post-author__byline{font-size:0.7em;} .wp-block-post-author .wp-block-post-author__bio {font-size:inherit;} .wp-block-post-author__avatar img {vertical-align:middle;} .wp-block-post-author__bio {margin:0;} .wp-block-post-author__avatar img {border-radius: 999px;}"
+			},
+			"core/post-comments-form": {
+				"css": ".wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form .comment-form textarea {line-height: inherit;} .wp-block-post-comments-form .form-submit {margin-bottom: 0;}"
+			},
+			"core/post-excerpt": {
+				"css": ".wp-block-post-excerpt .wp-block-post-excerpt__excerpt{line-height: inherit;}"
+			},
+			"core/post-featured-image": {
+				"filter": {
+					"duotone": "var(--wp--preset--duotone--default-filter)"
+				}
+			},
+			"core/post-navigation-link": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--xx-large)"
+				}
+			},
+			"core/post-title": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--xx-large)"
+				}
+			},
+			"core/pullquote": {
+				"border": {
+					"color": "var(--wp--preset--color--contrast)",
+					"style": "solid",
+					"width": "1px 0"
+				},
+				"css": ".wp-block-pullquote cite {display:block;margin-top: var(--wp--preset--spacing--50)}",
+				"spacing": {
+					"padding": "var(--wp--preset--spacing--50)"
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontStyle": "italic"
+				}
+			},
+			"core/query-pagination": {
+				"css": ".wp-block-query-pagination .wp-block-query-pagination-next, .wp-block-query-pagination .wp-block-query-pagination-previous, .wp-block-query-pagination .wp-block-query-pagination-numbers {margin-bottom:0;}",
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--xx-large)"
+				}
+			},
+			"core/query-title": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"lineHeight": "calc(1em + 0.75rem)"
+				}
+			},
+			"core/quote": {
+				"border": {
+					"color": "var(--wp--preset--color--contrast)",
+					"style": "solid",
+					"width": "0 0 0 5px"
+				},
+				"css": ".wp-block-quote cite {font-style: normal;}",
+				"spacing": {
+					"margin": {
+						"right": "0",
+						"left": "0"
+					},
+					"padding": {
+						"left": "var(--wp--preset--spacing--40)"
+					}
+				},
+				"typography": {
+					"fontStyle": "italic"
+				},
+				"variations": {
+					"plain": {
+						"border": {
+							"width": "0"
+						},
+						"spacing": {
+							"padding": {
+								"left": "0"
+							}
+						},
+						"typography": {
+							"fontStyle": "normal"
+						}
+					}
+				}
+			},
+			"core/search": {
+				"color": {
+					"text": "var(--wp--preset--color--contrast)"
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"lineHeight": "1"
+				}
+			},
+			"core/separator": {
+				"border": {
+					"color": "currentColor",
+					"style": "solid",
+					"width": "0 0 1px 0"
+				},
+				"color": {
+					"text": "var(--wp--preset--color--contrast)"
+				}
+			},
+			"core/site-title": {
+				"elements": {
+					"link": {
+						":hover": {
+							"typography": {
+								"textDecoration": "underline"
+							}
+						},
+						"typography": {
+							"textDecoration": "none"
+						}
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)",
+					"fontWeight": "600",
+					"lineHeight": "calc(1em + 0.5rem)"
+				}
+			},
+			"core/social-links": {
+				"spacing": {
+					"blockGap": {
+						"left": "var(--wp--preset--spacing--40)",
+						"top": "var(--wp--preset--spacing--40)"
+					}
+				}
+			},
+			"core/table": {
+				"css": " + .wp-element-caption {text-align:center;}"
+			},
+			"core/tag-cloud": {
+				"css": ".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--base); background-color: var(--wp--preset--color--contrast);}"
+			},
+			"core/term-description": {
+				"css": ".wp-block-term-description p:first-child {margin-top: 0;} .wp-block-term-description p:last-child {margin-bottom: 0;}"
+			}
+		},
+		"color": {
+			"background": "var(--wp--preset--color--base)",
+			"text": "var(--wp--preset--color--contrast)"
+		},
+		"elements": {
+			"button": {
+				":active": {
+					"color": {
+						"background": "var(--wp--preset--color--primary)",
+						"text": "var(--wp--preset--color--base)"
+					}
+				},
+				":focus": {
+					"color": {
+						"background": "var(--wp--preset--color--primary)",
+						"text": "var(--wp--preset--color--base)"
+					}
+				},
+				":hover": {
+					"color": {
+						"background": "var(--wp--preset--color--primary)",
+						"text": "var(--wp--preset--color--base)"
+					}
+				},
+				"border": {
+					"radius": "0"
+				},
+				"color": {
+					"background": "var(--wp--preset--color--contrast)",
+					"text": "var(--wp--preset--color--base)"
+				},
+				"spacing": {
+					"padding": {
+						"bottom": "16px",
+						"left": "28px",
+						"right": "28px",
+						"top": "16px"
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)",
+					"lineHeight": "1"
+				}
+			},
+			"caption": {
+				"spacing": {
+					"margin": {
+						"bottom": "var(--wp--preset--spacing--50)",
+						"top": "var(--wp--preset--spacing--30)"
+					},
+					"padding": {
+						"left": "var(--wp--preset--spacing--50)",
+						"right": "var(--wp--preset--spacing--50)"
+					}
+				},
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-small)"
+				}
+			},
+			"h1": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--xx-large)"
+				}
+			},
+			"h2": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--x-large)"
+				}
+			},
+			"h3": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--large)"
+				}
+			},
+			"h4": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--medium)"
+				}
+			},
+			"h5": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"h6": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--small)"
+				}
+			},
+			"heading": {
+				"typography": {
+					"fontWeight": "500",
+					"lineHeight": "calc(1em + 0.5rem)"
+				}
+			},
+			"link": {
+				":hover": {
+					"color": {
+						"text": "var(--wp--preset--color--primary)"
+					},
+					"typography": {
+						"textDecoration": "none"
+					}
+				},
+				"color": {
+					"text": "var(--wp--preset--color--contrast)"
+				}
+			}
+		},
+		"spacing": {
+			"blockGap": "var(--wp--preset--spacing--50)",
+			"padding": {
+				"bottom": "var(--wp--preset--spacing--50)",
+				"left": "var(--wp--preset--spacing--50)",
+				"right": "var(--wp--preset--spacing--50)",
+				"top": "var(--wp--preset--spacing--50)"
+			}
+		},
+		"typography": {
+			"fontFamily": "var(--wp--preset--font-family--manrope)",
+			"fontSize": "var(--wp--preset--font-size--medium)",
+			"fontWeight": "500",
+			"lineHeight": "1.428571429"
+		}
+	},
+	"templateParts": [
+		{
+			"area": "comments",
+			"name": "comments"
+		},
+		{
+			"area": "header",
+			"name": "header"
+		},
+		{
+			"area": "footer",
+			"name": "footer"
+		}
+	],
+	"version": 2,
+	"$schema": "https://schemas.wp.org/trunk/theme.json"
+}