Skip to content

Commit

Permalink
add some light fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Jan 7, 2025
1 parent c0dac0c commit 2580a3f
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
10 changes: 10 additions & 0 deletions src/css/global-site.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,13 @@ pre {
:where(h1,h2,h3,h4,h5,h6) code {
font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
text-wrap: balance;
text-wrap: pretty;
}
2 changes: 1 addition & 1 deletion training/Block-Based-Themes/01-overview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lesson 1: Anatomy of a block based theme

Block Based Themes (sometimes referred to as Full Site Editing) are a new way of building WordPress themes. Instead of using PHP templates, you build your theme using blocks. This means that everything in your theme is a block, from the header to the footer, and everything in between.
Block Based Themes _(sometimes referred to as Full Site Editing or FSE for short)_ are a new way of building WordPress themes. Instead of using PHP templates, you build your theme using blocks. This means that everything in your theme is a block, from the header to the footer, and everything in between.

In this lesson, we'll take a look at the anatomy of a block based theme, and how you can start building your own.

Expand Down
8 changes: 7 additions & 1 deletion training/Block-Based-Themes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ keywords: [gutenberg, wordpress block editor, training, course, fse, full site e

# 10up Block Based Themes Training

*Coming Soon*
:::info
This training course is currently in progress. Check back soon for updates.
:::

## Overview

This training course is designed to help you build and customize block-based themes. It assumes some basic knowledge of general WordPress development and an understanding of what blocks are. If you're new to blocks, we recommend starting with our [Building Blocks](/training/Blocks/) training course.
5 changes: 5 additions & 0 deletions training/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ keywords: [gutenberg, wordpress block editor, training, course, fse, full site e
## Overview

On this page, you will find a collection of training courses designed to help you build and customize WordPress themes and blocks.

## Courses

- [Building Blocks](/training/Blocks/)
- [Building Block-based Themes](/training/Block-Based-Themes/)

0 comments on commit 2580a3f

Please sign in to comment.