Skip to content

Commit

Permalink
Fix spelling of Volto Light Theme all over.
Browse files Browse the repository at this point in the history
Replace curly quotes.
Revise index.md.
  • Loading branch information
stevepiercy committed Nov 18, 2024
1 parent cbeba4d commit 53c5be8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/customizing-volto-light-theme/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ myst:
"keywords": "Plone, Volto, Training"
---

# Volto-light-theme Concepts
# Volto Light Theme Concepts

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/customizing-volto-light-theme/creating-new-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Once Cookieplone is installed, run the command below to start the project creati
pipx run cookieplone
```

Youll be prompted with several questions.
You'll be prompted with several questions.
For this tutorial, you should accept the default values by pressing {kbd}`Enter`, except for the following.
[Insert exceptions here.]

Expand Down
26 changes: 11 additions & 15 deletions docs/customizing-volto-light-theme/index.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
---
myst:
html_meta:
"description": "A guide on how to extend the Volto Light Theme"
"property=og:description": "Volto Light Theme"
"property=og:title": "Volto Light Theme"
"keywords": "Plone, Volto, Training"
"description": "Customizing Volto Light Theme"
"property=og:description": "Customizing Volto Light Theme"
"property=og:title": "Customizing Volto Light Theme"
"keywords": "Plone, Volto, Training, Customizing, Volto Light Theme"
---

(volto-light-theme-label)=

# Extending Volto Light Theme
# Customizing Volto Light Theme

About
Level
: Intermediate

*Extending Volto-light-theme* aims to provide developers with comprehensive knowledge and practical skills for theming in Plone 6's Volto frontend by using and extending volto-light-theme.
Customizing Volto Light Theme aims to provide developers with comprehensive knowledge and practical skills for theming in Plone 6's Volto frontend by using and extending Volto Light Theme.

The goal of this training is to guide developers in understanding and effectively working with volto-light-theme to create visually compelling and consistent user interfaces. Due to the scope of the content, the training follows a structured "show and tell" approach, presenting concepts and explaining their usage, while also encouraging participants to put their learning into practice.
The goal of this training is to guide developers in understanding and effectively working with Volto Light Theme to create visually compelling and consistent user interfaces. Due to the scope of the content, the training follows a structured "show and tell" approach, presenting concepts and explaining their usage, while also encouraging participants to put their learning into practice.

Participants will explore essential aspects of volto-light-theme such as setting up theme providers, customizing styles, and understanding how Voltos theming system functions. The training also covers advanced tips, best practices, and lesser-known features to extend volto-light-theme and create more tailored solutions.
Participants will explore essential aspects of Volto Light Theme such as setting up theme providers, customizing styles, and understanding how Volto's theming system functions. The training also covers advanced tips, best practices, and lesser-known features to extend Volto Light Theme and create more tailored solutions.

This training is best suited for developers who have prior experience with Volto and want to deepen their theming knowledge.

Level
: Beginner level


```{toctree}
:caption: Volto Light Theme
:maxdepth: 1
:numbered: true
:numbered:
concepts
creating-new-project
installing-vlt
adding-installing-new-block
theming
question-answer
```
2 changes: 1 addition & 1 deletion docs/customizing-volto-light-theme/installing-vlt.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Here is the list of recommended addons to install, including VLT—which should

### Step 3: Configure Volto Light Theme as the Theme Provider

To leverage a cohesive set of styles, components, and design patterns that align with Voltos best practices, you need to set VLT as your theme provider.
To leverage a cohesive set of styles, components, and design patterns that align with Volto's best practices, you need to set VLT as your theme provider.

Open the `volto.config.js` file in your `frontend` folder and modify it as shown below:

Expand Down

0 comments on commit 53c5be8

Please sign in to comment.