Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Ghost also makes use of an additional library called `express-hbs` which adds so

If you’ve previously built themes for other popular platforms, working with the Ghost theme layer is extremely accessible. This documentation gives you the tools required to create static HTML and CSS for a theme, using Handlebars expressions when you need to render dynamic data.

Our tutorial on the [essential concepts to known when building a Ghost theme](https://ghost.org/tutorials/essential-concepts/), provides a fantastic introduction to everything you need to know to start building beautiful themes.
Our tutorial on the [essential concepts to know when building a Ghost theme](https://ghost.org/tutorials/essential-concepts/), provides a fantastic introduction to everything you need to know to start building beautiful themes.

## Handlebars

Expand Down Expand Up @@ -59,4 +59,4 @@ gscan -z /path/to/download/theme.zip

That’s all of the background context required to get started. From here, take a look at the [structure](/themes/structure/) of Ghost themes and templates, and learn everything you need to know about the `package.json` file.

For community led support about theme development, visit [the forum](https://forum.ghost.org/c/themes/).
For community-led support about theme development, visit [the forum](https://forum.ghost.org/c/themes/).