diff --git a/issue/assets/fonts/plus-jakarta-sans_italic_300.ttf b/issue/assets/fonts/plus-jakarta-sans_italic_300.ttf new file mode 100644 index 000000000..ce78c6c4a Binary files /dev/null and b/issue/assets/fonts/plus-jakarta-sans_italic_300.ttf differ diff --git a/issue/assets/fonts/plus-jakarta-sans_italic_500.ttf b/issue/assets/fonts/plus-jakarta-sans_italic_500.ttf new file mode 100644 index 000000000..b38934596 Binary files /dev/null and b/issue/assets/fonts/plus-jakarta-sans_italic_500.ttf differ diff --git a/issue/assets/fonts/plus-jakarta-sans_italic_600.ttf b/issue/assets/fonts/plus-jakarta-sans_italic_600.ttf new file mode 100644 index 000000000..3606ed13a Binary files /dev/null and b/issue/assets/fonts/plus-jakarta-sans_italic_600.ttf differ diff --git a/issue/assets/fonts/plus-jakarta-sans_normal_300.ttf b/issue/assets/fonts/plus-jakarta-sans_normal_300.ttf new file mode 100644 index 000000000..00f6b3bbc Binary files /dev/null and b/issue/assets/fonts/plus-jakarta-sans_normal_300.ttf differ diff --git a/issue/assets/fonts/plus-jakarta-sans_normal_500.ttf b/issue/assets/fonts/plus-jakarta-sans_normal_500.ttf new file mode 100644 index 000000000..87bdb6fa8 Binary files /dev/null and b/issue/assets/fonts/plus-jakarta-sans_normal_500.ttf differ diff --git a/issue/assets/fonts/plus-jakarta-sans_normal_600.ttf b/issue/assets/fonts/plus-jakarta-sans_normal_600.ttf new file mode 100644 index 000000000..08140df17 Binary files /dev/null and b/issue/assets/fonts/plus-jakarta-sans_normal_600.ttf differ diff --git a/issue/assets/images/23ec.svg b/issue/assets/images/23ec.svg new file mode 100644 index 000000000..5846faec9 --- /dev/null +++ b/issue/assets/images/23ec.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/issue/functions.php b/issue/functions.php new file mode 100644 index 000000000..48a4598a5 --- /dev/null +++ b/issue/functions.php @@ -0,0 +1,60 @@ +get( 'Version' ) + ); + + // Enqueue theme stylesheet. + wp_enqueue_style( 'issue-style' ); + + } + +endif; + +add_action( 'wp_enqueue_scripts', 'issue_styles' ); diff --git a/issue/parts/footer-pages.html b/issue/parts/footer-pages.html new file mode 100644 index 000000000..126becf8b --- /dev/null +++ b/issue/parts/footer-pages.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/issue/parts/footer.html b/issue/parts/footer.html new file mode 100644 index 000000000..6e6390bba --- /dev/null +++ b/issue/parts/footer.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/issue/parts/header-pages.html b/issue/parts/header-pages.html new file mode 100644 index 000000000..9714d04c3 --- /dev/null +++ b/issue/parts/header-pages.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/issue/parts/header.html b/issue/parts/header.html new file mode 100644 index 000000000..611791fe5 --- /dev/null +++ b/issue/parts/header.html @@ -0,0 +1,15 @@ + + + + + +
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/issue/parts/post-meta.html b/issue/parts/post-meta.html new file mode 100644 index 000000000..32a7c31bb --- /dev/null +++ b/issue/parts/post-meta.html @@ -0,0 +1,21 @@ + +
+
+
+
+
+ + + +

·

+ + + + + +

·

+ + +
+
+ \ No newline at end of file diff --git a/issue/patterns/404.php b/issue/patterns/404.php new file mode 100644 index 000000000..c4c790f1a --- /dev/null +++ b/issue/patterns/404.php @@ -0,0 +1,16 @@ + + + +

+ + + +

+ diff --git a/issue/patterns/comments.php b/issue/patterns/comments.php new file mode 100644 index 000000000..a953cced5 --- /dev/null +++ b/issue/patterns/comments.php @@ -0,0 +1,52 @@ + + + +
+ + + + +
+ +
+ + + +
+ + + +
+ + + +
+ +
+ +
+ + + + + +
+ + + + + + + + + + +
+ diff --git a/issue/patterns/footer-pages.php b/issue/patterns/footer-pages.php new file mode 100644 index 000000000..7dd857e00 --- /dev/null +++ b/issue/patterns/footer-pages.php @@ -0,0 +1,74 @@ + + +
+
+ + + + +
+
+
+

+ + + +
<?php echo esc_attr_e( '⏬', 'issue' ); ?>
+ + + +

+ + + + + + + +

+ + + + +

+
+
+ + + +
+
+ + + + + + + + + +
+ + + + + + + +

+
+
+ + + + +
+
+ \ No newline at end of file diff --git a/issue/patterns/footer.php b/issue/patterns/footer.php new file mode 100644 index 000000000..a30b12844 --- /dev/null +++ b/issue/patterns/footer.php @@ -0,0 +1,74 @@ + + +
+
+ + + + +
+
+
+

+ + + +
<?php echo esc_attr_e( '⏬', 'issue' ); ?>
+ + + +

+ + + + + + + +

+ + + + +

+
+
+ + + +
+
+ + + + + + + + + +
+ + + + + + + +

+
+
+ + + + +
+
+ \ No newline at end of file diff --git a/issue/patterns/header-pages.php b/issue/patterns/header-pages.php new file mode 100644 index 000000000..1fc3e59e8 --- /dev/null +++ b/issue/patterns/header-pages.php @@ -0,0 +1,25 @@ + + +
+ + + + +
+
+ +
+
+ + + + +
+ \ No newline at end of file diff --git a/issue/patterns/hidden-no-results-content.php b/issue/patterns/hidden-no-results-content.php new file mode 100644 index 000000000..ecf165815 --- /dev/null +++ b/issue/patterns/hidden-no-results-content.php @@ -0,0 +1,10 @@ + + +

+ diff --git a/issue/readme.txt b/issue/readme.txt new file mode 100644 index 000000000..c0f3301f0 --- /dev/null +++ b/issue/readme.txt @@ -0,0 +1,42 @@ +=== Issue === +Contributors: the WordPress team +Requires at least: 6.1 +Tested up to: 6.2 +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + +== Description == + +Issue is a magazine theme focused on sizable typography and imagery to grow your blog posts, reviews, artwork, and news. + +== Changelog == + += 1.0.0 = +* Initial release + +== Copyright == + +Issue WordPress Theme, (C) 2023 the WordPress team +Issue is distributed under the terms of the GNU GPL. +Issue is based on Issue (https://github.com/wordpress/issue/), (C) the WordPress team, [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: + +Screenshot Image: The Kiss (1859) - Francesco Hayez +License: CCO (Public domain) +Source: https://artvee.com/dl/the-kiss-9/ + +Font: Plus Jakarta Sans by Google fonts (Designed by Tokotype) +License: Open Font License (https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) +Source: https://fonts.google.com/specimen/Plus+Jakarta+Sans diff --git a/issue/screenshot.png b/issue/screenshot.png new file mode 100644 index 000000000..8cdc5da78 Binary files /dev/null and b/issue/screenshot.png differ diff --git a/issue/style.css b/issue/style.css new file mode 100644 index 000000000..70421de2f --- /dev/null +++ b/issue/style.css @@ -0,0 +1,35 @@ +/* +Theme Name: Issue +Theme URI: https://github.com/wordpress/issue/ +Author: Automattic +Author URI: https://automattic.com/ +Description: Issue is a magazine theme focused on sizable typography and imagery to grow your blog posts, reviews, artwork, and news. +Requires at least: 6.1 +Tested up to: 6.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: issue +Tags: blog, entertainment, news, one-column, wide-blocks, block-patterns, block-styles, custom-background, custom-colors, custom-logo, editor-style, featured-images, full-site-editing, style-variations, template-editing, theme-options, magazine, blog, magazine-style, big-type, typography, big-images, posts, reviews, artwork, news, customizable +*/ + +/* + * Control the hover stylings of outline block style. + * Unnecessary once block styles are configurable via theme.json + * https://github.com/WordPress/gutenberg/issues/42794 + */ +.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover { + background-color: var(--wp--preset--color--secondary); + color: var(--wp--preset--color--background); + border-color: var(--wp--preset--color--secondary); +} + +/* + * Link styles + * https://github.com/WordPress/gutenberg/issues/42319 + */ +a { + text-decoration-thickness: .0625em !important; + text-underline-offset: .15em; +} \ No newline at end of file diff --git a/issue/styles/antique.json b/issue/styles/antique.json new file mode 100644 index 000000000..f0ed368a5 --- /dev/null +++ b/issue/styles/antique.json @@ -0,0 +1,640 @@ +{ + "settings": { + "appearanceTools": true, + "color": { + "background": true, + "custom": true, + "customDuotone": true, + "customGradient": true, + "defaultDuotone": true, + "defaultGradients": true, + "defaultPalette": true, + "duotone": [], + "gradients": [], + "palette": [ + { + "color": "#111111", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#111111", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#111111", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#fafafa", + "name": "Background", + "slug": "background" + }, + { + "color": "#fafafa", + "name": "Tertiary", + "slug": "tertiary" + } + ], + "text": true + }, + "layout": { + "contentSize": "900px", + "definitions": { + "constrained": { + "baseStyles": [ + { + "rules": { + "float": "left", + "margin-inline-end": "2em", + "margin-inline-start": "0" + }, + "selector": " > .alignleft" + }, + { + "rules": { + "float": "right", + "margin-inline-end": "0", + "margin-inline-start": "2em" + }, + "selector": " > .alignright" + }, + { + "rules": { + "margin-left": "auto !important", + "margin-right": "auto !important" + }, + "selector": " > .aligncenter" + }, + { + "rules": { + "margin-left": "auto !important", + "margin-right": "auto !important", + "max-width": "var(--wp--style--global--content-size)" + }, + "selector": " > :where(:not(.alignleft):not(.alignright):not(.alignfull))" + }, + { + "rules": { + "max-width": "var(--wp--style--global--wide-size)" + }, + "selector": " > .alignwide" + } + ], + "className": "is-layout-constrained", + "name": "constrained", + "slug": "constrained", + "spacingStyles": [ + { + "rules": { + "margin-block-end": "0", + "margin-block-start": "0" + }, + "selector": " > *" + }, + { + "rules": { + "margin-block-end": "0", + "margin-block-start": null + }, + "selector": " > * + *" + } + ] + }, + "default": { + "baseStyles": [ + { + "rules": { + "float": "left", + "margin-inline-end": "2em", + "margin-inline-start": "0" + }, + "selector": " > .alignleft" + }, + { + "rules": { + "float": "right", + "margin-inline-end": "0", + "margin-inline-start": "2em" + }, + "selector": " > .alignright" + }, + { + "rules": { + "margin-left": "auto !important", + "margin-right": "auto !important" + }, + "selector": " > .aligncenter" + } + ], + "className": "is-layout-flow", + "name": "default", + "slug": "flow", + "spacingStyles": [ + { + "rules": { + "margin-block-end": "0", + "margin-block-start": "0" + }, + "selector": " > *" + }, + { + "rules": { + "margin-block-end": "0", + "margin-block-start": null + }, + "selector": " > * + *" + } + ] + }, + "flex": { + "baseStyles": [ + { + "rules": { + "align-items": "center", + "flex-wrap": "wrap" + }, + "selector": "" + }, + { + "rules": { + "margin": "0" + }, + "selector": " > *" + } + ], + "className": "is-layout-flex", + "displayMode": "flex", + "name": "flex", + "slug": "flex", + "spacingStyles": [ + { + "rules": { + "gap": null + }, + "selector": "" + } + ] + } + }, + "wideSize": "1100px" + }, + "shadow": { + "defaultPresets": true, + "presets": [] + }, + "spacing": { + "customSpacingSize": true, + "spacingScale": { + "increment": 1.5, + "mediumStep": 1.5, + "operator": "*", + "steps": 7, + "unit": "rem" + }, + "spacingSizes": [], + "units": [ + "%", + "px", + "em", + "rem", + "vh", + "vw" + ] + }, + "typography": { + "customFontSize": true, + "dropCap": true, + "fluid": true, + "fontFamilies": [ + { + "fontFace": [], + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "fontFace": [ + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "normal", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_normal_500.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "italic", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_italic_500.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_normal_300.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "italic", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_italic_300.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_normal_600.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "italic", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_italic_600.ttf" + ] + } + ], + "fontFamily": "Plus Jakarta Sans", + "slug": "plus-jakarta-sans" + } + ], + "fontSizes": [ + { + "fluid": { + "max": "1.0625rem", + "min": "0.825rem" + }, + "name": "Small", + "size": "1rem", + "slug": "small" + }, + { + "fluid": { + "max": "1.25rem", + "min": "1rem" + }, + "name": "Medium", + "size": "1.125rem", + "slug": "medium" + }, + { + "fluid": { + "max": "2rem", + "min": "1.75rem" + }, + "name": "Large", + "size": "1.75rem", + "slug": "large" + }, + { + "fluid": { + "max": "3rem", + "min": "2.5rem" + }, + "name": "Extra Large", + "size": "3rem", + "slug": "x-large" + } + ], + "fontStyle": true, + "fontWeight": true, + "letterSpacing": true, + "textDecoration": true, + "textTransform": true + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "blocks": { + "core/button": { + "typography": { + "textTransform": "uppercase" + } + }, + "core/code": { + "border": { + "color": "var(--wp--preset--color--foreground)", + "radius": "0.25rem", + "style": "solid", + "width": "2px" + }, + "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)" + } + }, + "typography": { + "fontFamily": "monospace" + } + }, + "core/comment-author-name": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-date": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-edit-link": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-reply-link": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/gallery": { + "spacing": { + "margin": { + "bottom": "var(--wp--preset--spacing--50)" + } + } + }, + "core/list": { + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--70)" + } + } + }, + "core/navigation": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/post-author-name": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--foreground)" + }, + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/post-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "margin": { + "bottom": "0" + } + } + }, + "core/pullquote": { + "border": { + "color": "var(--wp--preset--color--foreground)", + "style": "solid", + "width": "1px 0" + }, + "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)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "fontStyle": "italic" + } + }, + "core/quote": { + "border": { + "color": "var(--wp--preset--color--primary)", + "style": "solid", + "width": "0 0 0 1px" + }, + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontSize": "var:preset|font-size|large", + "fontStyle": "normal", + "fontWeight": "600" + } + }, + "core/search": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.6" + } + }, + "core/separator": { + "border": { + "color": "currentColor", + "style": "solid", + "width": "0 0 1px 0" + }, + "color": { + "text": "var(--wp--preset--color--foreground)" + } + }, + "core/site-tagline": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/site-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "700" + } + } + }, + "color": { + "background": "var:preset|color|background", + "text": "var(--wp--preset--color--foreground)" + }, + "elements": { + "button": { + ":active": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + } + }, + ":focus": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + }, + "outline": { + "color": "var(--wp--preset--color--primary)", + "offset": "2px", + "style": "dotted", + "width": "1px" + } + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--secondary)", + "text": "var(--wp--preset--color--background)" + } + }, + "border": { + "radius": "0.25rem" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + } + }, + "h1": { + "typography": { + "fontSize": "6rem", + "letterSpacing": "-5px" + } + }, + "h2": { + "typography": { + "fontSize": "3.6rem" + } + }, + "h3": { + "typography": { + "fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)" + } + }, + "h4": { + "typography": { + "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)" + } + }, + "h5": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "h6": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "heading": { + "color": { + "text": "#111111" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik)", + "fontStyle": "normal", + "fontWeight": "600", + "lineHeight": "1.125" + } + }, + "link": { + ":hover": { + "typography": { + "textDecoration": "none" + } + }, + "color": { + "text": "var(--wp--preset--color--primary)" + } + } + }, + "spacing": { + "blockGap": "1rem", + "padding": { + "bottom": "0rem", + "left": "4rem", + "right": "4rem", + "top": "0rem" + } + }, + "typography": { + "fontFamily": "var:preset|font-family|plus-jakarta-sans", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.6" + } + }, + "templateParts": [ + { + "area": "header", + "name": "header" + }, + { + "area": "footer", + "name": "footer" + } + ], + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/issue/templates/404.html b/issue/templates/404.html new file mode 100644 index 000000000..0f5229244 --- /dev/null +++ b/issue/templates/404.html @@ -0,0 +1,41 @@ + +
+ + +
+
+ + + + +
+

Oops! No page here...

+ + + + + + + +

It looks like nothing was found at this location.

+ + + +

Maybe try a search?

+ + + + + + +
+ + + + +
+
+ + +
+ \ No newline at end of file diff --git a/issue/templates/archive.html b/issue/templates/archive.html new file mode 100644 index 000000000..109deb382 --- /dev/null +++ b/issue/templates/archive.html @@ -0,0 +1,63 @@ + +
+ + +
+
+ + + + +
+ + + +
+
+
+
+ + + + + + + +
+
+ + + +
+ + + +
+
+ + + + +
+ + + + +
+ + + + + +
+
+ + + + +
+
+ + +
+ \ No newline at end of file diff --git a/issue/templates/home.html b/issue/templates/home.html new file mode 100644 index 000000000..6ccfed948 --- /dev/null +++ b/issue/templates/home.html @@ -0,0 +1,37 @@ + + + \ No newline at end of file diff --git a/issue/templates/index.html b/issue/templates/index.html new file mode 100644 index 000000000..6019cb0aa --- /dev/null +++ b/issue/templates/index.html @@ -0,0 +1,61 @@ + +
+ + +
+
+ + + + +
+ +
+
+
+
+ + + + + + + +
+
+ + + +
+ + + +
+
+ + + + +
+ + + + +
+ + + + + +
+
+ + + + +
+
+ + +
+ \ No newline at end of file diff --git a/issue/templates/page.html b/issue/templates/page.html new file mode 100644 index 000000000..483c48983 --- /dev/null +++ b/issue/templates/page.html @@ -0,0 +1,11 @@ + +
+ + +
+
+
+ + +
+ \ No newline at end of file diff --git a/issue/templates/search.html b/issue/templates/search.html new file mode 100644 index 000000000..cc91780db --- /dev/null +++ b/issue/templates/search.html @@ -0,0 +1,69 @@ + +
+ + +
+
+ + + + +
+
+ + + +
+ + + + +
+
+
+
+ + + + + + + +
+
+ + + +
+ + + +
+
+ + + + +
+ + + + +
+ + + + + +
+
+ + + + +
+
+ + +
+ \ No newline at end of file diff --git a/issue/templates/single.html b/issue/templates/single.html new file mode 100644 index 000000000..8aa421c1d --- /dev/null +++ b/issue/templates/single.html @@ -0,0 +1,133 @@ + +
+ + +
+
+
+
+
+ + + + + +
+
+ + + +
+ + + +
+
+ + + + + + + +
+
+
+
+ + + +
+
+ + + + + + + +
+
+
+
+ + + +
+
+ + +
+ + +
+ +
+
+
+ + + + +
+ + + + + + + + + +
+ + + +
+ + + +
+
+
+ + + +
+
+ + + + + + + +
+
+ +
+ + + + + + + + + + + +
+ +
+
+ + + + +
+
+ + +
+ \ No newline at end of file diff --git a/issue/theme.json b/issue/theme.json new file mode 100644 index 000000000..895ae250f --- /dev/null +++ b/issue/theme.json @@ -0,0 +1,500 @@ +{ + "settings": { + "appearanceTools": true, + "color": { + "background": true, + "custom": true, + "customDuotone": true, + "customGradient": true, + "defaultDuotone": true, + "defaultGradients": true, + "defaultPalette": true, + "duotone": [], + "gradients": [], + "palette": [ + { + "color": "#111111", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#111111", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#111111", + "name": "Foreground", + "slug": "foreground" + }, + { + "color": "#fafafa", + "name": "Background", + "slug": "background" + }, + { + "color": "#fafafa", + "name": "Tertiary", + "slug": "tertiary" + } + ], + "text": true + }, + "layout": { + "contentSize": "900px", + "wideSize": "1100px" + }, + "shadow": { + "defaultPresets": true, + "presets": [] + }, + "spacing": { + "customSpacingSize": true, + "spacingScale": { + "increment": 1.5, + "mediumStep": 1.5, + "operator": "*", + "steps": 7, + "unit": "rem" + }, + "spacingSizes": [], + "units": [ + "%", + "px", + "em", + "rem", + "vh", + "vw" + ] + }, + "typography": { + "customFontSize": true, + "dropCap": true, + "fluid": true, + "fontFamilies": [ + { + "fontFace": [], + "fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif", + "name": "System Font", + "slug": "system-font" + }, + { + "fontFace": [ + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "normal", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_normal_500.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "italic", + "fontWeight": "500", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_italic_500.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "normal", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_normal_300.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "italic", + "fontWeight": "300", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_italic_300.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_normal_600.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "italic", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_italic_600.ttf" + ] + } + ], + "fontFamily": "Plus Jakarta Sans", + "slug": "plus-jakarta-sans" + } + ], + "fontSizes": [ + { + "fluid": { + "max": "1.0625rem", + "min": "0.825rem" + }, + "name": "Small", + "size": "1rem", + "slug": "small" + }, + { + "fluid": { + "max": "1.25rem", + "min": "1rem" + }, + "name": "Medium", + "size": "1.125rem", + "slug": "medium" + }, + { + "fluid": { + "max": "2rem", + "min": "1.75rem" + }, + "name": "Large", + "size": "1.75rem", + "slug": "large" + }, + { + "fluid": { + "max": "3rem", + "min": "2.5rem" + }, + "name": "Extra Large", + "size": "3rem", + "slug": "x-large" + } + ], + "fontStyle": true, + "fontWeight": true, + "letterSpacing": true, + "textDecoration": true, + "textTransform": true + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "blocks": { + "core/button": { + "typography": { + "textTransform": "uppercase" + } + }, + "core/code": { + "border": { + "color": "var(--wp--preset--color--foreground)", + "radius": "0.25rem", + "style": "solid", + "width": "2px" + }, + "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)" + } + }, + "typography": { + "fontFamily": "monospace" + } + }, + "core/comment-author-name": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-date": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-edit-link": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-reply-link": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/gallery": { + "spacing": { + "margin": { + "bottom": "var(--wp--preset--spacing--50)" + } + } + }, + "core/list": { + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--70)" + } + } + }, + "core/navigation": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/post-author-name": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--foreground)" + }, + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/post-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "spacing": { + "margin": { + "bottom": "0" + } + } + }, + "core/pullquote": { + "border": { + "color": "var(--wp--preset--color--foreground)", + "style": "solid", + "width": "1px 0" + }, + "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)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "fontStyle": "italic" + } + }, + "core/quote": { + "border": { + "color": "var(--wp--preset--color--primary)", + "style": "solid", + "width": "0 0 0 1px" + }, + "spacing": { + "padding": { + "left": "var(--wp--preset--spacing--50)" + } + }, + "typography": { + "fontSize": "var:preset|font-size|large", + "fontStyle": "normal", + "fontWeight": "600" + } + }, + "core/search": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.6" + } + }, + "core/separator": { + "border": { + "color": "currentColor", + "style": "solid", + "width": "0 0 1px 0" + }, + "color": { + "text": "var(--wp--preset--color--foreground)" + } + }, + "core/site-tagline": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/site-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)", + "fontWeight": "700" + } + } + }, + "color": { + "background": "var(--wp--preset--color--background)", + "text": "var(--wp--preset--color--foreground)" + }, + "elements": { + "button": { + ":active": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + } + }, + ":focus": { + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + }, + "outline": { + "color": "var(--wp--preset--color--primary)", + "offset": "2px", + "style": "dotted", + "width": "1px" + } + }, + ":hover": { + "color": { + "background": "var(--wp--preset--color--secondary)", + "text": "var(--wp--preset--color--background)" + } + }, + "border": { + "radius": "0.25rem" + }, + "color": { + "background": "var(--wp--preset--color--primary)", + "text": "var(--wp--preset--color--background)" + } + }, + "h1": { + "typography": { + "fontSize": "6rem", + "letterSpacing": "-5px" + } + }, + "h2": { + "typography": { + "fontSize": "3.6rem" + } + }, + "h3": { + "typography": { + "fontSize": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.48rem) * 0.4808)), 1.75rem)" + } + }, + "h4": { + "typography": { + "fontSize": "clamp(1.25rem, calc(1.25rem + ((1vw - 0.48rem) * 0.4808)), 1.5rem)" + } + }, + "h5": { + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "h6": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--rubik)", + "fontStyle": "normal", + "fontWeight": "600", + "lineHeight": "1.125" + } + }, + "link": { + ":hover": { + "typography": { + "textDecoration": "none" + } + }, + "color": { + "text": "var(--wp--preset--color--primary)" + } + } + }, + "spacing": { + "blockGap": "1rem", + "padding": { + "bottom": "0rem", + "left": "4rem", + "right": "4rem", + "top": "0rem" + } + }, + "typography": { + "fontFamily": "var:preset|font-family|plus-jakarta-sans", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.6" + } + }, + "templateParts": [ + { + "area": "header", + "name": "header" + }, + { + "area": "footer", + "name": "footer" + } + ], + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file