diff --git a/hola/assets/fonts/crimson-pro_italic_400.ttf b/hola/assets/fonts/crimson-pro_italic_400.ttf new file mode 100644 index 0000000000..e88a84519a Binary files /dev/null and b/hola/assets/fonts/crimson-pro_italic_400.ttf differ diff --git a/hola/assets/fonts/crimson-pro_italic_600.ttf b/hola/assets/fonts/crimson-pro_italic_600.ttf new file mode 100644 index 0000000000..cf67b194f3 Binary files /dev/null and b/hola/assets/fonts/crimson-pro_italic_600.ttf differ diff --git a/hola/assets/fonts/crimson-pro_italic_700.ttf b/hola/assets/fonts/crimson-pro_italic_700.ttf new file mode 100644 index 0000000000..831d27e0fe Binary files /dev/null and b/hola/assets/fonts/crimson-pro_italic_700.ttf differ diff --git a/hola/assets/fonts/crimson-pro_normal_400.ttf b/hola/assets/fonts/crimson-pro_normal_400.ttf new file mode 100644 index 0000000000..5af0847f9b Binary files /dev/null and b/hola/assets/fonts/crimson-pro_normal_400.ttf differ diff --git a/hola/assets/fonts/crimson-pro_normal_600.ttf b/hola/assets/fonts/crimson-pro_normal_600.ttf new file mode 100644 index 0000000000..36d7526308 Binary files /dev/null and b/hola/assets/fonts/crimson-pro_normal_600.ttf differ diff --git a/hola/assets/fonts/crimson-pro_normal_700.ttf b/hola/assets/fonts/crimson-pro_normal_700.ttf new file mode 100644 index 0000000000..fef1d4be04 Binary files /dev/null and b/hola/assets/fonts/crimson-pro_normal_700.ttf differ diff --git a/hola/assets/fonts/manrope-normal-400.woff2 b/hola/assets/fonts/manrope-normal-400.woff2 new file mode 100644 index 0000000000..a2691f5e1a Binary files /dev/null and b/hola/assets/fonts/manrope-normal-400.woff2 differ diff --git a/hola/assets/fonts/manrope-normal-700.woff2 b/hola/assets/fonts/manrope-normal-700.woff2 new file mode 100644 index 0000000000..42d6766b88 Binary files /dev/null and b/hola/assets/fonts/manrope-normal-700.woff2 differ diff --git a/hola/assets/fonts/plus-jakarta-sans_italic_400.ttf b/hola/assets/fonts/plus-jakarta-sans_italic_400.ttf new file mode 100644 index 0000000000..dc955cf571 Binary files /dev/null and b/hola/assets/fonts/plus-jakarta-sans_italic_400.ttf differ diff --git a/hola/assets/fonts/plus-jakarta-sans_italic_600.ttf b/hola/assets/fonts/plus-jakarta-sans_italic_600.ttf new file mode 100644 index 0000000000..8399e9831e Binary files /dev/null and b/hola/assets/fonts/plus-jakarta-sans_italic_600.ttf differ diff --git a/hola/assets/fonts/plus-jakarta-sans_italic_700.ttf b/hola/assets/fonts/plus-jakarta-sans_italic_700.ttf new file mode 100644 index 0000000000..20540d33ee Binary files /dev/null and b/hola/assets/fonts/plus-jakarta-sans_italic_700.ttf differ diff --git a/hola/assets/fonts/plus-jakarta-sans_normal_400.ttf b/hola/assets/fonts/plus-jakarta-sans_normal_400.ttf new file mode 100644 index 0000000000..1e77059b32 Binary files /dev/null and b/hola/assets/fonts/plus-jakarta-sans_normal_400.ttf differ diff --git a/hola/assets/fonts/plus-jakarta-sans_normal_600.ttf b/hola/assets/fonts/plus-jakarta-sans_normal_600.ttf new file mode 100644 index 0000000000..49817ef98e Binary files /dev/null and b/hola/assets/fonts/plus-jakarta-sans_normal_600.ttf differ diff --git a/hola/assets/fonts/plus-jakarta-sans_normal_700.ttf b/hola/assets/fonts/plus-jakarta-sans_normal_700.ttf new file mode 100644 index 0000000000..386d3a6dac Binary files /dev/null and b/hola/assets/fonts/plus-jakarta-sans_normal_700.ttf differ diff --git a/hola/assets/fonts/texturina_italic_400.ttf b/hola/assets/fonts/texturina_italic_400.ttf new file mode 100644 index 0000000000..e25872295a Binary files /dev/null and b/hola/assets/fonts/texturina_italic_400.ttf differ diff --git a/hola/assets/fonts/texturina_italic_600.ttf b/hola/assets/fonts/texturina_italic_600.ttf new file mode 100644 index 0000000000..9d9059af3f Binary files /dev/null and b/hola/assets/fonts/texturina_italic_600.ttf differ diff --git a/hola/assets/fonts/texturina_italic_700.ttf b/hola/assets/fonts/texturina_italic_700.ttf new file mode 100644 index 0000000000..82b41ac7b0 Binary files /dev/null and b/hola/assets/fonts/texturina_italic_700.ttf differ diff --git a/hola/assets/fonts/texturina_normal_400.ttf b/hola/assets/fonts/texturina_normal_400.ttf new file mode 100644 index 0000000000..61e491a63e Binary files /dev/null and b/hola/assets/fonts/texturina_normal_400.ttf differ diff --git a/hola/assets/fonts/texturina_normal_600.ttf b/hola/assets/fonts/texturina_normal_600.ttf new file mode 100644 index 0000000000..f46b45b19c Binary files /dev/null and b/hola/assets/fonts/texturina_normal_600.ttf differ diff --git a/hola/assets/fonts/texturina_normal_700.ttf b/hola/assets/fonts/texturina_normal_700.ttf new file mode 100644 index 0000000000..b97a7e0b4a Binary files /dev/null and b/hola/assets/fonts/texturina_normal_700.ttf differ diff --git a/hola/functions.php b/hola/functions.php new file mode 100644 index 0000000000..789adbc428 --- /dev/null +++ b/hola/functions.php @@ -0,0 +1,60 @@ +get( 'Version' ) + ); + + // Enqueue theme stylesheet. + wp_enqueue_style( 'hola-style' ); + + } + +endif; + +add_action( 'wp_enqueue_scripts', 'hola_styles' ); diff --git a/hola/parts/footer.html b/hola/parts/footer.html new file mode 100644 index 0000000000..52a1305f38 --- /dev/null +++ b/hola/parts/footer.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/hola/parts/header-minimal.html b/hola/parts/header-minimal.html new file mode 100644 index 0000000000..e235c69646 --- /dev/null +++ b/hola/parts/header-minimal.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/hola/parts/header.html b/hola/parts/header.html new file mode 100644 index 0000000000..a2d320fff6 --- /dev/null +++ b/hola/parts/header.html @@ -0,0 +1,13 @@ + +
+
+
+ + + +
+
+
+ \ No newline at end of file diff --git a/hola/parts/post-meta.html b/hola/parts/post-meta.html new file mode 100644 index 0000000000..5cd3f518fe --- /dev/null +++ b/hola/parts/post-meta.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/hola/patterns/404.php b/hola/patterns/404.php new file mode 100644 index 0000000000..16a03b7e12 --- /dev/null +++ b/hola/patterns/404.php @@ -0,0 +1,39 @@ + + +
+ + +
+ + + + +
+

+ + + +

Maybe try a search?', 'hola');?>

+ + + + + + +
+ + + + +
+ + +
+ \ No newline at end of file diff --git a/hola/patterns/comments.php b/hola/patterns/comments.php new file mode 100644 index 0000000000..cd82175e3b --- /dev/null +++ b/hola/patterns/comments.php @@ -0,0 +1,52 @@ + + + +
+ + + + +
+ +
+ + + +
+ + + +
+ + + +
+ +
+ +
+ + + + + +
+ + + + + + + + + + +
+ diff --git a/hola/patterns/footer.php b/hola/patterns/footer.php new file mode 100644 index 0000000000..d2970af5f3 --- /dev/null +++ b/hola/patterns/footer.php @@ -0,0 +1,49 @@ + + +
+
+

Tumblr', 'hola');?>

+ + + +

+ + + +

Behance', 'hola');?>

+ + + +

+ + + +

Mastodon', 'hola');?>

+ + + +

+ + + +

Linkedin', 'hola');?>

+
+ + + +
+

touch.', 'hola');?>

+ + + +

WordPress', 'hola');?>

+
+
+ \ No newline at end of file diff --git a/hola/patterns/header-large.php b/hola/patterns/header-large.php new file mode 100644 index 0000000000..b9661b533f --- /dev/null +++ b/hola/patterns/header-large.php @@ -0,0 +1,19 @@ + + +
+
+ +
+
+ \ No newline at end of file diff --git a/hola/patterns/header-minimal.php b/hola/patterns/header-minimal.php new file mode 100644 index 0000000000..3db875a863 --- /dev/null +++ b/hola/patterns/header-minimal.php @@ -0,0 +1,23 @@ + + +
+
+
+ +
+
+
+ \ No newline at end of file diff --git a/hola/patterns/hidden-no-results-content.php b/hola/patterns/hidden-no-results-content.php new file mode 100644 index 0000000000..a1f22e7eb2 --- /dev/null +++ b/hola/patterns/hidden-no-results-content.php @@ -0,0 +1,10 @@ + + +

+ diff --git a/hola/patterns/post-meta.php b/hola/patterns/post-meta.php new file mode 100644 index 0000000000..90f62e8226 --- /dev/null +++ b/hola/patterns/post-meta.php @@ -0,0 +1,37 @@ + + +
+
+
+
+

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

+
+ + + +
+
+
+
+ \ No newline at end of file diff --git a/hola/patterns/single.php b/hola/patterns/single.php new file mode 100644 index 0000000000..83793c3fdb --- /dev/null +++ b/hola/patterns/single.php @@ -0,0 +1,123 @@ + + +
+ + +
+ + + + +
+ + +
+ + +
+

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

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

+
+ + + +
+
+
+
+
+ + + + + + + +
+ + + +
+
+ + +
+ + +
+ +
+
+
+ + + + +
+ + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+ \ No newline at end of file diff --git a/hola/readme.txt b/hola/readme.txt new file mode 100644 index 0000000000..0f3edf1ca5 --- /dev/null +++ b/hola/readme.txt @@ -0,0 +1,64 @@ +== Hola == + +Contributors: Automattic +Requires at least: 6.0 +Tested up to: 6.5 +Requires PHP: 5.7 +License: GPLv2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html + + +== Description == + +Hola is a text-only blog design, a new interpretation of the theme 'Hey' with diverse style variations. + +== Changelog == + += 1.0.0 = +* Initial release + + +== Copyright == + +Hola WordPress Theme, (C) 2024 Automattic +Hola 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. + + +Hola is based on hola-hola (https://themeshaper.com/hola/), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) + + +== Images == +Generated with AI on Midjourney, released under the CC0 license. + + +== Fonts == + +Plus Jakarta Sans +Copyright 2020 The Plus Jakarta Sans Project Authors (https://github.com/tokotype/PlusJakartaSans) +Source: https://www.tokotype.com +License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL + +Crimson Pro +Copyright 2018 The Crimson Pro Project Authors (https://github.com/Fonthausen/CrimsonPro) +Source: http://www.baronvonfonthausen.com/ +License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL + +Texturina +Copyright 2020 The Texturina Project Authors (https://github.com/Omnibus-Type/Texturina) +Source: http://www.omnibus-type.com/ +License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://scripts.sil.org/OFL + +Manrope +Copyright 2019 The Manrope Project Authors (https://github.com/sharanda/manrope) +Source: http://gent.media +License: 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 diff --git a/hola/screenshot.png b/hola/screenshot.png new file mode 100644 index 0000000000..b0a6350f8c Binary files /dev/null and b/hola/screenshot.png differ diff --git a/hola/style.css b/hola/style.css new file mode 100644 index 0000000000..7431e01ab1 --- /dev/null +++ b/hola/style.css @@ -0,0 +1,40 @@ +/* +Theme Name: Hola +Theme URI: https://themeshaper.com/hola/ +Author: Automattic +Author URI: https://automattic.com +Description: Hola is a text-only blog design, a new interpretation of the theme ‘Hey’ with diverse style variations. +Requires at least: 6.0 +Tested up to: 6.5 +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: hola +Tags: blog, one-column, two-columns, block-patterns, block-styles, buddypress, custom-colors, custom-logo, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-site-editing, full-width-template, microformats, post-formats, rtl-language-support, style-variations, template-editing, theme-options, threaded-comments, translation-ready + +/* + * Control the hover stylings of outline block style. + * Unnecessary once block styles are configurable via theme.json + * https://github.com/WordPress/gutenberg/issues/42794 + */ + +/* + * 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--base); + 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; +} diff --git a/hola/styles/avocado.json b/hola/styles/avocado.json new file mode 100644 index 0000000000..393fdef2ea --- /dev/null +++ b/hola/styles/avocado.json @@ -0,0 +1,116 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#f1f1f1", + "name": "Base", + "slug": "base" + }, + { + "color": "#1f4733", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#1f4733", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#f1f1f1", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#183526", + "name": "Tertiary", + "slug": "tertiary" + } + ] + } + }, + "styles": { + "blocks": { + "core/avatar": { + "filter": { + "duotone": "var(--wp--preset--duotone--avocado)" + } + }, + "core/cover": { + "filter": { + "duotone": "var(--wp--preset--duotone--avocado)" + } + }, + "core/post-date": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)" + } + }, + "core/post-featured-image": { + "filter": { + "duotone": "var(--wp--preset--duotone--avocado)" + } + }, + "core/query-pagination": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)" + } + }, + "core/site-logo": { + "filter": { + "duotone": "var(--wp--preset--duotone--avocado)" + } + }, + "core/site-title": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--crimson-pro)", + "letterSpacing": "0rem" + } + }, + "title": "Avocado", + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/hola/styles/mattone.json b/hola/styles/mattone.json new file mode 100644 index 0000000000..d048373a86 --- /dev/null +++ b/hola/styles/mattone.json @@ -0,0 +1,116 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#fafafa", + "name": "Base", + "slug": "base" + }, + { + "color": "#ba452e", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#ba452e", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#fafafa", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#a33d29", + "name": "Tertiary", + "slug": "tertiary" + } + ] + } + }, + "styles": { + "blocks": { + "core/avatar": { + "filter": { + "duotone": "var(--wp--preset--duotone--mattone)" + } + }, + "core/cover": { + "filter": { + "duotone": "var(--wp--preset--duotone--mattone)" + } + }, + "core/post-date": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)" + } + }, + "core/post-featured-image": { + "filter": { + "duotone": "var(--wp--preset--duotone--mattone)" + } + }, + "core/query-pagination": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)" + } + }, + "core/site-logo": { + "filter": { + "duotone": "var(--wp--preset--duotone--mattone)" + } + }, + "core/site-title": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--texturina)", + "letterSpacing": "0rem" + } + }, + "title": "Mattone", + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/hola/styles/pomegranate.json b/hola/styles/pomegranate.json new file mode 100644 index 0000000000..e61c6fbb28 --- /dev/null +++ b/hola/styles/pomegranate.json @@ -0,0 +1,115 @@ +{ + "settings": { + "color": { + "palette": [ + { + "color": "#fbe9ee", + "name": "Base", + "slug": "base" + }, + { + "color": "#720044", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#720044", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#fbe9ee", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#570034", + "name": "Tertiary", + "slug": "tertiary" + } + ] + } + }, + "styles": { + "blocks": { + "core/avatar": { + "filter": { + "duotone": "var(--wp--preset--duotone--pomegranate)" + } + }, + "core/cover": { + "filter": { + "duotone": "var(--wp--preset--duotone--pomegranate)" + } + }, + "core/post-date": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + }, + "core/post-featured-image": { + "filter": { + "duotone": "var(--wp--preset--duotone--pomegranate)" + } + }, + "core/query-pagination": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + }, + "core/site-logo": { + "filter": { + "duotone": "var(--wp--preset--duotone--pomegranate)" + } + }, + "core/site-title": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + } + }, + "elements": { + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + }, + "heading": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + } + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--plus-jakarta-sans)" + } + }, + "title": "Pomegranate", + "version": 2, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file diff --git a/hola/templates/404.html b/hola/templates/404.html new file mode 100644 index 0000000000..de95867086 --- /dev/null +++ b/hola/templates/404.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/hola/templates/archive.html b/hola/templates/archive.html new file mode 100644 index 0000000000..f2b74a9808 --- /dev/null +++ b/hola/templates/archive.html @@ -0,0 +1,45 @@ + +
+ + +
+ + + + +
+ + + +
+ + + +
+ +
+
+ +
+
+ + + + +
+ + + + + +
+
+ + + + +
+ + +
+ \ No newline at end of file diff --git a/hola/templates/home.html b/hola/templates/home.html new file mode 100644 index 0000000000..16f6365cee --- /dev/null +++ b/hola/templates/home.html @@ -0,0 +1,53 @@ + +
+ + +
+ + + + +
+ +
+ +
+ + + +
+ + + + + + + +
+ +
+
+ +
+
+ + + + +
+ + + + + +
+
+ + + + +
+ + +
+ \ No newline at end of file diff --git a/hola/templates/index.html b/hola/templates/index.html new file mode 100644 index 0000000000..8dbc05315c --- /dev/null +++ b/hola/templates/index.html @@ -0,0 +1,37 @@ + +
+ + +
+ + + + +
+ +
+
+ +
+
+ + + + +
+ + + + + +
+
+ + + + +
+ + +
+ \ No newline at end of file diff --git a/hola/templates/page.html b/hola/templates/page.html new file mode 100644 index 0000000000..8edfa2c4d4 --- /dev/null +++ b/hola/templates/page.html @@ -0,0 +1,25 @@ + +
+ + +
+ + + + +
+
+ + + +
+
+ + + + +
+ + +
+ \ No newline at end of file diff --git a/hola/templates/search.html b/hola/templates/search.html new file mode 100644 index 0000000000..c0f537f3b4 --- /dev/null +++ b/hola/templates/search.html @@ -0,0 +1,47 @@ + +
+ + +
+ + + + +
+ + + + + +
+ + + +
+ +
+
+ +
+
+ + + + +
+ + + + + +
+
+ + + + +
+ + +
+ \ No newline at end of file diff --git a/hola/templates/single.html b/hola/templates/single.html new file mode 100644 index 0000000000..390bfcfe9a --- /dev/null +++ b/hola/templates/single.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/hola/theme.json b/hola/theme.json new file mode 100644 index 0000000000..a24e4cb44d --- /dev/null +++ b/hola/theme.json @@ -0,0 +1,834 @@ +{ + "settings": { + "appearanceTools": true, + "blocks": [], + "color": { + "customDuotone": true, + "customGradient": false, + "defaultDuotone": false, + "duotone": [ + { + "colors": [ + "#2B6EEE", + "#FAFAFA" + ], + "name": "Ligure", + "slug": "ligure" + }, + { + "colors": [ + "#720044", + "#FBE9EE" + ], + "name": "Pomegranate", + "slug": "pomegranate" + }, + { + "colors": [ + "#1F4733", + "#F1F1F1" + ], + "name": "Avocado", + "slug": "avocado" + }, + { + "colors": [ + "#BA452E", + "#FAFAFA" + ], + "name": "Mattone", + "slug": "mattone" + } + ], + "gradients": [ + { + "gradient": "linear-gradient(to bottom,var(--wp--preset--color--primary) 85%,var(--wp--preset--color--base) 85%)", + "name": "default gradient", + "slug": "default-gradient" + } + ], + "palette": [ + { + "color": "#fafafa", + "name": "Base", + "slug": "base" + }, + { + "color": "#2b6eee", + "name": "Contrast", + "slug": "contrast" + }, + { + "color": "#2b6eee", + "name": "Primary", + "slug": "primary" + }, + { + "color": "#fafafa", + "name": "Secondary", + "slug": "secondary" + }, + { + "color": "#135fec", + "name": "Tertiary", + "slug": "tertiary" + } + ] + }, + "layout": { + "contentSize": "720px", + "wideSize": "1200px" + }, + "spacing": { + "customSpacingSize": true, + "spacingScale": { + "theme": { + "steps": 0 + } + }, + "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, + "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": "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", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_normal_400.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_italic_400.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_italic_700.ttf" + ] + }, + { + "fontFamily": "Plus Jakarta Sans", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/plus-jakarta-sans_normal_700.ttf" + ] + } + ], + "fontFamily": "Plus Jakarta Sans", + "slug": "plus-jakarta-sans" + }, + { + "fontFace": [ + { + "fontFamily": "Crimson Pro", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/crimson-pro_normal_400.ttf" + ] + }, + { + "fontFamily": "Crimson Pro", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/crimson-pro_normal_600.ttf" + ] + }, + { + "fontFamily": "Crimson Pro", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/crimson-pro_normal_700.ttf" + ] + }, + { + "fontFamily": "Crimson Pro", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/crimson-pro_italic_400.ttf" + ] + }, + { + "fontFamily": "Crimson Pro", + "fontStyle": "italic", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/crimson-pro_italic_600.ttf" + ] + }, + { + "fontFamily": "Crimson Pro", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/crimson-pro_italic_700.ttf" + ] + } + ], + "fontFamily": "Crimson Pro", + "slug": "crimson-pro" + }, + { + "fontFace": [ + { + "fontFamily": "Texturina", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/texturina_normal_400.ttf" + ] + }, + { + "fontFamily": "Texturina", + "fontStyle": "normal", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/texturina_normal_600.ttf" + ] + }, + { + "fontFamily": "Texturina", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/texturina_normal_700.ttf" + ] + }, + { + "fontFamily": "Texturina", + "fontStyle": "italic", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/texturina_italic_400.ttf" + ] + }, + { + "fontFamily": "Texturina", + "fontStyle": "italic", + "fontWeight": "600", + "src": [ + "file:./assets/fonts/texturina_italic_600.ttf" + ] + }, + { + "fontFamily": "Texturina", + "fontStyle": "italic", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/texturina_italic_700.ttf" + ] + } + ], + "fontFamily": "Texturina", + "slug": "texturina" + }, + { + "fontFace": [ + { + "fontFamily": "Manrope", + "fontStyle": "normal", + "fontWeight": "400", + "src": [ + "file:./assets/fonts/manrope-normal-400.woff2" + ] + }, + { + "fontFamily": "Manrope", + "fontStyle": "normal", + "fontWeight": "700", + "src": [ + "file:./assets/fonts/manrope-normal-700.woff2" + ] + } + ], + "fontFamily": "Manrope, sans-serif", + "name": "Manrope", + "slug": "manrope" + } + ], + "fontSizes": [ + { + "fluid": { + "max": "0.9375rem", + "min": "0.8125rem" + }, + "name": "Small", + "size": "0.9375rem", + "slug": "small" + }, + { + "fluid": { + "max": "1.3125rem", + "min": "1rem" + }, + "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" + } + ] + }, + "useRootPaddingAwareAlignments": true + }, + "styles": { + "blocks": { + "core/avatar": { + "border": { + "radius": "2px" + }, + "filter": { + "duotone": "var(--wp--preset--duotone--ligure)" + } + }, + "core/button": { + "spacing": { + "padding": { + "bottom": "var(--wp--preset--spacing--40)", + "left": "var(--wp--preset--spacing--50)", + "right": "var(--wp--preset--spacing--50)", + "top": "var(--wp--preset--spacing--40)" + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "700", + "letterSpacing": "0rem", + "textTransform": "uppercase" + }, + "variations": { + "outline": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "700", + "letterSpacing": "-0.02rem" + } + } + } + }, + "core/comment-author-name": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "700" + } + }, + "core/comment-content": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-date": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-edit-link": { + "elements": { + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--tertiary)" + } + }, + "color": { + "text": "var(--wp--preset--color--contrast)" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comment-reply-link": { + "elements": { + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--tertiary)" + } + }, + "color": { + "text": "var(--wp--preset--color--contrast)" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/comments-pagination-next": { + "typography": { + "fontStyle": "normal", + "fontWeight": "700" + } + }, + "core/comments-pagination-previous": { + "typography": { + "fontStyle": "normal", + "fontWeight": "700" + } + }, + "core/cover": { + "filter": { + "duotone": "var(--wp--preset--duotone--ligure)" + } + }, + "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": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/post-author-name": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + } + }, + "core/post-comments-form": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/post-date": { + "color": { + "text": "var(--wp--preset--color--contrast)" + }, + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)" + } + }, + "core/post-featured-image": { + "filter": { + "duotone": "var(--wp--preset--duotone--ligure)" + } + }, + "core/post-navigation-link": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "textDecoration": "none" + } + }, + "core/post-terms": { + "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" + } + } + } + }, + "core/pullquote": { + "border": { + "color": "var(--wp--preset--color--contrast)", + "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/query-pagination": { + "typography": { + "fontSize": "var(--wp--preset--font-size--large)", + "fontStyle": "normal", + "fontWeight": "600" + } + }, + "core/query-title": { + "typography": { + "fontSize": "var(--wp--preset--font-size--x-large)" + } + }, + "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": { + "fontStyle": "normal" + } + }, + "core/search": { + "border": { + "bottom": { + "style": "solid", + "width": "1px" + }, + "color": null, + "left": { + "style": "solid", + "width": "1px" + }, + "radius": "5px", + "right": { + "style": "solid", + "width": "1px" + }, + "style": null, + "top": { + "style": "solid", + "width": "1px" + }, + "width": null + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--medium)" + } + }, + "core/separator": { + "border": { + "color": "currentColor", + "style": "solid", + "width": "0 0 1px 0" + }, + "color": { + "text": "var(--wp--preset--color--contrast)" + } + }, + "core/site-logo": { + "filter": { + "duotone": "var(--wp--preset--duotone--ligure)" + } + }, + "core/site-tagline": { + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "letterSpacing": "0rem" + } + }, + "core/site-title": { + "elements": { + "link": { + ":hover": { + "typography": { + "textDecoration": "underline" + } + }, + "typography": { + "textDecoration": "none" + } + } + }, + "typography": { + "fontSize": "var(--wp--preset--font-size--small)", + "fontStyle": "normal", + "fontWeight": "700", + "letterSpacing": "0rem" + } + } + }, + "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)" + }, + "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--base)" + } + }, + "border": { + "radius": "0.25rem" + }, + "color": { + "background": "var(--wp--preset--color--contrast)", + "text": "var(--wp--preset--color--base)" + } + }, + "h1": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter-display)", + "fontSize": "var(--wp--preset--font-size--x-large)", + "letterSpacing": "-0.04rem", + "lineHeight": "1.2" + } + }, + "h2": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter-display)", + "fontSize": "var(--wp--preset--font-size--large)", + "letterSpacing": "-0.02rem", + "lineHeight": "1.2" + } + }, + "h3": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter-display)", + "fontSize": "var(--wp--preset--font-size--medium)", + "letterSpacing": "-0.01rem" + } + }, + "h4": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter-display)", + "fontSize": "var(--wp--preset--font-size--small)", + "letterSpacing": "0.01rem" + } + }, + "h5": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter-display)", + "fontSize": "var(--wp--preset--font-size--small)", + "letterSpacing": "0.01rem" + } + }, + "h6": { + "typography": { + "fontFamily": "var(--wp--preset--font-family--inter-display)", + "fontSize": "var(--wp--preset--font-size--small)", + "letterSpacing": "0.01rem" + } + }, + "heading": { + "typography": { + "fontStyle": "normal", + "fontWeight": "700", + "lineHeight": "1.125" + } + }, + "link": { + ":hover": { + "color": { + "text": "var(--wp--preset--color--tertiary)" + }, + "typography": { + "textDecoration": "none" + } + }, + "color": { + "text": "var(--wp--preset--color--contrast)" + } + } + }, + "spacing": { + "blockGap": "var(--wp--preset--spacing--30)" + }, + "typography": { + "fontFamily": "var(--wp--preset--font-family--manrope)", + "fontSize": "var(--wp--preset--font-size--medium)", + "fontStyle": "normal", + "fontWeight": "400", + "letterSpacing": "0rem", + "lineHeight": "1.5" + } + }, + "templateParts": [ + { + "area": "header", + "name": "header" + }, + { + "area": "footer", + "name": "footer" + } + ], + "version": 3, + "$schema": "https://schemas.wp.org/trunk/theme.json" +} \ No newline at end of file