diff --git a/miko/assets/fonts/biorhyme-expanded/biorhyme-expanded-800-normal.woff2 b/miko/assets/fonts/biorhyme-expanded/biorhyme-expanded-800-normal.woff2 new file mode 100644 index 0000000000..8cd1ea199c Binary files /dev/null and b/miko/assets/fonts/biorhyme-expanded/biorhyme-expanded-800-normal.woff2 differ diff --git a/miko/assets/fonts/biorhyme/biorhyme-800-normal.woff2 b/miko/assets/fonts/biorhyme/biorhyme-800-normal.woff2 new file mode 100644 index 0000000000..129dd5eaf2 Binary files /dev/null and b/miko/assets/fonts/biorhyme/biorhyme-800-normal.woff2 differ diff --git a/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-200-normal.woff2 b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-200-normal.woff2 new file mode 100644 index 0000000000..3bf28e0bd7 Binary files /dev/null and b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-200-normal.woff2 differ diff --git a/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-300-normal.woff2 b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-300-normal.woff2 new file mode 100644 index 0000000000..cc64a2af09 Binary files /dev/null and b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-300-normal.woff2 differ diff --git a/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-400-normal.woff2 b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-400-normal.woff2 new file mode 100644 index 0000000000..debc612e22 Binary files /dev/null and b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-400-normal.woff2 differ diff --git a/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-500-normal.woff2 b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-500-normal.woff2 new file mode 100644 index 0000000000..6f7fb1558d Binary files /dev/null and b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-500-normal.woff2 differ diff --git a/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-600-normal.woff2 b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-600-normal.woff2 new file mode 100644 index 0000000000..285d131dbf Binary files /dev/null and b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-600-normal.woff2 differ diff --git a/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-700-normal.woff2 b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-700-normal.woff2 new file mode 100644 index 0000000000..396d09460f Binary files /dev/null and b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-700-normal.woff2 differ diff --git a/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-800-normal.woff2 b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-800-normal.woff2 new file mode 100644 index 0000000000..9fd53e2243 Binary files /dev/null and b/miko/assets/fonts/bricolage-grotesque/bricolage-grotesque-800-normal.woff2 differ diff --git a/miko/assets/fonts/dela-gothic-one/dela-gothic-one-400-normal.woff2 b/miko/assets/fonts/dela-gothic-one/dela-gothic-one-400-normal.woff2 new file mode 100644 index 0000000000..85bf121316 Binary files /dev/null and b/miko/assets/fonts/dela-gothic-one/dela-gothic-one-400-normal.woff2 differ diff --git a/miko/assets/fonts/hepta-slab/hepta-slab-400-normal.woff2 b/miko/assets/fonts/hepta-slab/hepta-slab-400-normal.woff2 new file mode 100644 index 0000000000..02a5bfcb61 Binary files /dev/null and b/miko/assets/fonts/hepta-slab/hepta-slab-400-normal.woff2 differ diff --git a/miko/assets/fonts/hepta-slab/hepta-slab-600-normal.woff2 b/miko/assets/fonts/hepta-slab/hepta-slab-600-normal.woff2 new file mode 100644 index 0000000000..da4637a78a Binary files /dev/null and b/miko/assets/fonts/hepta-slab/hepta-slab-600-normal.woff2 differ diff --git a/miko/assets/fonts/mona-sans/mona-sans-200-900-normal.ttf b/miko/assets/fonts/mona-sans/mona-sans-200-900-normal.ttf new file mode 100644 index 0000000000..446c86d512 Binary files /dev/null and b/miko/assets/fonts/mona-sans/mona-sans-200-900-normal.ttf differ diff --git a/miko/assets/images/header-background.jpg b/miko/assets/images/header-background.jpg new file mode 100644 index 0000000000..b5e2a0d257 Binary files /dev/null and b/miko/assets/images/header-background.jpg differ diff --git a/miko/functions.php b/miko/functions.php new file mode 100644 index 0000000000..d506d9c850 --- /dev/null +++ b/miko/functions.php @@ -0,0 +1,61 @@ +get( 'Version' ) + ); + + // Enqueue theme stylesheet. + wp_enqueue_style( 'miko-style' ); + + } + +endif; + +add_action( 'wp_enqueue_scripts', 'miko_styles' ); diff --git a/miko/parts/comments.html b/miko/parts/comments.html new file mode 100644 index 0000000000..a5455fb4fb --- /dev/null +++ b/miko/parts/comments.html @@ -0,0 +1 @@ + diff --git a/miko/parts/footer.html b/miko/parts/footer.html new file mode 100644 index 0000000000..51856aafa4 --- /dev/null +++ b/miko/parts/footer.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/miko/parts/header.html b/miko/parts/header.html new file mode 100644 index 0000000000..6ac3db5965 --- /dev/null +++ b/miko/parts/header.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/miko/patterns/footer.php b/miko/patterns/footer.php new file mode 100644 index 0000000000..791eb2a9bb --- /dev/null +++ b/miko/patterns/footer.php @@ -0,0 +1,27 @@ + + + + + diff --git a/miko/patterns/header.php b/miko/patterns/header.php new file mode 100644 index 0000000000..1827c02cb2 --- /dev/null +++ b/miko/patterns/header.php @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/miko/patterns/hidden-404.php b/miko/patterns/hidden-404.php new file mode 100644 index 0000000000..902cadceed --- /dev/null +++ b/miko/patterns/hidden-404.php @@ -0,0 +1,38 @@ + + + +
+ +
+ + + + + +
+ +

+ + + +

+ + + +
+ + + +
+ +
+ diff --git a/miko/patterns/hidden-archive.php b/miko/patterns/hidden-archive.php new file mode 100644 index 0000000000..7077ddeb06 --- /dev/null +++ b/miko/patterns/hidden-archive.php @@ -0,0 +1,68 @@ + + + +
+ +
+ +
+ +
+ +
+ + + +
+ +
+ +
+ + + + +
+ + + +
+ + + +
+ + + +
+ + + + +
+ + + + + +
+ +
+ +
+ + + +
+ +
+ diff --git a/miko/patterns/hidden-comments.php b/miko/patterns/hidden-comments.php new file mode 100644 index 0000000000..cd51c997f0 --- /dev/null +++ b/miko/patterns/hidden-comments.php @@ -0,0 +1,58 @@ + + + +
+ +
+ + + + +
+ +
+ + + +
+ + + +
+ +
+ + + + + +
+ + + +
+ +
+ + + + + + + + + + +
+ +
+ diff --git a/miko/patterns/hidden-index.php b/miko/patterns/hidden-index.php new file mode 100644 index 0000000000..a688604218 --- /dev/null +++ b/miko/patterns/hidden-index.php @@ -0,0 +1,56 @@ + + + +
+ +
+ +
+ +
+ + +
+ + + +
+ + + +
+ + + +
+ + + + +
+ + + + + +
+ +
+ +
+ + + +
+ +
+ diff --git a/miko/patterns/hidden-page.php b/miko/patterns/hidden-page.php new file mode 100644 index 0000000000..ad2bd35234 --- /dev/null +++ b/miko/patterns/hidden-page.php @@ -0,0 +1,38 @@ + + + +
+ +
+ +
+ +
+ + + +
+ + + +
+ +
+ +
+ + + +
+ +
+ diff --git a/miko/patterns/hidden-search.php b/miko/patterns/hidden-search.php new file mode 100644 index 0000000000..1e6b59c60b --- /dev/null +++ b/miko/patterns/hidden-search.php @@ -0,0 +1,71 @@ + + + +
+ +
+ +
+ +
+ + + + +
+ + + +
+ + +

+ + + + + +
+ + + +
+ + + +
+ + + +
+ + + + +
+ + + + + +
+ +
+ +
+ + + +
+ +
+ diff --git a/miko/patterns/hidden-single.php b/miko/patterns/hidden-single.php new file mode 100644 index 0000000000..da2ddae60f --- /dev/null +++ b/miko/patterns/hidden-single.php @@ -0,0 +1,72 @@ + + + +
+ +
+ +
+ +
+ + + +
+ +
+ + + +
+ + + +
+ + + +
+ +
+ + + +
+ + + + + +
+ +
+ +
+ + + +
+ + + +
+ + + +
+ + + +
+ +
+ diff --git a/miko/patterns/posts-post-list.php b/miko/patterns/posts-post-list.php new file mode 100644 index 0000000000..22209b6321 --- /dev/null +++ b/miko/patterns/posts-post-list.php @@ -0,0 +1,42 @@ + + + +
+ + +
+ + + +
+ + + +
+ + + +
+ + + + +
+ + + + + +
+ +
+ diff --git a/miko/readme.txt b/miko/readme.txt new file mode 100644 index 0000000000..0223cddb0a --- /dev/null +++ b/miko/readme.txt @@ -0,0 +1,54 @@ +== Miko == + +Contributors: Automattic +Requires at least: 6.6 +Tested up to: 6.6 +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + + +== Description == + +Miko is a personal theme designed to showcase your resume and writing. + + +== Changelog == + += 1.0.0 = +* Initial release + + +== Copyright == + +Miko WordPress Theme, (C) 2024 Automattic +Miko 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. + + +Miko is based on Dark Academia (https://themeshaper.com/dark-academia/), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) + +== Fonts == + +Mona Sans +Copyright (c) 2023, GitHub https://github.com/github/mona-sans +Licensed under the SIL Open Font License. +-- End of Mona Sans Font credits -- + +== Images == + +Distorted Portrait of Brunette Woman by Gu Kssn via Pexels +https://www.pexels.com/photo/distorted-portrait-of-brunette-woman-16241275/ +-- End of image credits -- + + + diff --git a/miko/screenshot.png b/miko/screenshot.png new file mode 100644 index 0000000000..5714a33630 Binary files /dev/null and b/miko/screenshot.png differ diff --git a/miko/style.css b/miko/style.css new file mode 100644 index 0000000000..5f954cc1fe --- /dev/null +++ b/miko/style.css @@ -0,0 +1,68 @@ +/* +Theme Name: Miko +Theme URI: https://wordpress.com/theme/miko/ +Author: Automattic +Author URI: https://automattic.com/ +Description: Miko is a personal theme designed to showcase your resume and writing. +Requires at least: 6.6 +Tested up to: 6.6 +Requires PHP: 5.7 +Version: 1.0 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: miko +Tags: blog, two-columns, block-patterns, block-styles, featured-images, full-site-editing, rtl-language-support, threaded-comments, translation-ready + +/* + * Link styles + * https://github.com/WordPress/gutenberg/issues/42319 + */ + +/* + * Link styles + * https://github.com/WordPress/gutenberg/issues/42319 + */ +a { + text-decoration-thickness: 1.0px !important; + text-underline-offset: 2px; +} + +/* + * Form field styles + * https://github.com/WordPress/gutenberg/issues/42319 + */ +::placeholder { + color: var(--wp--preset--color--contrast); + opacity: 1; /* Firefox */ +} + +/* + * Button Block + * 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); +} + +/* + * Pull quote Block + * Reset the browser default margins for blockquote element + * https://github.com/WordPress/gutenberg/issues/44129 + */ +.wp-block-pullquote blockquote, +.wp-block-pullquote p { + margin: 0; +} + +/* + * Navigation Block + * Reset the padding from List block + * https://github.com/WordPress/gutenberg/issues/50486 + */ +.wp-block-navigation ul { + padding: unset; +} diff --git a/miko/styles/colors/aizome.json b/miko/styles/colors/aizome.json new file mode 100644 index 0000000000..1a50c4ca18 --- /dev/null +++ b/miko/styles/colors/aizome.json @@ -0,0 +1,25 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#11319b", + "name": "Base", + "slug": "base" + }, + { + "color": "#eff8ff", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#7091ff", + "name": "Primary", + "slug": "primary" + } + ] + } + }, + "version": 3, + "title": "Aizome" +} \ No newline at end of file diff --git a/miko/styles/colors/akane.json b/miko/styles/colors/akane.json new file mode 100644 index 0000000000..d85253335b --- /dev/null +++ b/miko/styles/colors/akane.json @@ -0,0 +1,25 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#590223", + "name": "Base", + "slug": "base" + }, + { + "color": "#d19cff", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#9a72bb", + "name": "Primary", + "slug": "primary" + } + ] + } + }, + "version": 3, + "title": "Akane" +} \ No newline at end of file diff --git a/miko/styles/colors/mizumi.json b/miko/styles/colors/mizumi.json new file mode 100644 index 0000000000..9e5b35839a --- /dev/null +++ b/miko/styles/colors/mizumi.json @@ -0,0 +1,25 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#314c48", + "name": "Base", + "slug": "base" + }, + { + "color": "#d6ff67", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#9cb752", + "name": "Primary", + "slug": "primary" + } + ] + } + }, + "version": 3, + "title": "Mizumi" +} \ No newline at end of file diff --git a/miko/styles/colors/sakura.json b/miko/styles/colors/sakura.json new file mode 100644 index 0000000000..4316528d19 --- /dev/null +++ b/miko/styles/colors/sakura.json @@ -0,0 +1,25 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#ffebeb", + "name": "Base", + "slug": "base" + }, + { + "color": "#e53529", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#962219", + "name": "Primary", + "slug": "primary" + } + ] + } + }, + "version": 3, + "title": "Sakura" +} \ No newline at end of file diff --git a/miko/styles/typography/bricolage-groesque.json b/miko/styles/typography/bricolage-groesque.json new file mode 100644 index 0000000000..2653ae2eca --- /dev/null +++ b/miko/styles/typography/bricolage-groesque.json @@ -0,0 +1,93 @@ +{ + "settings": { + "typography": { + "fontFamilies": [ + { + "fontFace": [ + { + "fontFamily": "\"Bricolage Grotesque\"", + "fontStyle": "normal", + "fontWeight": "200", + "src": [ + "file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-200-normal.woff2" + ] + }, + { + "fontFamily": "\"Bricolage Grotesque\"", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-300-normal.woff2" + ] + }, + { + "fontFamily": "\"Bricolage Grotesque\"", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-400-normal.woff2" + ] + }, + { + "fontFamily": "\"Bricolage Grotesque\"", + "fontStyle": "normal", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-500-normal.woff2" + ] + }, + { + "fontFamily": "\"Bricolage Grotesque\"", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-600-normal.woff2" + ] + }, + { + "fontFamily": "\"Bricolage Grotesque\"", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-700-normal.woff2" + ] + }, + { + "fontFamily": "\"Bricolage Grotesque\"", + "fontStyle": "normal", + "fontWeight": "800", + "src": [ + "file:./assets/fonts/bricolage-grotesque/bricolage-grotesque-800-normal.woff2" + ] + } + ], + "fontFamily": "\"Bricolage Grotesque\", sans-serif", + "name": "Bricolage Grotesque", + "slug": "bricolage-grotesque" + }, + { + "fontFace": [], + "fontFamily": "\"Dela Gothic One\", system-ui", + "name": "Dela Gothic One", + "slug": "dela-gothic-one" + } + ] + } + }, + "styles": { + "elements": { + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--bricolage-grotesque)", + "fontStyle": "normal", + "fontWeight": "700" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--bricolage-grotesque)" + } + }, + "version": 3, + "title": "Bricolage Groesque" +} \ No newline at end of file diff --git a/miko/styles/typography/dela-gothic.json b/miko/styles/typography/dela-gothic.json new file mode 100644 index 0000000000..3dfdfb483a --- /dev/null +++ b/miko/styles/typography/dela-gothic.json @@ -0,0 +1,56 @@ +{ + "settings": { + "typography": { + "fontFamilies": [ + { + "fontFace": [ + { + "fontFamily": "\"Mona Sans\"", + "fontStyle": "normal", + "fontWeight": "200 900", + "src": [ + "file:./assets/fonts/mona-sans/mona-sans-200-900-normal.ttf" + ] + } + ], + "fontFamily": "\"Mona Sans\"", + "name": "Mona Sans", + "slug": "mona-sans" + }, + { + "fontFace": [ + { + "fontFamily": "\"Dela Gothic One\"", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/dela-gothic-one/dela-gothic-one-400-normal.woff2" + ] + } + ], + "fontFamily": "\"Dela Gothic One\", system-ui", + "name": "Dela Gothic One", + "slug": "dela-gothic-one" + } + ] + } + }, + "styles": { + "elements": { + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--dela-gothic-one)", + "fontStyle": "normal", + "fontWeight": "700" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--mona-sans)", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "version": 3, + "title": "Dela Gothic" +} \ No newline at end of file diff --git a/miko/styles/typography/funky-serif.json b/miko/styles/typography/funky-serif.json new file mode 100644 index 0000000000..e3731d6a04 --- /dev/null +++ b/miko/styles/typography/funky-serif.json @@ -0,0 +1,84 @@ +{ + "settings": { + "typography": { + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "fontFace": [ + { + "fontFamily": "\"Mona Sans\"", + "fontStyle": "normal", + "fontWeight": "200 900", + "src": [ + "file:./assets/fonts/mona-sans/mona-sans-200-900-normal.ttf" + ] + } + ], + "fontFamily": "\"Mona Sans\"", + "name": "Mona Sans", + "slug": "mona-sans" + }, + { + "fontFace": [ + { + "fontFamily": "\"Hepta Slab\"", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/hepta-slab/hepta-slab-400-normal.woff2" + ] + }, + { + "fontFamily": "\"Hepta Slab\"", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/hepta-slab/hepta-slab-600-normal.woff2" + ] + } + ], + "fontFamily": "\"Hepta Slab\", serif", + "name": "Hepta Slab", + "slug": "hepta-slab" + }, + { + "fontFace": [ + { + "fontFamily": "BioRhyme", + "fontStyle": "normal", + "fontWeight": "800", + "src": [ + "file:./assets/fonts/biorhyme/biorhyme-800-normal.woff2" + ] + } + ], + "fontFamily": "BioRhyme, serif", + "name": "BioRhyme", + "slug": "biorhyme" + } + ] + } + }, + "styles": { + "elements": { + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--biorhyme)", + "fontStyle": "normal", + "fontWeight": "800" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--hepta-slab)", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "version": 3, + "title": "Funky Serif" +} \ No newline at end of file diff --git a/miko/templates/404.html b/miko/templates/404.html new file mode 100644 index 0000000000..2c741f7e5c --- /dev/null +++ b/miko/templates/404.html @@ -0,0 +1,29 @@ + +
+
+
+
+ + + +
+

Oops... That page can’t be found.

+ + + +

It looks like nothing was found at this location. Maybe try a search?

+ + +
+ + +
+
+ + + +
+
+
+
+ \ No newline at end of file diff --git a/miko/templates/archive.html b/miko/templates/archive.html new file mode 100644 index 0000000000..8e2d24b4fa --- /dev/null +++ b/miko/templates/archive.html @@ -0,0 +1,49 @@ + +
+
+
+
+ + + +
+
+
+ + +
+
+ + + + +
+
+ +
+ + +
+ + + + +
+ + + +
+
+
+ + +
+
+ + + +
+
+
+
+ \ No newline at end of file diff --git a/miko/templates/home.html b/miko/templates/home.html new file mode 100644 index 0000000000..a7312033bb --- /dev/null +++ b/miko/templates/home.html @@ -0,0 +1,23 @@ + +
+
+
+
+ + + +
+

Miko is an art director and designer specializing in holistic brand design.

+
+ + +
+
+ + + +
+
+
+
+ \ No newline at end of file diff --git a/miko/templates/index.html b/miko/templates/index.html new file mode 100644 index 0000000000..d61633caae --- /dev/null +++ b/miko/templates/index.html @@ -0,0 +1,41 @@ + +
+
+
+
+ + + +
+
+ +
+
+ +
+ + +
+ + + + +
+ + + +
+
+
+ + +
+
+ + + +
+
+
+
+ \ No newline at end of file diff --git a/miko/templates/page.html b/miko/templates/page.html new file mode 100644 index 0000000000..ca12bd881a --- /dev/null +++ b/miko/templates/page.html @@ -0,0 +1,29 @@ + +
+
+
+
+ + + +
+
+ + +
+ +
+
+
+ + +
+
+ + + +
+
+
+
+ \ No newline at end of file diff --git a/miko/templates/search.html b/miko/templates/search.html new file mode 100644 index 0000000000..5cdff56fe1 --- /dev/null +++ b/miko/templates/search.html @@ -0,0 +1,53 @@ + +
+
+
+
+ + + +
+
+ +
+ + + +
+ +

Sorry, but nothing matched your search terms. Please try again with some different keywords.

+ + + + + +
+
+ +
+ + +
+ + + + +
+ + + +
+
+
+ + +
+
+ + + +
+
+
+
+ \ No newline at end of file diff --git a/miko/templates/single.html b/miko/templates/single.html new file mode 100644 index 0000000000..0558a15b27 --- /dev/null +++ b/miko/templates/single.html @@ -0,0 +1,89 @@ + +
+
+
+
+ + + +
+
+ + +
+
+ +
+ + +
+ + + +
+
+ + + +
+ + + +
+
+
+ + + +
+ +
+ + + +
+
+ + + +
+
+ + +
+ +
+
+ + + + + +
+ +
+
+ + + + + + + + + +
+
+
+ + +
+
+ + + +
+
+
+
+ \ No newline at end of file diff --git a/miko/theme.json b/miko/theme.json new file mode 100644 index 0000000000..237bdcf5dc --- /dev/null +++ b/miko/theme.json @@ -0,0 +1,1123 @@ +{ + "settings": { + "appearanceTools": true, + "color": { + "palette": [ + { + "color": "#3f3f3f", + "name": "Base", + "slug": "base" + }, + { + "color": "#ffffff", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#b2b2b2", + "name": "Primary", + "slug": "primary" + } + ] + }, + "layout": { + "contentSize": "704px" + }, + "shadow": { + "defaultPresets": true, + "presets": [] + }, + "spacing": { + "customSpacingSize": true, + "defaultSpacingSizes": false, + "spacingSizes": [ + { + "name": "2X-Small", + "size": "0.5rem", + "slug": "20" + }, + { + "name": "X-Small", + "size": "clamp(0.5rem, 1vw, 1rem)", + "slug": "30" + }, + { + "name": "Small", + "size": "clamp(0.75rem, 1.5vw, 1.5rem)", + "slug": "40" + }, + { + "name": "Medium", + "size": "clamp(1rem, 2vw, 2rem)", + "slug": "50" + }, + { + "name": "Large", + "size": "clamp(1.5rem, 3vw, 3rem)", + "slug": "60" + }, + { + "name": "X-Large", + "size": "clamp(2rem, 4vw, 4rem)", + "slug": "70" + }, + { + "name": "2X-Large", + "size": "clamp(3rem, 6vw, 6rem)", + "slug": "80" + } + ], + "units": [ + "%", + "px", + "em", + "rem", + "vh", + "vw" + ] + }, + "typography": { + "customFontSize": true, + "defaultFontSizes": false, + "dropCap": true, + "fluid": true, + "fontFamilies": [ + { + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "fontFace": [ + { + "fontFamily": "\"Mona Sans\"", + "fontStyle": "normal", + "fontWeight": "200 900", + "src": [ + "file:./assets/fonts/mona-sans/mona-sans-200-900-normal.ttf" + ] + } + ], + "fontFamily": "\"Mona Sans\"", + "name": "Mona Sans", + "slug": "mona-sans" + } + ], + "fontSizes": [ + { + "fluid": false, + "name": "Extra Small", + "size": "0.8125rem", + "slug": "x-small" + }, + { + "fluid": { + "max": "0.9375rem", + "min": "0.8125rem" + }, + "name": "Small", + "size": "0.9375rem", + "slug": "small" + }, + { + "fluid": true, + "name": "Medium", + "size": "1rem", + "slug": "medium" + }, + { + "fluid": { + "max": "1.875rem", + "min": "1.3125rem" + }, + "name": "Large", + "size": "1.875rem", + "slug": "large" + }, + { + "fluid": { + "max": "2.625rem", + "min": "1.875rem" + }, + "name": "Extra Large", + "size": "2.625rem", + "slug": "x-large" + }, + { + "fluid": { + "max": "3.75rem", + "min": "2.625rem" + }, + "name": "Double Extra Large", + "size": "3.75rem", + "slug": "xx-large" + }, + { + "fluid": { + "max": "5.3125rem", + "min": "3.75rem" + }, + "name": "Triple Extra Large", + "size": "5.3125rem", + "slug": "xxx-large" + } + ], + "fontStyle": true, + "fontWeight": true, + "letterSpacing": true, + "textDecoration": true, + "textTransform": true, + "writingMode": true + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "blocks": { + "core/archives": { + "css": "{list-style-type:none;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "padding": { + "left": "0" + } + } + }, + "core/audio": [], + "core/avatar": { + "border": { + "radius": "999px" + } + }, + "core/button": { + "variations": { + "outline": { + "spacing": { + "padding": { + "bottom": "calc(1rem - 2px)", + "left": "calc(2rem - 2px)", + "right": "calc(2rem - 2px)", + "top": "calc(1rem - 2px)" + } + } + } + } + }, + "core/buttons": { + "spacing": { + "blockGap": "var(--wp--preset--spacing--30)" + } + }, + "core/calendar": { + "css": " table:where(:not(.has-text-color)){color:var(--wp--preset--color--contrast);} & table:where(:not(.has-text-color)) td,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);}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/categories": { + "css": "{list-style-type:none;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "padding": { + "left": "0" + } + } + }, + "core/code": { + "border": { + "radius": "0px", + "style": "solid", + "width": "1px" + }, + "spacing": { + "padding": "var(--wp--preset--spacing--30)" + }, + "typography": { + "fontFamily": "monospace", + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.25" + } + }, + "core/column": [], + "core/columns": { + "spacing": { + "margin": { + "bottom": "0" + } + } + }, + "core/comment-author-name": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/comment-content": { + "css": " p{margin:0;} & p+p{margin-top:1.6em;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/comment-date": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/comment-edit-link": { + "css": " a{display:block;}", + "elements": { + "link": { + ":hover": { + "border": { + "color": "var(--wp--preset--color--primary)" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--base)" + } + }, + "border": { + "style": "solid", + "width": "1px" + }, + "spacing": { + "padding": "0.28125rem 0.75rem" + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--system-font)", + "fontSize": "var(--wp--preset--font-size--x-small)", + "fontWeight": "400", + "lineHeight": "1" + } + }, + "core/comment-reply-link": { + "css": " a{display: block;}", + "elements": { + "link": { + ":hover": { + "border": { + "color": "var(--wp--preset--color--primary)" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--base)" + } + }, + "border": { + "style": "solid", + "width": "1px" + }, + "spacing": { + "padding": "0.28125rem 0.75rem" + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--system-font)", + "fontSize": "var(--wp--preset--font-size--x-small)", + "fontWeight": "400", + "lineHeight": "1" + } + }, + "core/comment-template": { + "spacing": { + "margin": { + "top": "var(--wp--style--block-gap)" + } + } + }, + "core/comments": [], + "core/comments-pagination": { + "css": " a.wp-block-comments-pagination-previous{margin-bottom:0;} & a.wp-block-comments-pagination-next{margin-bottom:0;} & .wp-block-comments-pagination-numbers{margin-bottom:0;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/comments-pagination-next": [], + "core/comments-pagination-numbers": [], + "core/comments-pagination-previous": [], + "core/comments-title": { + "spacing": { + "margin": { + "bottom": "var(--wp--style--block-gap)", + "top": "var(--wp--style--block-gap)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--large)" + } + }, + "core/cover": { + "spacing": { + "padding": "var(--wp--style--block-gap)" + } + }, + "core/details": [], + "core/embed": [], + "core/file": [], + "core/footnotes": [], + "core/gallery": [], + "core/group": [], + "core/heading": [], + "core/home-link": [], + "core/image": { + "css": " .wp-element-caption{text-align:center;}" + }, + "core/latest-comments": { + "css": " .wp-block-latest-comments__comment-meta{font-size: inherit;} & .wp-block-latest-comments__comment-date, .wp-block-latest-comments__comment-excerpt p{font-size: inherit;margin:0;} &:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:inherit;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "padding": { + "left": "0px" + } + }, + "typography": { + "lineHeight": "calc(1em + 0.6875rem)" + } + }, + "core/latest-posts": { + "css": " .wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date{font-size: inherit;} & .wp-block-latest-posts__post-excerpt{margin:0 0 var(--wp--style--block-gap)}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/list": { + "spacing": { + "padding": { + "left": "var(--wp--style--block-gap)" + } + } + }, + "core/list-item": [], + "core/loginout": [], + "core/media-text": [], + "core/navigation": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "none" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1", + "textTransform": "none" + } + }, + "core/navigation-link": [], + "core/navigation-submenu": [], + "core/page-list": { + "css": "{list-style-type:none;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "padding": { + "left": "0" + } + } + }, + "core/paragraph": [], + "core/post-author": { + "css": " .wp-block-post-author__byline, .wp-block-post-author__name, .wp-block-post-author__bio{font-size:inherit;line-height:1.6;} & .wp-block-post-author__name a{text-decoration:none;} & .wp-block-post-author__avatar img{border-radius:999px;} & .wp-block-post-author__bio{margin:0;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-author-biography": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-author-name": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-comments-count": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-comments-form": { + "css": " .comment-form input:not([type=submit]):not([type=checkbox]){line-height:inherit;} & .comment-form textarea{line-height:inherit;} & .comment-form > *{margin-top:var(--wp--style--block-gap);margin-bottom:0} & .comment-reply-title{margin-top:var(--wp--style--block-gap);}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-comments-link": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-content": { + "elements": { + "heading": { + "spacing": { + "margin": { + "bottom": "var(--wp--style--block-gap)", + "top": "var(--wp--preset--spacing--60)" + } + } + } + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "elements": { + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "textDecoration": "underline" + } + }, + "color": { + "text": "var(--wp--preset--color--primary)" + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-excerpt": { + "css": " .wp-block-post-excerpt__excerpt{line-height:inherit;}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/post-featured-image": [], + "core/post-navigation-link": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1" + } + }, + "core/post-template": [], + "core/post-terms": { + "css": ".taxonomy-post_tag a:before{content:'#';}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-time-to-read": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/post-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "fontStyle": "normal", + "fontWeight": "400" + } + }, + "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--style--block-gap)}", + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--30)", + "left": "var(--wp--preset--spacing--30)", + "right": "var(--wp--preset--spacing--30)", + "top": "var(--wp--preset--spacing--30)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "fontStyle": "italic" + } + }, + "core/query-no-results": [], + "core/query-pagination": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "blockGap": { + "left": "var(--wp--style--block-gap)", + "top": "var(--wp--preset--spacing--20)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "1" + } + }, + "core/query-pagination-next": { + "css": ".wp-block-query-pagination-next{margin:0;}" + }, + "core/query-pagination-numbers": { + "css": ".wp-block-query-pagination-numbers{margin:0;}" + }, + "core/query-pagination-previous": { + "css": ".wp-block-query-pagination-previous{margin:0;}" + }, + "core/query-title": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1", + "textTransform": "uppercase" + } + }, + "core/quote": { + "border": { + "color": "var(--wp--preset--color--contrast)", + "style": "solid", + "width": "0 0 0 1px" + }, + "css": ".is-style-plain cite{font-style:normal;}", + "spacing": { + "padding": { + "left": "var(--wp--style--block-gap)" + } + }, + "typography": { + "fontStyle": "italic" + }, + "variations": { + "plain": { + "border": { + "width": "0" + }, + "spacing": { + "padding": { + "left": "0" + } + }, + "typography": { + "fontStyle": "normal" + } + } + } + }, + "core/read-more": [], + "core/rss": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/search": { + "border": { + "radius": "0px" + }, + "css": " :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){background-color:#fff;} & .wp-block-search__button.has-icon{padding:1rem;}", + "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)" + }, + "css": " &:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull){max-width:10rem;}" + }, + "core/site-logo": [], + "core/site-tagline": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/site-title": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "none" + } + }, + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--xxx-large)", + "fontStyle": "normal", + "fontWeight": "900", + "lineHeight": "0.9", + "textTransform": "none" + } + }, + "core/social-links": { + "spacing": { + "blockGap": { + "left": "var(--wp--preset--spacing--30)", + "top": "var(--wp--preset--spacing--30)" + } + } + }, + "core/spacer": [], + "core/table": { + "css": " thead{border-bottom-width:1px;} & tfoot{border-top-width:1px;} & + .wp-element-caption{text-align:center;}" + }, + "core/table-of-contents": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/tag-cloud": { + "css": ".is-style-outline{font-size:var(--wp--preset--font-size--small);line-height:1;} &.is-style-outline a{border-radius:999px;padding:0.34375rem 1rem;} &.is-style-outline a:hover{color:var(--wp--preset--color--base);background-color:var(--wp--preset--color--contrast);}", + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/term-description": { + "css": "& p+p {margin-top:1.6em;}", + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "core/verse": [], + "core/video": [] + }, + "color": { + "background": "var(--wp--preset--color--base)", + "text": "var(--wp--preset--color--contrast)" + }, + "css": ".no-underline a{text-decoration: none;}", + "elements": { + "button": { + ":active": { + "color": { + "background": "var(--wp--preset--color--contrast)", + "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": "1rem", + "left": "2rem", + "right": "2rem", + "top": "1rem" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--system-font)", + "fontSize": "var(--wp--preset--font-size--small)", + "fontWeight": "600", + "lineHeight": "1" + } + }, + "caption": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "spacing": { + "margin": { + "bottom": "var(--wp--style--block-gap)", + "top": "var(--wp--preset--spacing--20)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--x-small)" + } + }, + "h1": { + "typography": { + "fontSize": "var(--wp--preset--font-size--xx-large)", + "lineHeight": "1.066666667" + } + }, + "h2": { + "typography": { + "fontSize": "var(--wp--preset--font-size--x-large)", + "lineHeight": "1.047619048" + } + }, + "h3": { + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "lineHeight": "1.2" + } + }, + "h4": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "letterSpacing": "0.1em", + "lineHeight": "1.142857143", + "textTransform": "uppercase" + } + }, + "h5": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "letterSpacing": "0.1em", + "lineHeight": "1.333333333", + "textTransform": "uppercase" + } + }, + "h6": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "lineHeight": "1.6" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--mona-sans)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0" + } + }, + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "typography": { + "textDecoration": "none" + } + }, + "color": { + "text": "var(--wp--preset--color--primary)" + } + } + }, + "spacing": { + "blockGap": "var(--wp--preset--spacing--50)", + "padding": { + "bottom": "0px", + "left": "var(--wp--preset--spacing--60)", + "right": "var(--wp--preset--spacing--60)", + "top": "0px" + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--mona-sans)", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontStyle": "normal", + "fontWeight": "400", + "lineHeight": "1.523809524" + } + }, + "templateParts": [ + { + "area": "uncategorized", + "name": "comments", + "title": "Comments" + }, + { + "area": "header", + "name": "header", + "title": "Header" + }, + { + "area": "footer", + "name": "footer", + "title": "Footer" + } + ], + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file