Compare commits
3 commits
trunk
...
add/beafia
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b7d31031c7 | ||
![]() |
c1ea9f2bec | ||
![]() |
b55875569c |
412 changed files with 581 additions and 16874 deletions
96
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
96
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -1,21 +1,17 @@
|
|||
name: Bug Report
|
||||
description: Report issues with one of our products.
|
||||
labels: [ 'Needs triage', '[Type] Bug' ]
|
||||
description: Helps us improve our product!
|
||||
labels: "Needs triage, [Type] Bug"
|
||||
title: "[Bug]: "
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
### Thanks for contributing!
|
||||
|
||||
Please write a clear title, then fill in the fields below and submit.
|
||||
Please write a clear title, then fill in as much details as possible.
|
||||
|
||||
Please **do not** link to image hosting services such as Cloudup, Droplr, Imgur, etc…
|
||||
Instead, directly embed screenshot(s) or recording(s) in any of the text areas below: click, then drag and drop.
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
---
|
||||
## Core Information
|
||||
__Avoid using image hosting services such as Cloudup, Droplr, Imgur, etc., to link to media.__
|
||||
Instead, attach screenshot(s) or recording(s) directly in any of the text areas below: click, then drag and drop.
|
||||
- type: textarea
|
||||
id: summary
|
||||
attributes:
|
||||
|
@ -29,32 +25,95 @@ body:
|
|||
2. Click on any blog post.
|
||||
3. Click on the 'Like' button.
|
||||
4. ...
|
||||
|
||||
Attach any media by drag and dropping or selecting upload.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: A clear and concise description of what you expected to happen.
|
||||
label: What you expected to happen
|
||||
placeholder: |
|
||||
eg. Post should be liked.
|
||||
e.g. The post should be liked.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: actual
|
||||
attributes:
|
||||
label: What actually happened
|
||||
placeholder: |
|
||||
eg. Clicking the button does nothing visibly.
|
||||
e.g. Clicking the button does nothing visibly.
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browser
|
||||
attributes:
|
||||
label: Browser
|
||||
description: (You may select more than one)
|
||||
options:
|
||||
- Google Chrome/Chromium
|
||||
- Mozilla Firefox
|
||||
- Microsoft Edge
|
||||
- Apple Safari
|
||||
- iOS Safari
|
||||
- Android Chrome
|
||||
multiple: true
|
||||
- type: input
|
||||
id: issue_context
|
||||
attributes:
|
||||
label: Context
|
||||
placeholder: |
|
||||
e.g. Customer report, details of your exploratory testing, etc.
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
---
|
||||
## Additional context
|
||||
|
||||
The following section is optional. If you're an Automattician, you should be able to fill it in. If not, please scroll to the bottom and submit the issue.
|
||||
- type: dropdown
|
||||
id: site-type
|
||||
attributes:
|
||||
label: Platform (Simple, Atomic, or both?)
|
||||
description: (You may select more than one)
|
||||
options:
|
||||
- Simple
|
||||
- Atomic
|
||||
- Self-hosted
|
||||
multiple: true
|
||||
- type: textarea
|
||||
id: other_notes
|
||||
attributes:
|
||||
label: Other notes
|
||||
placeholder: |
|
||||
e.g. Logs, CLI or console errors, notes, observations, etc.
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
---
|
||||
## Issue severity
|
||||
|
||||
Please provide details around how often the issue is reproducible & how many users are affected.
|
||||
- type: dropdown
|
||||
id: reproducibility
|
||||
attributes:
|
||||
label: Reproducibility
|
||||
options:
|
||||
- Consistent
|
||||
- Intermittent
|
||||
- Once
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: users-affected
|
||||
attributes:
|
||||
label: Impact
|
||||
description: Approximately how many users are impacted?
|
||||
label: Severity
|
||||
description: How many users are impacted? A guess is fine.
|
||||
options:
|
||||
- One
|
||||
- Some (< 50%)
|
||||
- Most (> 50%)
|
||||
- All
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: workarounds
|
||||
attributes:
|
||||
|
@ -67,10 +126,12 @@ body:
|
|||
- There is no user impact
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
<br>
|
||||
|
||||
- type: textarea
|
||||
id: workaround-detail
|
||||
attributes:
|
||||
|
@ -80,6 +141,7 @@ body:
|
|||
- Open "Setting X".
|
||||
- Toggle "Option Y".
|
||||
- Click "Button Z".
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
|
|
2
.github/workflows/preview-theme.yml
vendored
2
.github/workflows/preview-theme.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Preview Theme Changes
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -5,7 +5,6 @@ theme-dev-utils/
|
|||
theme-dev-utils
|
||||
vendor/
|
||||
*.DS_Store
|
||||
.DS_Store
|
||||
*.zip
|
||||
*.rej
|
||||
**/*.map
|
||||
|
|
|
@ -12,12 +12,6 @@ Assemble something beautiful.
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 0.0.19 =
|
||||
* Minor style tweaks for Assembler (#7989)
|
||||
|
||||
= 0.0.18 =
|
||||
* Assembler: Update typography theme styles with categories data. (#7998)
|
||||
|
||||
= 0.0.17 =
|
||||
* Assembler: Use variation partials and move styles.blocks.variations to styles.variations (#7891)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Assemble something beautiful.
|
|||
Requires at least: 6.4
|
||||
Tested up to: 6.4
|
||||
Requires PHP: 7.0
|
||||
Version: 0.0.19
|
||||
Version: 0.0.17
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: assembler
|
||||
|
@ -26,11 +26,6 @@ blockquote {
|
|||
text-wrap: balance;
|
||||
}
|
||||
|
||||
/* Remove auto-applied padding on headings when color is applied. */
|
||||
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
text-wrap: pretty;
|
||||
}
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Messapia & Bricolage",
|
||||
"categories": [
|
||||
"experimental",
|
||||
"bold",
|
||||
"vintage",
|
||||
"unique",
|
||||
"dramatic",
|
||||
"artistic"
|
||||
],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Lucette & DM Mono",
|
||||
"categories": [
|
||||
"serif",
|
||||
"elegant",
|
||||
"classic",
|
||||
"technical",
|
||||
"professional",
|
||||
"corporate"
|
||||
],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "DM Serif & DM Sans",
|
||||
"categories": [
|
||||
"serif",
|
||||
"high-contrast",
|
||||
"elegant",
|
||||
"clean",
|
||||
"modern",
|
||||
"luxurious"
|
||||
],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Fahkwang & Roboto",
|
||||
"categories": [
|
||||
"sans-serif",
|
||||
"modern",
|
||||
"clean",
|
||||
"versatile",
|
||||
"contemporary",
|
||||
"professional"
|
||||
],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Figtree",
|
||||
"categories": ["sans-serif", "friendly", "simple", "clean", "inviting"],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Fjalla",
|
||||
"categories": ["sans-serif", "bold", "display", "dynamic"],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Fraunces",
|
||||
"categories": ["serif", "friendly", "charming", "inviting"],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Gabarito",
|
||||
"categories": ["sans-serif", "approachable", "simple", "clean"],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Ibarra & Inter",
|
||||
"categories": [
|
||||
"serif",
|
||||
"traditional",
|
||||
"formal",
|
||||
"legible",
|
||||
"business",
|
||||
"professional"
|
||||
],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Instrument Serif & Noto Sans Mono",
|
||||
"categories": [
|
||||
"serif",
|
||||
"elegant",
|
||||
"classic",
|
||||
"technical",
|
||||
"professional",
|
||||
"corporate"
|
||||
],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Instrument Serif & Urbanist",
|
||||
"categories": [
|
||||
"serif",
|
||||
"elegant",
|
||||
"classic",
|
||||
"modern",
|
||||
"versatile",
|
||||
"professional"
|
||||
],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Inter & Ibarra",
|
||||
"categories": [
|
||||
"serif",
|
||||
"traditional",
|
||||
"formal",
|
||||
"legible",
|
||||
"business",
|
||||
"professional"
|
||||
],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Rufina & PT Serif",
|
||||
"categories": [
|
||||
"serif",
|
||||
"elegant",
|
||||
"classic",
|
||||
"traditional",
|
||||
"formal",
|
||||
"luxurious"
|
||||
],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Sora",
|
||||
"categories": ["sans-serif", "clean", "modern", "contemporary"],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"version": 2,
|
||||
"title": "Syne",
|
||||
"categories": ["sans-serif", "clean", "modern", "contemporary"],
|
||||
"settings": {
|
||||
"typography": {
|
||||
"fontSizes": [
|
||||
|
|
|
@ -834,8 +834,8 @@
|
|||
"core/columns": {
|
||||
"spacing": {
|
||||
"blockGap": {
|
||||
"left": "var(--wp--preset--spacing--40)",
|
||||
"top": "var(--wp--preset--spacing--30)"
|
||||
"left": "var(--wp--preset--spacing--50)",
|
||||
"top": "var(--wp--preset--spacing--50)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -13,17 +13,17 @@
|
|||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:paragraph {"align":"left"} -->
|
||||
<p class="has-text-align-left"><?php esc_html_e('September 15, 2024 — 4:00 PM', 'blissed');?><br /><?php esc_html_e('Whispering Pines, Lake Tahoe, CA', 'blissed');?><br /><?php esc_html_e('Reception to follow ceremony', 'blissed');?></p>
|
||||
<p class="has-text-align-left"><?php esc_html_e('September 15, 2024 — 4:00 PM<br>Whispering Pines, Lake Tahoe, CA<br>Reception to follow ceremony', 'blissed');?></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:group {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"blockGap":"var:preset|spacing|20","margin":{"bottom":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group" style="margin-bottom:var(--wp--preset--spacing--50)">
|
||||
<div class="wp-block-group" style="margin-bottom:var(--wp--preset--spacing--50)"><!-- wp:heading {"level":1,"className":"no-underline","fontSize":"large"} -->
|
||||
<h1 class="wp-block-heading no-underline has-large-font-size"><?php esc_html_e('<a href="#" data-type="page" data-id="391">Our story</a>', 'blissed');?></h1>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:navigation {"layout":{"type":"flex","orientation":"vertical"}} /-->
|
||||
|
||||
</div>
|
||||
<!-- wp:heading {"level":1,"className":"no-underline","fontSize":"large"} -->
|
||||
<h1 class="wp-block-heading no-underline has-large-font-size"><?php esc_html_e('<a href="#" data-type="page" data-id="391">RSVP</a>', 'blissed');?></h1>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
|
||||
<!-- /wp:group -->
|
|
@ -12,21 +12,23 @@
|
|||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group"><!-- wp:paragraph {"className":"no-underline"} -->
|
||||
<p class="no-underline"><a href="#ceremony" data-type="internal" data-id="#ceremony"><?php esc_html_e('Ceremony', 'blissed');?></a></p>
|
||||
<p class="no-underline"><?php echo __('<a href="#ceremony" data-type="internal" data-id="#ceremony">Ceremony</a>', 'blissed');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"className":"no-underline"} -->
|
||||
<p class="no-underline"><a href="#ceremony" data-type="internal" data-id="#ceremony"><?php esc_html_e('Reception', 'blissed');?></a></p>
|
||||
<p class="no-underline"><?php echo __('<a href="#ceremony" data-type="internal" data-id="#ceremony">Reception</a>', 'blissed');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"className":"no-underline"} -->
|
||||
<p class="no-underline"><a href="#ceremony" data-type="internal" data-id="#ceremony"><?php esc_html_e('Accommodations', 'blissed');?></a></p>
|
||||
<p class="no-underline"><?php echo __('<a href="#ceremony" data-type="internal" data-id="#ceremony">Accommodations</a>', 'blissed');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"className":"no-underline"} -->
|
||||
<p class="no-underline"><a href="#ceremony" data-type="internal" data-id="#ceremony"><?php esc_html_e('Wedding Registry', 'blissed');?></a></p>
|
||||
<p class="no-underline"><?php echo __('<a href="#ceremony" data-type="internal" data-id="#ceremony">Wedding Registry</a>', 'blissed');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
</div>
|
||||
<!-- wp:paragraph {"className":"no-underline"} -->
|
||||
<p class="no-underline"><?php echo __('<a href="/blog" data-type="internal" data-id="#ceremony">Blog</a>', 'blissed');?></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
|
@ -14,12 +14,6 @@ Blissed is a theme created to serve as a comprehensive hub for all your wedding-
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.3 =
|
||||
* Update footer.php (#8021)
|
||||
|
||||
= 1.2 =
|
||||
* Update footer.php (#8009)
|
||||
|
||||
= 1.1 =
|
||||
* Blissed: Fix the footer (#7985)
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Blissed is a theme created to serve as a comprehensive hub for all
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.5
|
||||
Requires PHP: 5.7
|
||||
Version: 1.3
|
||||
Version: 1.1
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: blissed
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,60 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* brightblog functions and definitions
|
||||
*
|
||||
* @link https://developer.wordpress.org/themes/basics/theme-functions/
|
||||
*
|
||||
* @package brightblog
|
||||
* @since brightblog 1.0
|
||||
*/
|
||||
|
||||
|
||||
if ( ! function_exists( 'brightblog_support' ) ) :
|
||||
|
||||
/**
|
||||
* Sets up theme defaults and registers support for various WordPress features.
|
||||
*
|
||||
* @since brightblog 1.0
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function brightblog_support() {
|
||||
|
||||
// Enqueue editor styles.
|
||||
add_editor_style( 'style.css' );
|
||||
|
||||
// Make theme available for translation.
|
||||
load_theme_textdomain( 'brightblog' );
|
||||
}
|
||||
|
||||
endif;
|
||||
|
||||
add_action( 'after_setup_theme', 'brightblog_support' );
|
||||
|
||||
if ( ! function_exists( 'brightblog_styles' ) ) :
|
||||
|
||||
/**
|
||||
* Enqueue styles.
|
||||
*
|
||||
* @since brightblog 1.0
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function brightblog_styles() {
|
||||
|
||||
// Register theme stylesheet.
|
||||
wp_register_style(
|
||||
'brightblog-style',
|
||||
get_stylesheet_directory_uri() . '/style.css',
|
||||
array(),
|
||||
wp_get_theme()->get( 'Version' )
|
||||
);
|
||||
|
||||
// Enqueue theme stylesheet.
|
||||
wp_enqueue_style( 'brightblog-style' );
|
||||
|
||||
}
|
||||
|
||||
endif;
|
||||
|
||||
add_action( 'wp_enqueue_scripts', 'brightblog_styles' );
|
|
@ -1 +0,0 @@
|
|||
<!-- wp:pattern {"slug":"brightblog/footer-pages"} /-->
|
|
@ -1 +0,0 @@
|
|||
<!-- wp:pattern {"slug":"brightblog/footer"} /-->
|
|
@ -1 +0,0 @@
|
|||
<!-- wp:pattern {"slug":"brightblog/header-pages"} /-->
|
|
@ -1,3 +0,0 @@
|
|||
<!-- wp:group {"backgroundColor":"secondary","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group has-secondary-background-color has-background"><!-- wp:site-logo {"width":48} /--></div>
|
||||
<!-- /wp:group -->
|
|
@ -1 +0,0 @@
|
|||
<!-- wp:pattern {"slug":"brightblog/post-meta"} /-->
|
|
@ -1 +0,0 @@
|
|||
<!-- wp:pattern {"slug":"brightblog/sidebar"} /-->
|
|
@ -1,41 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: 404
|
||||
* Slug: brightblog/404
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:columns {"align":"full","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"margin":{"top":"0rem","bottom":"0rem"},"blockGap":{"top":"0rem","left":"0rem"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|secondary","style":"solid","width":"4rem"},"right":[],"bottom":[],"left":[]}}} -->
|
||||
<div class="wp-block-columns alignfull" style="border-top-color:var(--wp--preset--color--secondary);border-top-style:solid;border-top-width:4rem;margin-top:0rem;margin-bottom:0rem;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:column {"width":"20%","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column" style="flex-basis:20%"><!-- wp:template-part {"slug":"sidebar"} /--></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"80%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|custom-coral-dream-1"}}}},"backgroundColor":"white","textColor":"custom-coral-dream-1","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column has-custom-coral-dream-1-color has-white-background-color has-text-color has-background has-link-color" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:80%"><!-- wp:group {"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group"><!-- wp:group {"align":"full"} -->
|
||||
<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","style":{"dimensions":{"minHeight":"55vh"}},"backgroundColor":"tertiary","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull has-tertiary-background-color has-background" style="min-height:55vh"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|60","padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|80","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
|
||||
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--50)"><!-- wp:heading {"textAlign":"left","level":1,"style":{"elements":{"link":{"color":{"text":"var:preset|color|custom-coral-dream-1"}}},"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|30"}}},"textColor":"custom-coral-dream-1"} -->
|
||||
<h1 class="wp-block-heading has-text-align-left has-custom-coral-dream-1-color has-text-color has-link-color" id="oops-that-page-can-t-be-found" style="padding-top:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--30)"><?php echo __('That page<br>can’t be found.', 'brightblog');?></h1>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group"><!-- wp:paragraph -->
|
||||
<p><?php echo __('Maybe try a search?', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:search {"showLabel":false,"width":100,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:spacer {"height":"var:preset|spacing|70"} -->
|
||||
<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer-pages"} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
|
@ -1,11 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: About
|
||||
* Slug: brightblog/about
|
||||
* Inserter: no
|
||||
*/
|
||||
|
||||
?>
|
||||
<!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
|
||||
<p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><?php echo esc_html__( 'A beautifully designed WordPress blog theme displaying large typography and customizable color palettes. With its clean and modern design, Brightblog offers a unique and engaging way to showcase your blog content.', 'brightblog' ); ?></p>
|
||||
<!-- /wp:paragraph -->
|
|
@ -1,55 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: archive
|
||||
* Slug: brightblog/archive
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:columns {"align":"full","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"margin":{"top":"0rem","bottom":"0rem"},"blockGap":{"top":"0rem","left":"0rem"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|secondary","style":"solid","width":"4rem"},"right":[],"bottom":[],"left":[]}}} -->
|
||||
<div class="wp-block-columns alignfull" style="border-top-color:var(--wp--preset--color--secondary);border-top-style:solid;border-top-width:4rem;margin-top:0rem;margin-bottom:0rem;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:column {"width":"20%","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column" style="flex-basis:20%"><!-- wp:template-part {"slug":"sidebar"} /--></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"80%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|custom-coral-dream-1"}}}},"backgroundColor":"white","textColor":"custom-coral-dream-1","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column has-custom-coral-dream-1-color has-white-background-color has-text-color has-background has-link-color" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:80%"><!-- wp:group {"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group"><!-- wp:group {"align":"full"} -->
|
||||
<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","backgroundColor":"tertiary","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull has-tertiary-background-color has-background"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|60","padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|80","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
|
||||
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--50)"><!-- wp:query-title {"type":"archive","textColor":"custom-coral-dream-1"} /-->
|
||||
|
||||
<!-- wp:query {"queryId":0,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-query"><!-- wp:post-template {"style":{"spacing":{"blockGap":"var:preset|spacing|60"}},"layout":{"type":"constrained"}} -->
|
||||
<!-- wp:post-title {"textAlign":"left","isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"x-large"} /-->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|80"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--80)"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-date {"style":{"spacing":{"blockGap":"1rem"}}} /-->
|
||||
|
||||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"1rem"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} -->
|
||||
<p class="has-rubik-font-family" style="font-size:1rem"><?php echo __('·', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:post-terms {"term":"category","style":{"spacing":{"blockGap":"1rem"}}} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:post-excerpt {"moreText":"Read more","showMoreOnNewLine":false,"fontSize":"medium"} /--></div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:post-template -->
|
||||
|
||||
<!-- wp:query-pagination {"align":"full"} -->
|
||||
<!-- wp:query-pagination-previous {"label":"Previous"} /-->
|
||||
|
||||
<!-- wp:query-pagination-numbers /-->
|
||||
|
||||
<!-- wp:query-pagination-next {"label":"Next"} /-->
|
||||
<!-- /wp:query-pagination --></main>
|
||||
<!-- /wp:query --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer-pages"} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
|
@ -1,52 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: Comments
|
||||
* slug: brightblog/comments
|
||||
* inserter: no
|
||||
*/
|
||||
|
||||
?>
|
||||
|
||||
<!-- wp:comments {"className":"wp-block-comments-query-loop"} -->
|
||||
<div class="wp-block-comments wp-block-comments-query-loop">
|
||||
<!-- wp:comments-title {"level":3} /-->
|
||||
|
||||
<!-- wp:comment-template -->
|
||||
<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"var:preset|spacing|50"}}}} -->
|
||||
<div class="wp-block-group" style="margin-top:0;margin-bottom:var(--wp--preset--spacing--50)">
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"},"style":{"spacing":{"blockGap":"0.5em"}}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:avatar {"size":40,"style":{"spacing":{"margin":{"top":"0.5em"}}}} /-->
|
||||
|
||||
<!-- wp:group -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:comment-author-name /-->
|
||||
|
||||
<!-- wp:group {"layout":{"type":"flex"},"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.5em"}}} -->
|
||||
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
|
||||
<!-- wp:comment-date {"format":"F j, Y \\a\\t g:i a"} /-->
|
||||
|
||||
<!-- wp:comment-edit-link /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:comment-content /-->
|
||||
|
||||
<!-- wp:comment-reply-link /-->
|
||||
</div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:comment-template -->
|
||||
|
||||
<!-- wp:comments-pagination -->
|
||||
<!-- wp:comments-pagination-previous /-->
|
||||
<!-- wp:comments-pagination-numbers /-->
|
||||
<!-- wp:comments-pagination-next /-->
|
||||
<!-- /wp:comments-pagination -->
|
||||
|
||||
<!-- wp:post-comments-form /-->
|
||||
</div>
|
||||
<!-- /wp:comments -->
|
|
@ -1,35 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: footer-pages
|
||||
* Slug: brightblog/footer-pages
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"backgroundColor":"secondary","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group has-secondary-background-color has-background" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"><!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"},"blockGap":"var:preset|spacing|70"}}} -->
|
||||
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)"><!-- wp:heading {"level":3,"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"medium"} -->
|
||||
<h3 class="wp-block-heading has-medium-font-size" style="font-style:normal;font-weight:400"><?php echo __('Whether you\'re a blogger, photographer, or creative professional, Brightblog is a versatile theme that will shine your content. Its magazine-inspired layout and customizable design make it the perfect choice for anyone looking to elevate your blog to the next level.', 'brightblog');?></h3>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase"}},"fontSize":"small"} -->
|
||||
<p class="has-small-font-size" style="font-style:normal;font-weight:500;text-transform:uppercase"><?php echo __('<a href="#">Tumblr</a>', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase"}},"fontSize":"small"} -->
|
||||
<p class="has-small-font-size" style="font-style:normal;font-weight:500;text-transform:uppercase"><?php echo __('<a href="#">Instg</a>', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"500","textTransform":"uppercase"}},"fontSize":"small"} -->
|
||||
<p class="has-small-font-size" style="font-style:normal;font-weight:500;text-transform:uppercase"><?php echo __('<a href="#">Fcbk</a>', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:paragraph {"align":"left","fontSize":"small"} -->
|
||||
<p class="has-text-align-left has-small-font-size"><?php echo __('Designed with <a rel="nofollow" href="https://wordpress.org">WordPress</a>', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
|
@ -1,47 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: footer
|
||||
* Slug: brightblog/footer
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"backgroundColor":"secondary","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group has-secondary-background-color has-background" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|80","bottom":"var:preset|spacing|80"}}}} -->
|
||||
<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--80);padding-bottom:var(--wp--preset--spacing--80)"><!-- wp:columns {"align":"full","style":{"spacing":{"blockGap":{"top":"0"}}}} -->
|
||||
<div class="wp-block-columns alignfull"><!-- wp:column {"width":"40%"} -->
|
||||
<div class="wp-block-column" style="flex-basis:40%"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->
|
||||
<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group"><!-- wp:heading {"fontSize":"x-large"} -->
|
||||
<h2 class="wp-block-heading has-x-large-font-size"><a href="#"><?php esc_html_e('Tumblr', 'brightblog');?></a></h2>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:heading {"fontSize":"x-large"} -->
|
||||
<h2 class="wp-block-heading has-x-large-font-size"><a href="#"><?php esc_html_e('Instgrm', 'brightblog');?></a></h2>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:heading {"fontSize":"x-large"} -->
|
||||
<h2 class="wp-block-heading has-x-large-font-size"><a href="#"><?php esc_html_e('Fcbook', 'brightblog');?></a></h2>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:paragraph {"align":"left"} -->
|
||||
<p class="has-text-align-left"><?php esc_html_e('Designed with WordPress', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
|
||||
<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"60%","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column" style="flex-basis:60%"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:heading {"level":3} -->
|
||||
<h3 class="wp-block-heading"><?php esc_html_e('Whether you\'re a blogger, photographer, or creative professional, Brightblog is a versatile theme that will shine your content. Its magazine-inspired layout and customizable design make it the perfect choice for anyone looking to elevate your blog to the next level.', 'brightblog');?></h3>
|
||||
<!-- /wp:heading --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
|
@ -1,27 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: header-pages
|
||||
* Slug: brightblog/header-pages
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0rem","bottom":"0rem"},"blockGap":"0px"}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group alignfull" style="margin-top:0rem;margin-bottom:0rem;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
|
||||
<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px","margin":{"top":"0rem","bottom":"0rem"}}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0rem;margin-bottom:0rem;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"0px","top":"0px","right":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"flex","justifyContent":"space-between","verticalAlignment":"top"}} -->
|
||||
<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:navigation {"textColor":"primary","overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"600","lineHeight":"1"},"spacing":{"blockGap":"0rem"}},"fontSize":"large"} /-->
|
||||
|
||||
<!-- wp:image {"width":54,"height":54,"sizeSlug":"full","linkDestination":"custom"} -->
|
||||
<figure class="wp-block-image size-full is-resized"><a href="/"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/brightblog_brand-d.png" alt="" width="54" height="54"/></a></figure>
|
||||
<!-- /wp:image --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
|
||||
<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:group -->
|
|
@ -1,49 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: home
|
||||
* Slug: brightblog/home
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:columns {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":{"top":"0","left":"0"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|secondary","style":"solid","width":"4vh"},"right":[],"bottom":[],"left":[]}}} -->
|
||||
<div class="wp-block-columns alignfull" style="border-top-color:var(--wp--preset--color--secondary);border-top-style:solid;border-top-width:4vh;margin-top:0;margin-bottom:0"><!-- wp:column {"verticalAlignment":"top","width":"20%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column is-vertically-aligned-top" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:20%"><!-- wp:template-part {"slug":"sidebar"} /--></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"80%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:80%"><!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"parents":[]},"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-query alignfull"><!-- wp:group {"align":"full","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group alignfull"><!-- wp:post-template {"align":"full"} -->
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->
|
||||
<div class="wp-block-group"><!-- wp:post-featured-image {"isLink":true,"aspectRatio":"9/16","width":"","height":"","style":{"color":[],"layout":{"selfStretch":"fixed","flexSize":"40%"}}} /-->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0rem","padding":{"right":"var:preset|spacing|40","left":"var:preset|spacing|40","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group"><!-- wp:post-title {"textAlign":"left","level":1,"isLink":true} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|40"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--40)"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-date {"style":{"spacing":{"blockGap":"1rem"}}} /-->
|
||||
|
||||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"1rem"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} -->
|
||||
<p class="has-rubik-font-family" style="font-size:1rem"><?php esc_html_e('·', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:post-terms {"term":"category","style":{"spacing":{"blockGap":"1rem"}}} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:post-excerpt {"moreText":"","fontSize":"medium"} /-->
|
||||
|
||||
<!-- wp:read-more {"content":"⇢","className":"no-underline","style":{"typography":{"textDecoration":"none"}},"fontSize":"x-large"} /--></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:post-template --></div>
|
||||
<!-- /wp:group --></main>
|
||||
<!-- /wp:query -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","align":"full"} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
|
@ -1,49 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: index
|
||||
* Slug: brightblog/index
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:columns {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":{"top":"0","left":"0"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|secondary","style":"solid","width":"4vh"},"right":[],"bottom":[],"left":[]}}} -->
|
||||
<div class="wp-block-columns alignfull" style="border-top-color:var(--wp--preset--color--secondary);border-top-style:solid;border-top-width:4vh;margin-top:0;margin-bottom:0"><!-- wp:column {"verticalAlignment":"top","width":"20%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column is-vertically-aligned-top" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:20%"><!-- wp:template-part {"slug":"sidebar"} /--></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"80%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:80%"><!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"parents":[]},"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-query alignfull"><!-- wp:group {"align":"full","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group alignfull"><!-- wp:post-template {"align":"full"} -->
|
||||
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->
|
||||
<div class="wp-block-group"><!-- wp:post-featured-image {"isLink":true,"aspectRatio":"9/16","width":"","height":"","style":{"color":[],"layout":{"selfStretch":"fixed","flexSize":"40%"}}} /-->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"margin":{"top":"0","bottom":"0"},"blockGap":"0rem","padding":{"right":"var:preset|spacing|40","left":"var:preset|spacing|40","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group"><!-- wp:post-title {"textAlign":"left","level":1,"isLink":true} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|40"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--40)"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-date {"style":{"spacing":{"blockGap":"1rem"}}} /-->
|
||||
|
||||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"1rem"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} -->
|
||||
<p class="has-rubik-font-family" style="font-size:1rem"><?php esc_html_e('·', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:post-terms {"term":"category","style":{"spacing":{"blockGap":"1rem"}}} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:post-excerpt {"moreText":"","fontSize":"medium"} /-->
|
||||
|
||||
<!-- wp:read-more {"content":"⇢","className":"no-underline","style":{"typography":{"textDecoration":"none"}},"fontSize":"x-large"} /--></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:post-template --></div>
|
||||
<!-- /wp:group --></main>
|
||||
<!-- /wp:query -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","tagName":"footer","align":"full"} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
|
@ -1,87 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: page
|
||||
* Slug: issue/page
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:columns {"align":"full","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"margin":{"top":"0rem","bottom":"0rem"},"blockGap":{"top":"0rem","left":"0rem"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|secondary","style":"solid","width":"4rem"},"right":[],"bottom":[],"left":[]}}} -->
|
||||
<div class="wp-block-columns alignfull" style="border-top-color:var(--wp--preset--color--secondary);border-top-style:solid;border-top-width:4rem;margin-top:0rem;margin-bottom:0rem;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:column {"width":"22.5%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:22.5%"><!-- wp:group {"style":{"spacing":{"padding":{"bottom":"2rem"}}},"backgroundColor":"secondary","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group has-secondary-background-color has-background" style="padding-bottom:2rem"><!-- wp:site-logo {"width":48} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0px","margin":{"top":"0px","bottom":"0px"},"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"}}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:spacer {"height":"8rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
|
||||
<div style="margin-top:0px;margin-bottom:0px;height:8rem" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0rem","right":"4rem","bottom":"0rem","left":"4rem"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0rem;padding-right:4rem;padding-bottom:0rem;padding-left:4rem"><!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"600","lineHeight":"1","textTransform":"uppercase"},"spacing":{"blockGap":"0.5rem"}},"fontSize":"small"} /-->
|
||||
|
||||
<!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
|
||||
<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:paragraph {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} -->
|
||||
<p style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px">MagBlog is a brightblogzine-style theme design that displays blog posts, reviews, artwork, photography, and, why not, news. It comes in different colors and styles to spark your creativity. Make it your theme now.</p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"77.5%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:77.5%"><!-- wp:query {"queryId":0,"query":{"perPage":100,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]},"tagName":"main","align":"full","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-query alignfull"><!-- wp:group {"align":"full","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull"><!-- wp:post-template {"align":"full"} -->
|
||||
<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0rem","bottom":"0rem"},"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"4rem"}},"layout":{"type":"flex","flexWrap":"wrap"}} -->
|
||||
<div class="wp-block-group alignfull" style="margin-top:0rem;margin-bottom:0rem;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:post-featured-image {"isLink":true,"aspectRatio":"auto","width":"33.3%","height":"80vh","style":{"color":{"duotone":["#352c3a","#ffeec8"]},"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} /-->
|
||||
|
||||
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"2rem"}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-title {"textAlign":"left","level":1,"isLink":true} /-->
|
||||
|
||||
<!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
|
||||
<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0rem"}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group"><!-- wp:post-date /-->
|
||||
|
||||
<!-- wp:post-terms {"term":"category"} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
|
||||
<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:post-excerpt {"excerptLength":100} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0px"}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:spacer {"height":"4rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
|
||||
<div style="margin-top:0px;margin-bottom:0px;height:4rem" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:image {"id":360,"width":32,"height":32,"sizeSlug":"full","linkDestination":"none"} -->
|
||||
<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/vector_arrow-1.png" alt="" class="wp-image-360" width="32" height="32"/></figure>
|
||||
<!-- /wp:image -->
|
||||
|
||||
<!-- wp:spacer {"height":"2rem","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
|
||||
<div style="margin-top:0px;margin-bottom:0px;height:2rem" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:post-template --></div>
|
||||
<!-- /wp:group --></main>
|
||||
<!-- /wp:query -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer","theme":"brightblog","tagName":"footer","align":"full"} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
|
@ -1,19 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: post-meta
|
||||
* Slug: brightblog/post-meta
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"flex"}} -->
|
||||
<div class="wp-block-group alignwide" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-date {"isLink":true,"style":{"spacing":{"blockGap":"1rem"},"elements":{"link":{"color":{"text":"var:preset|color|custom-coral-dream-1"}}}},"textColor":"custom-coral-dream-1"} /-->
|
||||
|
||||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"1rem"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} -->
|
||||
<p class="has-rubik-font-family" style="font-size:1rem"><?php echo __('·', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:post-terms {"term":"category","style":{"spacing":{"blockGap":"1rem"}}} /--></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
|
@ -1,61 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: search
|
||||
* Slug: brightblog/search
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:columns {"align":"full","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"margin":{"top":"0rem","bottom":"0rem"},"blockGap":{"top":"0rem","left":"0rem"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|secondary","style":"solid","width":"4rem"},"right":[],"bottom":[],"left":[]}}} -->
|
||||
<div class="wp-block-columns alignfull" style="border-top-color:var(--wp--preset--color--secondary);border-top-style:solid;border-top-width:4rem;margin-top:0rem;margin-bottom:0rem;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:column {"width":"20%","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column" style="flex-basis:20%"><!-- wp:template-part {"slug":"sidebar"} /--></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"80%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|custom-coral-dream-1"}}}},"backgroundColor":"white","textColor":"custom-coral-dream-1","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column has-custom-coral-dream-1-color has-white-background-color has-text-color has-background has-link-color" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:80%"><!-- wp:group {"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group"><!-- wp:group {"align":"full"} -->
|
||||
<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","backgroundColor":"tertiary","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull has-tertiary-background-color has-background"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|60","padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|80","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
|
||||
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--50)"><!-- wp:query-title {"type":"search"} /-->
|
||||
|
||||
<!-- wp:search {"showLabel":false,"width":100,"widthUnit":"%","buttonPosition":"button-inside","buttonUseIcon":true} /-->
|
||||
|
||||
<!-- wp:spacer {"height":"var:preset|spacing|70"} -->
|
||||
<div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
|
||||
<!-- /wp:spacer -->
|
||||
|
||||
<!-- wp:query {"queryId":0,"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"tagName":"main","layout":{"type":"constrained"}} -->
|
||||
<main class="wp-block-query"><!-- wp:post-template {"style":{"spacing":{"blockGap":"var:preset|spacing|60"}},"layout":{"type":"constrained"}} -->
|
||||
<!-- wp:post-title {"textAlign":"left","isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}},"fontSize":"x-large"} /-->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|80"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--50);margin-bottom:var(--wp--preset--spacing--80)"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-date {"style":{"spacing":{"blockGap":"1rem"}}} /-->
|
||||
|
||||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"1rem"},"spacing":{"blockGap":"1rem"}},"fontFamily":"rubik"} -->
|
||||
<p class="has-rubik-font-family" style="font-size:1rem"><?php echo __('·', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:post-terms {"term":"category","style":{"spacing":{"blockGap":"1rem"}}} /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:post-excerpt {"moreText":"Read more","showMoreOnNewLine":false,"fontSize":"medium"} /--></div>
|
||||
<!-- /wp:group -->
|
||||
<!-- /wp:post-template -->
|
||||
|
||||
<!-- wp:query-pagination {"align":"full"} -->
|
||||
<!-- wp:query-pagination-previous {"label":"Previous"} /-->
|
||||
|
||||
<!-- wp:query-pagination-numbers /-->
|
||||
|
||||
<!-- wp:query-pagination-next {"label":"Next"} /-->
|
||||
<!-- /wp:query-pagination --></main>
|
||||
<!-- /wp:query --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer-pages"} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
|
@ -1,29 +0,0 @@
|
|||
<?php
|
||||
/**
|
||||
* Title: sidebar
|
||||
* Slug: brightblog/sidebar
|
||||
* Categories: hidden
|
||||
* Inserter: no
|
||||
*/
|
||||
?>
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|50"}}},"backgroundColor":"secondary","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group has-secondary-background-color has-background" style="padding-bottom:var(--wp--preset--spacing--50)"><!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
|
||||
<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->
|
||||
<div class="wp-block-group"><!-- wp:site-logo {"width":48,"shouldSyncIcon":true,"style":{"color":[]}} /-->
|
||||
|
||||
<!-- wp:site-title /--></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:navigation {"overlayMenu":"always","icon":"menu","overlayBackgroundColor":"secondary","overlayTextColor":"primary","style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"center","orientation":"vertical"}} /--></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"blockGap":"var:preset|spacing|40"}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"><!-- wp:paragraph -->
|
||||
<p><?php esc_html_e('Brightblog is a beautifully designed WordPress blog theme that displays large typography and diverse color palettes.', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:paragraph -->
|
||||
<p><?php esc_html_e('With its clean and modern design, Brightblog offers a unique and engaging way to showcase your blog content.', 'brightblog');?></p>
|
||||
<!-- /wp:paragraph --></div>
|
||||
<!-- /wp:group -->
|
|
@ -1,159 +0,0 @@
|
|||
== Brightblog ==
|
||||
|
||||
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 ==
|
||||
|
||||
Brightblog is a blog theme displaying large typography and vibrant color palettes. With its clean and modern design, the theme offers a unique and engaging way to showcase your blog content.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial release
|
||||
|
||||
|
||||
== Copyright ==
|
||||
|
||||
Brightblog WordPress Theme, (C) 2024 Automattic
|
||||
Brightblog 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.
|
||||
|
||||
|
||||
Brightblog is based on Blogorama (https://github.com/wordpress/blogorama/), (C) Automattic, [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
|
||||
|
||||
|
||||
== Fonts ==
|
||||
|
||||
Linik Sans
|
||||
Copyright 2020 The Inter Project Authors (https://github.com/rsms/inter)
|
||||
Source: https://rsms.me/
|
||||
License: OFL 1.1 (SIL Open Font License, Version 1.1)
|
||||
|
||||
Rubik
|
||||
Copyright 2015 The Rubik Project Authors (https://github.com/googlefonts/rubik)
|
||||
Source: http://www.google.com/fonts
|
||||
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
|
||||
|
||||
Platypi
|
||||
Copyright 2024 The Platypi Project Authors (https://github.com/d-sargent/platypi)
|
||||
License: This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is available with a FAQ at: https://openfontlicense.org
|
||||
|
||||
Uncut Sans
|
||||
Copyright 2021 Kasper Nordkvist
|
||||
Source: https://uncut.wtf/
|
||||
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
|
||||
|
||||
Overused Grotesk
|
||||
Copyright (c) 2023, Bao Nguyen (RandomMaerks) (rmforbusiness@gmail.com)
|
||||
License: This Font Software is licensed under the SIL Open Font License, Version 1.1.
|
||||
This license is copied below, and is also available with a FAQ at:
|
||||
http://scripts.sil.org/OFL
|
||||
|
||||
|
||||
-----------------------------------------------------------
|
||||
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
|
||||
-----------------------------------------------------------
|
||||
|
||||
PREAMBLE
|
||||
The goals of the Open Font License (OFL) are to stimulate worldwide
|
||||
development of collaborative font projects, to support the font creation
|
||||
efforts of academic and linguistic communities, and to provide a free and
|
||||
open framework in which fonts may be shared and improved in partnership
|
||||
with others.
|
||||
|
||||
The OFL allows the licensed fonts to be used, studied, modified and
|
||||
redistributed freely as long as they are not sold by themselves. The
|
||||
fonts, including any derivative works, can be bundled, embedded,
|
||||
redistributed and/or sold with any software provided that any reserved
|
||||
names are not used by derivative works. The fonts and derivatives,
|
||||
however, cannot be released under any other type of license. The
|
||||
requirement for fonts to remain under this license does not apply
|
||||
to any document created using the fonts or their derivatives.
|
||||
|
||||
DEFINITIONS
|
||||
"Font Software" refers to the set of files released by the Copyright
|
||||
Holder(s) under this license and clearly marked as such. This may
|
||||
include source files, build scripts and documentation.
|
||||
|
||||
"Reserved Font Name" refers to any names specified as such after the
|
||||
copyright statement(s).
|
||||
|
||||
"Original Version" refers to the collection of Font Software components as
|
||||
distributed by the Copyright Holder(s).
|
||||
|
||||
"Modified Version" refers to any derivative made by adding to, deleting,
|
||||
or substituting -- in part or in whole -- any of the components of the
|
||||
Original Version, by changing formats or by porting the Font Software to a
|
||||
new environment.
|
||||
|
||||
"Author" refers to any designer, engineer, programmer, technical
|
||||
writer or other person who contributed to the Font Software.
|
||||
|
||||
PERMISSION & CONDITIONS
|
||||
Permission is hereby granted, free of charge, to any person obtaining
|
||||
a copy of the Font Software, to use, study, copy, merge, embed, modify,
|
||||
redistribute, and sell modified and unmodified copies of the Font
|
||||
Software, subject to the following conditions:
|
||||
|
||||
1) Neither the Font Software nor any of its individual components,
|
||||
in Original or Modified Versions, may be sold by itself.
|
||||
|
||||
2) Original or Modified Versions of the Font Software may be bundled,
|
||||
redistributed and/or sold with any software, provided that each copy
|
||||
contains the above copyright notice and this license. These can be
|
||||
included either as stand-alone text files, human-readable headers or
|
||||
in the appropriate machine-readable metadata fields within text or
|
||||
binary files as long as those fields can be easily viewed by the user.
|
||||
|
||||
3) No Modified Version of the Font Software may use the Reserved Font
|
||||
Name(s) unless explicit written permission is granted by the corresponding
|
||||
Copyright Holder. This restriction only applies to the primary font name as
|
||||
presented to the users.
|
||||
|
||||
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
|
||||
Software shall not be used to promote, endorse or advertise any
|
||||
Modified Version, except to acknowledge the contribution(s) of the
|
||||
Copyright Holder(s) and the Author(s) or with their explicit written
|
||||
permission.
|
||||
|
||||
5) The Font Software, modified or unmodified, in part or in whole,
|
||||
must be distributed entirely under this license, and must not be
|
||||
distributed under any other license. The requirement for fonts to
|
||||
remain under this license does not apply to any document created
|
||||
using the Font Software.
|
||||
|
||||
TERMINATION
|
||||
This license becomes null and void if any of the above conditions are
|
||||
not met.
|
||||
|
||||
DISCLAIMER
|
||||
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
|
||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
|
||||
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
|
||||
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
|
||||
OTHER DEALINGS IN THE FONT SOFTWARE.
|
||||
|
||||
== Images ==
|
||||
|
||||
Generated with AI on Midjourney, released under the CC0 license.
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 267 KiB |
|
@ -1,64 +0,0 @@
|
|||
/*
|
||||
Theme Name: Brightblog
|
||||
Theme URI: https://themeshaper.com/brightblog/
|
||||
Author: Automattic
|
||||
Author URI: https://automattic.com
|
||||
Description: Brightblog is a blog theme displaying large typography and vibrant color palettes. With its clean and modern design, the theme offers a unique and engaging way to showcase your blog content.
|
||||
Requires at least: 5.8
|
||||
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: brightblog
|
||||
Tags: blog, entertainment, news, two-columns, left-sidebar, wide-blocks, block-patterns, block-styles, custom-background, custom-colors, custom-logo, editor-style, featured-images, full-site-editing, post-formats, style-variations, template-editing, theme-options
|
||||
|
||||
/**
|
||||
* Currently table styles are only available with 'wp-block-styles'
|
||||
* theme support (block css) thus the following needs to be included
|
||||
* since 'wp-block-styles' aren't used for this theme.
|
||||
* https://github.com/WordPress/gutenberg/issues/45065
|
||||
*/
|
||||
|
||||
/*
|
||||
* 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);
|
||||
}
|
||||
|
||||
/**
|
||||
* Currently table styles are only available with 'wp-block-styles'
|
||||
* theme support (block css) thus the following needs to be included
|
||||
* since 'wp-block-styles' aren't used for this theme.
|
||||
* https://github.com/WordPress/gutenberg/issues/45065
|
||||
*/
|
||||
.wp-block-table thead {
|
||||
border-bottom: 3px solid;
|
||||
}
|
||||
.wp-block-table tfoot {
|
||||
border-top: 3px solid;
|
||||
}
|
||||
.wp-block-table td,
|
||||
.wp-block-table th {
|
||||
padding: var(--wp--preset--spacing--30);
|
||||
border: 1px solid;
|
||||
word-break: normal;
|
||||
}
|
||||
.wp-block-table figcaption {
|
||||
font-size: var(--wp--preset--font-size--small);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/*
|
||||
* Link styles
|
||||
* https://github.com/WordPress/gutenberg/issues/42319
|
||||
*/
|
||||
a {
|
||||
text-decoration-thickness: .0625em !important;
|
||||
text-underline-offset: .15em;
|
||||
}
|
|
@ -1,100 +0,0 @@
|
|||
{
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"color": "#083045",
|
||||
"name": "Primary",
|
||||
"slug": "primary"
|
||||
},
|
||||
{
|
||||
"color": "#5dd8ff",
|
||||
"name": "Secondary",
|
||||
"slug": "secondary"
|
||||
},
|
||||
{
|
||||
"color": "#083045",
|
||||
"name": "Foreground",
|
||||
"slug": "foreground"
|
||||
},
|
||||
{
|
||||
"color": "#e1ff8d",
|
||||
"name": "Background",
|
||||
"slug": "background"
|
||||
},
|
||||
{
|
||||
"color": "#ccf3ff",
|
||||
"name": "Tertiary",
|
||||
"slug": "tertiary"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/avatar": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--coraldreams)"
|
||||
}
|
||||
},
|
||||
"core/image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--coraldreams)"
|
||||
}
|
||||
},
|
||||
"core/post-featured-image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--coraldreams)"
|
||||
}
|
||||
},
|
||||
"core/site-logo": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--coraldreams)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--linik-sans)"
|
||||
}
|
||||
},
|
||||
"title": "Coral Dreams",
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json"
|
||||
}
|
|
@ -1,100 +0,0 @@
|
|||
{
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"color": "#084545",
|
||||
"name": "Primary",
|
||||
"slug": "primary"
|
||||
},
|
||||
{
|
||||
"color": "#ffccd5",
|
||||
"name": "Secondary",
|
||||
"slug": "secondary"
|
||||
},
|
||||
{
|
||||
"color": "#084545",
|
||||
"name": "Foreground",
|
||||
"slug": "foreground"
|
||||
},
|
||||
{
|
||||
"color": "#4cffff",
|
||||
"name": "Background",
|
||||
"slug": "background"
|
||||
},
|
||||
{
|
||||
"color": "#ffe5ea",
|
||||
"name": "Tertiary",
|
||||
"slug": "tertiary"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/avatar": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--frozenpink)"
|
||||
}
|
||||
},
|
||||
"core/image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--frozenpink)"
|
||||
}
|
||||
},
|
||||
"core/post-featured-image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--frozenpink)"
|
||||
}
|
||||
},
|
||||
"core/site-logo": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--frozenpink)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--linik-sans)"
|
||||
}
|
||||
},
|
||||
"title": "Frozen Pink",
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json"
|
||||
}
|
|
@ -1,100 +0,0 @@
|
|||
{
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"color": "#45080d",
|
||||
"name": "Primary",
|
||||
"slug": "primary"
|
||||
},
|
||||
{
|
||||
"color": "#ff6673",
|
||||
"name": "Secondary",
|
||||
"slug": "secondary"
|
||||
},
|
||||
{
|
||||
"color": "#45080d",
|
||||
"name": "Foreground",
|
||||
"slug": "foreground"
|
||||
},
|
||||
{
|
||||
"color": "#ff99a1",
|
||||
"name": "Background",
|
||||
"slug": "background"
|
||||
},
|
||||
{
|
||||
"color": "#ffe5e8",
|
||||
"name": "Tertiary",
|
||||
"slug": "tertiary"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/avatar": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--kissgoodbye)"
|
||||
}
|
||||
},
|
||||
"core/image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--kissgoodbye)"
|
||||
}
|
||||
},
|
||||
"core/post-featured-image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--kissgoodbye)"
|
||||
}
|
||||
},
|
||||
"core/site-logo": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--kissgoodbye)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--linik-sans)"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--linik-sans)"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--linik-sans)"
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--linik-sans)"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--linik-sans)"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--linik-sans)"
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--linik-sans)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
},
|
||||
"title": "Kiss Goodbye",
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json"
|
||||
}
|
|
@ -1,112 +0,0 @@
|
|||
{
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"color": "#083045",
|
||||
"name": "Primary",
|
||||
"slug": "primary"
|
||||
},
|
||||
{
|
||||
"color": "#99ffc2",
|
||||
"name": "Secondary",
|
||||
"slug": "secondary"
|
||||
},
|
||||
{
|
||||
"color": "#083045",
|
||||
"name": "Foreground",
|
||||
"slug": "foreground"
|
||||
},
|
||||
{
|
||||
"color": "#e5ccff",
|
||||
"name": "Background",
|
||||
"slug": "background"
|
||||
},
|
||||
{
|
||||
"color": "#e5fff0",
|
||||
"name": "Tertiary",
|
||||
"slug": "tertiary"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/avatar": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--mintboneyard)"
|
||||
}
|
||||
},
|
||||
"core/image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--mintboneyard)"
|
||||
}
|
||||
},
|
||||
"core/post-featured-image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--mintboneyard)"
|
||||
}
|
||||
},
|
||||
"core/site-logo": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--mintboneyard)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500"
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500"
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--linik-sans)"
|
||||
}
|
||||
},
|
||||
"title": "Mint Boneyard",
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json"
|
||||
}
|
|
@ -1,100 +0,0 @@
|
|||
{
|
||||
"settings": {
|
||||
"color": {
|
||||
"palette": [
|
||||
{
|
||||
"color": "#451c08",
|
||||
"name": "Primary",
|
||||
"slug": "primary"
|
||||
},
|
||||
{
|
||||
"color": "#2bccff",
|
||||
"name": "Secondary",
|
||||
"slug": "secondary"
|
||||
},
|
||||
{
|
||||
"color": "#451c08",
|
||||
"name": "Foreground",
|
||||
"slug": "foreground"
|
||||
},
|
||||
{
|
||||
"color": "#ffe4cc",
|
||||
"name": "Background",
|
||||
"slug": "background"
|
||||
},
|
||||
{
|
||||
"color": "#ccf3ff",
|
||||
"name": "Tertiary",
|
||||
"slug": "tertiary"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/avatar": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--peachyocean)"
|
||||
}
|
||||
},
|
||||
"core/image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--peachyocean)"
|
||||
}
|
||||
},
|
||||
"core/post-featured-image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--peachyocean)"
|
||||
}
|
||||
},
|
||||
"core/site-logo": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--peachyocean)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"elements": {
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--platypi)"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--platypi)"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--platypi)"
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--platypi)"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--platypi)"
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--platypi)"
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--platypi)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)"
|
||||
}
|
||||
},
|
||||
"title": "Peachy Ocean",
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json"
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
<!-- wp:pattern {"slug":"brightblog/404"} /-->
|
|
@ -1 +0,0 @@
|
|||
<!-- wp:pattern {"slug":"brightblog/archive"} /-->
|
|
@ -1 +0,0 @@
|
|||
<!-- wp:pattern {"slug":"brightblog/home"} /-->
|
|
@ -1 +0,0 @@
|
|||
<!-- wp:pattern {"slug":"brightblog/index"} /-->
|
|
@ -1,21 +0,0 @@
|
|||
<!-- wp:columns {"align":"full","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"margin":{"top":"0rem","bottom":"0rem"},"blockGap":{"top":"0rem","left":"0rem"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|secondary","style":"solid","width":"4rem"},"right":[],"bottom":[],"left":[]}}} -->
|
||||
<div class="wp-block-columns alignfull" style="border-top-color:var(--wp--preset--color--secondary);border-top-style:solid;border-top-width:4rem;margin-top:0rem;margin-bottom:0rem;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:column {"width":"20%","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column" style="flex-basis:20%"><!-- wp:template-part {"slug":"sidebar"} /--></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"80%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|custom-coral-dream-1"}}}},"backgroundColor":"white","textColor":"custom-coral-dream-1","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column has-custom-coral-dream-1-color has-white-background-color has-text-color has-background has-link-color" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:80%"><!-- wp:group {"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group"><!-- wp:group {"align":"full"} -->
|
||||
<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","backgroundColor":"tertiary","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull has-tertiary-background-color has-background"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|60","padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|80","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
|
||||
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--80);padding-left:var(--wp--preset--spacing--50)"><!-- wp:post-title {"level":1,"style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|30"}}}} /-->
|
||||
|
||||
<!-- wp:post-content {"lock":{"move":false,"remove":false},"layout":{"type":"constrained"}} /--></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer-pages"} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
|
@ -1 +0,0 @@
|
|||
<!-- wp:pattern {"slug":"brightblog/search"} /-->
|
|
@ -1,25 +0,0 @@
|
|||
<!-- wp:columns {"align":"full","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"margin":{"top":"0rem","bottom":"0rem"},"blockGap":{"top":"0rem","left":"0rem"}},"border":{"color":null,"style":null,"width":null,"top":{"color":"var:preset|color|secondary","style":"solid","width":"4rem"},"right":[],"bottom":[],"left":[]}}} -->
|
||||
<div class="wp-block-columns alignfull" style="border-top-color:var(--wp--preset--color--secondary);border-top-style:solid;border-top-width:4rem;margin-top:0rem;margin-bottom:0rem;padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem"><!-- wp:column {"width":"20%","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column" style="flex-basis:20%"><!-- wp:template-part {"slug":"sidebar"} /--></div>
|
||||
<!-- /wp:column -->
|
||||
|
||||
<!-- wp:column {"width":"80%","style":{"spacing":{"padding":{"top":"0rem","right":"0rem","bottom":"0rem","left":"0rem"},"blockGap":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|custom-coral-dream-1"}}}},"backgroundColor":"white","textColor":"custom-coral-dream-1","layout":{"type":"default"}} -->
|
||||
<div class="wp-block-column has-custom-coral-dream-1-color has-white-background-color has-text-color has-background has-link-color" style="padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem;flex-basis:80%"><!-- wp:group {"backgroundColor":"tertiary","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group has-tertiary-background-color has-background"><!-- wp:group {"align":"full"} -->
|
||||
<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignfull"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30","padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained","justifyContent":"left"}} -->
|
||||
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--50)"><!-- wp:post-title {"level":1,"style":{"spacing":{"padding":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|30"}}}} /-->
|
||||
|
||||
<!-- wp:template-part {"slug":"post-meta"} /-->
|
||||
|
||||
<!-- wp:post-content {"lock":{"move":false,"remove":false},"layout":{"type":"constrained"}} /--></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:post-featured-image {"aspectRatio":"4/3","align":"full","style":{"color":[]}} /--></div>
|
||||
<!-- /wp:group --></div>
|
||||
<!-- /wp:group -->
|
||||
|
||||
<!-- wp:template-part {"slug":"footer-pages"} /--></div>
|
||||
<!-- /wp:column --></div>
|
||||
<!-- /wp:columns -->
|
|
@ -1,832 +0,0 @@
|
|||
{
|
||||
"settings": {
|
||||
"appearanceTools": true,
|
||||
"color": {
|
||||
"customDuotone": true,
|
||||
"customGradient": false,
|
||||
"defaultDuotone": false,
|
||||
"defaultGradients": false,
|
||||
"defaultPalette": true,
|
||||
"duotone": [
|
||||
{
|
||||
"colors": [
|
||||
"#45083B",
|
||||
"#FFEFCC"
|
||||
],
|
||||
"name": "Default",
|
||||
"slug": "default"
|
||||
},
|
||||
{
|
||||
"colors": [
|
||||
"#083045",
|
||||
"#CCF3FF"
|
||||
],
|
||||
"name": "Coral Dreams",
|
||||
"slug": "coraldreams"
|
||||
},
|
||||
{
|
||||
"colors": [
|
||||
"#451C08",
|
||||
"#CCF3FF"
|
||||
],
|
||||
"name": "Peachy Ocean",
|
||||
"slug": "peachyocean"
|
||||
},
|
||||
{
|
||||
"colors": [
|
||||
"#084545",
|
||||
"#FFE5EA"
|
||||
],
|
||||
"name": "Frozen Pink",
|
||||
"slug": "frozenpink"
|
||||
},
|
||||
{
|
||||
"colors": [
|
||||
"#45080D",
|
||||
"#FFE5E8"
|
||||
],
|
||||
"name": "Kiss Goodbye",
|
||||
"slug": "kissgoodbye"
|
||||
},
|
||||
{
|
||||
"colors": [
|
||||
"#083045",
|
||||
"#E5FFF0"
|
||||
],
|
||||
"name": "Mint Boneyard",
|
||||
"slug": "mintboneyard"
|
||||
}
|
||||
],
|
||||
"gradients": [],
|
||||
"palette": [
|
||||
{
|
||||
"color": "#45083b",
|
||||
"name": "Primary",
|
||||
"slug": "primary"
|
||||
},
|
||||
{
|
||||
"color": "#ffc549",
|
||||
"name": "Secondary",
|
||||
"slug": "secondary"
|
||||
},
|
||||
{
|
||||
"color": "#45083b",
|
||||
"name": "Foreground",
|
||||
"slug": "foreground"
|
||||
},
|
||||
{
|
||||
"color": "#ff754c",
|
||||
"name": "Background",
|
||||
"slug": "background"
|
||||
},
|
||||
{
|
||||
"color": "#ffefcc",
|
||||
"name": "Tertiary",
|
||||
"slug": "tertiary"
|
||||
}
|
||||
],
|
||||
"text": true
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "720px",
|
||||
"wideSize": "1200px"
|
||||
},
|
||||
"shadow": {
|
||||
"defaultPresets": true,
|
||||
"presets": []
|
||||
},
|
||||
"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,
|
||||
"defaultFontSizes": false,
|
||||
"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": "Linik Sans",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/linik-sans_normal_500.ttf"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Linik Sans",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/linik-sans_italic_500.ttf"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Linik Sans",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/linik-sans_italic_400.ttf"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Linik Sans",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/linik-sans_normal_400.ttf"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontFamily": "Linik Sans",
|
||||
"slug": "linik-sans"
|
||||
},
|
||||
{
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Rubik",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300",
|
||||
"src": [
|
||||
"file:./assets/fonts/rubik_normal_300.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Rubik",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/rubik_normal_400.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Rubik",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/rubik_normal_500.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Rubik",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "300",
|
||||
"src": [
|
||||
"file:./assets/fonts/rubik_italic_300.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Rubik",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/rubik_italic_400.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Rubik",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/rubik_italic_500.woff2"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontFamily": "Rubik, sans-serif",
|
||||
"name": "Rubik",
|
||||
"slug": "rubik"
|
||||
},
|
||||
{
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/Platypi-Regular.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "700",
|
||||
"src": [
|
||||
"file:./assets/fonts/Platypi-Bold.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/Platypi-Italic.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "Platypi",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "700",
|
||||
"src": [
|
||||
"file:./assets/fonts/Platypi-BoldItalic.woff2"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontFamily": "Platypi",
|
||||
"name": "Platypi",
|
||||
"slug": "platypi"
|
||||
},
|
||||
{
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "\"Uncut Sans\"",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300",
|
||||
"src": [
|
||||
"file:./assets/fonts/UncutSans-Light.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "\"Uncut Sans\"",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
"src": [
|
||||
"file:./assets/fonts/UncutSans-Medium.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "\"Uncut Sans\"",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/UncutSans-Regular.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "\"Uncut Sans\"",
|
||||
"fontStyle": "italic",
|
||||
"fontWeight": "400",
|
||||
"src": [
|
||||
"file:./assets/fonts/UncutSans-RegularItalic.woff2"
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontFamily": "\"Uncut Sans\"",
|
||||
"name": "Uncut Sans",
|
||||
"slug": "uncut-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"
|
||||
},
|
||||
{
|
||||
"fluid": {
|
||||
"max": "6rem",
|
||||
"min": "5.75rem"
|
||||
},
|
||||
"name": "Double Extra Large",
|
||||
"size": "6rem",
|
||||
"slug": "xx-large"
|
||||
}
|
||||
],
|
||||
"fontStyle": true,
|
||||
"fontWeight": true,
|
||||
"letterSpacing": true,
|
||||
"textDecoration": true,
|
||||
"textTransform": true
|
||||
},
|
||||
"useRootPaddingAwareAlignments": true
|
||||
},
|
||||
"styles": {
|
||||
"blocks": {
|
||||
"core/avatar": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--default)"
|
||||
}
|
||||
},
|
||||
"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/image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--default)"
|
||||
}
|
||||
},
|
||||
"core/list": {
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"left": "var(--wp--preset--spacing--70)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"core/navigation": {
|
||||
"elements": {
|
||||
"link": {
|
||||
":hover": {
|
||||
"typography": {
|
||||
"textDecoration": "underline"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
"blockGap": "var(--wp--preset--spacing--50)"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
||||
"fontSize": "var(--wp--preset--font-size--large)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"letterSpacing": "0.03rem",
|
||||
"lineHeight": "1",
|
||||
"textTransform": "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": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
"letterSpacing": "0rem"
|
||||
}
|
||||
},
|
||||
"core/post-featured-image": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--default)"
|
||||
}
|
||||
},
|
||||
"core/post-terms": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
"letterSpacing": "0rem",
|
||||
"textTransform": "uppercase"
|
||||
}
|
||||
},
|
||||
"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/query-pagination": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--x-large)"
|
||||
}
|
||||
},
|
||||
"core/query-title": {
|
||||
"spacing": {
|
||||
"padding": {
|
||||
"bottom": "var(--wp--preset--spacing--30)",
|
||||
"top": "var(--wp--preset--spacing--70)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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(--wp--preset--font-size--large)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "600"
|
||||
}
|
||||
},
|
||||
"core/read-more": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
"textTransform": "uppercase"
|
||||
}
|
||||
},
|
||||
"core/search": {
|
||||
"border": {
|
||||
"bottom": {
|
||||
"style": "solid",
|
||||
"width": "4px"
|
||||
},
|
||||
"color": null,
|
||||
"left": {
|
||||
"style": "solid",
|
||||
"width": "4px"
|
||||
},
|
||||
"radius": "0px",
|
||||
"right": {
|
||||
"style": "solid",
|
||||
"width": "4px"
|
||||
},
|
||||
"style": null,
|
||||
"top": {
|
||||
"style": "solid",
|
||||
"width": "4px"
|
||||
},
|
||||
"width": null
|
||||
},
|
||||
"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-logo": {
|
||||
"filter": {
|
||||
"duotone": "var(--wp--preset--duotone--default)"
|
||||
}
|
||||
},
|
||||
"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--small)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "700",
|
||||
"letterSpacing": "0rem",
|
||||
"textTransform": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"background": "var(--wp--preset--color--background)",
|
||||
"text": "var(--wp--preset--color--primary)"
|
||||
},
|
||||
"css": ".no-underline a{text-decoration: none;}",
|
||||
"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--tertiary)"
|
||||
}
|
||||
},
|
||||
"h1": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
||||
"fontSize": "6rem",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "400",
|
||||
"letterSpacing": "-0.09rem",
|
||||
"lineHeight": "1.1"
|
||||
}
|
||||
},
|
||||
"h2": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
||||
"fontSize": "var(--wp--preset--font-size--x-large)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300",
|
||||
"letterSpacing": "0rem",
|
||||
"lineHeight": "1.2"
|
||||
}
|
||||
},
|
||||
"h3": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
||||
"fontSize": "var(--wp--preset--font-size--large)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "300",
|
||||
"lineHeight": 1.3999999999999999
|
||||
}
|
||||
},
|
||||
"h4": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
||||
"fontSize": "var(--wp--preset--font-size--medium)",
|
||||
"fontStyle": "normal",
|
||||
"lineHeight": 1.3999999999999999,
|
||||
"textTransform": "uppercase"
|
||||
}
|
||||
},
|
||||
"h5": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"fontStyle": "normal",
|
||||
"lineHeight": 1.3999999999999999
|
||||
}
|
||||
},
|
||||
"h6": {
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"fontStyle": "normal",
|
||||
"letterSpacing": "0.3rem",
|
||||
"lineHeight": 1.3999999999999999,
|
||||
"textTransform": "uppercase"
|
||||
}
|
||||
},
|
||||
"heading": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--primary)"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--rubik)",
|
||||
"fontStyle": "normal",
|
||||
"lineHeight": 1.3999999999999999
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
":hover": {
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--primary)"
|
||||
},
|
||||
"typography": {
|
||||
"textDecoration": "none"
|
||||
}
|
||||
},
|
||||
"color": {
|
||||
"text": "var(--wp--preset--color--primary)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"spacing": {
|
||||
"blockGap": "var(--wp--preset--spacing--60)",
|
||||
"padding": {
|
||||
"bottom": "0",
|
||||
"left": "var(--wp--preset--spacing--50)",
|
||||
"right": "var(--wp--preset--spacing--50)",
|
||||
"top": "0"
|
||||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--uncut-sans)",
|
||||
"fontSize": "var(--wp--preset--font-size--medium)",
|
||||
"letterSpacing": "0rem",
|
||||
"lineHeight": "1.5"
|
||||
}
|
||||
},
|
||||
"templateParts": [
|
||||
{
|
||||
"area": "header",
|
||||
"name": "header"
|
||||
},
|
||||
{
|
||||
"area": "footer",
|
||||
"name": "footer"
|
||||
}
|
||||
],
|
||||
"version": 3,
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json"
|
||||
}
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
<!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|60","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
|
||||
<div class="wp-block-group alignwide" style="padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|40"},"elements":{"link":{"color":{"text":"var:preset|color|base"}}}},"textColor":"base","layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group alignwide has-base-color has-text-color has-link-color"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"400","letterSpacing":"0px"}},"fontSize":"small"} -->
|
||||
<p class="has-small-font-size" style="font-style:normal;font-weight:400;letter-spacing:0px"><?php esc_html_e('Featured', 'cottage');?></p>
|
||||
<div class="wp-block-group alignwide has-base-color has-text-color has-link-color"><!-- wp:paragraph {"style":{"typography":{"fontStyle":"normal","fontWeight":"400","letterSpacing":"0px"}},"fontSize":"small","fontFamily":"source-sans-3"} -->
|
||||
<p class="has-source-sans-3-font-family has-small-font-size" style="font-style:normal;font-weight:400;letter-spacing:0px"><?php esc_html_e('Featured', 'cottage');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:post-title {"level":3,"isLink":true,"style":{"typography":{"lineHeight":"1.3"}},"fontSize":"xxx-large"} /--></div>
|
||||
|
|
|
@ -10,8 +10,8 @@ declare( strict_types = 1 );
|
|||
|
||||
<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"0.5rem","margin":{"bottom":"var:preset|spacing|60"}}},"layout":{"type":"default"}} -->
|
||||
<div class="wp-block-group alignwide" style="margin-bottom:var(--wp--preset--spacing--60)">
|
||||
<!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"600","letterSpacing":"0px"}},"fontSize":"small"} -->
|
||||
<h2 class="wp-block-heading has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:0px"><?php echo esc_html__( 'Latest Posts', 'cottage' ); ?></h2>
|
||||
<!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"600","letterSpacing":"0px"}},"fontSize":"small","fontFamily":"source-sans-3"} -->
|
||||
<h2 class="wp-block-heading has-source-sans-3-font-family has-small-font-size" style="font-style:normal;font-weight:600;letter-spacing:0px"><?php echo esc_html__( 'Latest Posts', 'cottage' ); ?></h2>
|
||||
<!-- /wp:heading -->
|
||||
|
||||
<!-- wp:separator -->
|
||||
|
|
|
@ -14,8 +14,8 @@ declare( strict_types = 1 );
|
|||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group">
|
||||
<!-- wp:paragraph {"fontSize":"small"} -->
|
||||
<p class="has-small-font-size"><?php esc_html_e('Published by', 'cottage');?></p>
|
||||
<!-- wp:paragraph {"fontSize":"small","fontFamily":"source-sans-3"} -->
|
||||
<p class="has-source-sans-3-font-family has-small-font-size"><?php esc_html_e('Published by', 'cottage');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:post-author-name {"isLink":true} /-->
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
<div class="wp-block-group" style="border-top-color:var(--wp--preset--color--secondary);border-top-width:1px;padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)"><!-- wp:avatar {"size":56} /-->
|
||||
|
||||
<!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
|
||||
<div class="wp-block-group"><!-- wp:paragraph {"fontSize":"small"} -->
|
||||
<p class="has-small-font-size"><?php esc_html_e('Published by', 'cottage');?></p>
|
||||
<div class="wp-block-group"><!-- wp:paragraph {"fontSize":"small","fontFamily":"source-sans-3"} -->
|
||||
<p class="has-source-sans-3-font-family has-small-font-size"><?php esc_html_e('Published by', 'cottage');?></p>
|
||||
<!-- /wp:paragraph -->
|
||||
|
||||
<!-- wp:post-author-name {"isLink":true} /-->
|
||||
|
|
|
@ -12,12 +12,6 @@ Cottage is blogging theme with a cottagecore aesthetic.
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0.2 =
|
||||
* Update theme.json (#8004)
|
||||
|
||||
= 1.0.1 =
|
||||
* Cottage: Update CSS classes (#8003)
|
||||
|
||||
= 1.0.0 =
|
||||
* Initial release
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Description: Cottage is a cottagecore blogging theme based on Tronar theme.
|
|||
Requires at least: 6.0
|
||||
Tested up to: 6.4.2
|
||||
Requires PHP: 5.7
|
||||
Version: 1.0.2
|
||||
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: cottage
|
||||
|
|
|
@ -441,13 +441,19 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"letterSpacing": "normal",
|
||||
"lineHeight": "1.590909091"
|
||||
}
|
||||
},
|
||||
"core/comment-content": {
|
||||
"css": "& p{margin:0;}& p+p{margin-top:1.75rem;}",
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"letterSpacing": "normal",
|
||||
"lineHeight": "1.590909091"
|
||||
}
|
||||
},
|
||||
"core/comment-date": {
|
||||
|
@ -464,7 +470,10 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"letterSpacing": "normal",
|
||||
"lineHeight": "1.590909091"
|
||||
}
|
||||
},
|
||||
"core/comment-edit-link": {
|
||||
|
@ -481,7 +490,10 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"letterSpacing": "normal",
|
||||
"lineHeight": "1.590909091"
|
||||
}
|
||||
},
|
||||
"core/comment-reply-link": {
|
||||
|
@ -528,6 +540,7 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--x-small)",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "500",
|
||||
|
@ -549,7 +562,10 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"letterSpacing": "normal",
|
||||
"lineHeight": "1.590909091"
|
||||
}
|
||||
},
|
||||
"core/comments-title": {
|
||||
|
@ -698,7 +714,10 @@
|
|||
},
|
||||
"core/post-author-biography": {
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"letterSpacing": "normal",
|
||||
"lineHeight": "1.590909091"
|
||||
}
|
||||
},
|
||||
"core/post-author-name": {
|
||||
|
@ -715,7 +734,10 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"letterSpacing": "normal",
|
||||
"lineHeight": "1.590909091"
|
||||
}
|
||||
},
|
||||
"core/post-comments-form": {
|
||||
|
@ -744,7 +766,10 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"letterSpacing": "normal",
|
||||
"lineHeight": "1.590909091"
|
||||
}
|
||||
},
|
||||
"core/post-excerpt": {
|
||||
|
@ -769,6 +794,7 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--large)",
|
||||
"letterSpacing": "normal"
|
||||
}
|
||||
|
@ -787,7 +813,10 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontSize": "var(--wp--preset--font-size--small)"
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"letterSpacing": "normal",
|
||||
"lineHeight": "1.590909091"
|
||||
}
|
||||
},
|
||||
"core/post-title": {
|
||||
|
@ -1021,6 +1050,7 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"letterSpacing": "normal"
|
||||
}
|
||||
},
|
||||
|
@ -1069,6 +1099,7 @@
|
|||
}
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--source-sans-3)",
|
||||
"fontSize": "var(--wp--preset--font-size--small)",
|
||||
"fontWeight": "600",
|
||||
"letterSpacing": "0.04em",
|
||||
|
|
|
@ -36,9 +36,6 @@ rm -rf ./deploy
|
|||
# Do things for all of the themes
|
||||
for THEME_SLUG in */ ; do
|
||||
|
||||
# Remove slashes from the theme slug
|
||||
THEME_SLUG=$(echo $THEME_SLUG | tr -d '/')
|
||||
|
||||
# Skip any classic themes (assuming that none of our classic themes use a theme.json file)
|
||||
if ! test -f "./${THEME_SLUG}/theme.json"; then
|
||||
# echo "Ignoring classic theme ${THEME_SLUG}. Moving on."
|
||||
|
@ -61,16 +58,9 @@ for THEME_SLUG in */ ; do
|
|||
| sed 's/-wpcom//g' \
|
||||
| tr -d '[[:space:]]')
|
||||
|
||||
DIRECTORY_URL="https://wordpress.org/themes/${THEME_SLUG}/"
|
||||
SVN_URL="https://themes.svn.wordpress.org/${THEME_SLUG}/"
|
||||
SVN_DIR="$PWD/deploy/${THEME_SLUG}"
|
||||
|
||||
response=$(curl -s -o /dev/null -w "%{http_code}" "$DIRECTORY_URL")
|
||||
if [ "$response" != "200" ]; then
|
||||
# echo "Theme with slug ${THEME_SLUG} has not been approved to the themes directory. Moving on."
|
||||
continue;
|
||||
fi
|
||||
|
||||
response=$(curl -s -o /dev/null -w "%{http_code}" "$SVN_URL")
|
||||
if [ "$response" != "200" ]; then
|
||||
# echo "No theme with slug ${THEME_SLUG} to be updated. Moving on."
|
||||
|
@ -101,14 +91,6 @@ for THEME_SLUG in */ ; do
|
|||
last_directory=${directories[${#directories[@]}-1]}
|
||||
last_version="${last_directory##*/}"
|
||||
|
||||
# Check if last_version is a later version than THEME_VERSION
|
||||
theme_version_without_decimal=$(echo $THEME_VERSION | tr -d '.')
|
||||
last_version_without_decimal=$(echo $last_version | tr -d '.')
|
||||
if (( last_version_without_decimal > theme_version_without_decimal )); then
|
||||
echo "${THEME_SLUG} version '${last_version}' is newer than '${THEME_VERSION}', so it must not need updating. Moving on."
|
||||
continue;
|
||||
fi
|
||||
|
||||
echo "➤ Upgrading ${THEME_SLUG} from ${last_version} to $THEME_VERSION"
|
||||
|
||||
if [[ $1 == "preview" ]]; then
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue