From 4d1dd4f5530a067825bd78a9922a48824a6d5d50 Mon Sep 17 00:00:00 2001 From: penfold00 <109156188+penfold00@users.noreply.github.com> Date: Fri, 1 May 2026 22:17:11 +0200 Subject: [PATCH 1/2] Update themes.mdx corrected typo "concepts to knowN" --- themes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes.mdx b/themes.mdx index 308b4ed..2d31751 100644 --- a/themes.mdx +++ b/themes.mdx @@ -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 @@ -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/). \ No newline at end of file +For community led support about theme development, visit [the forum](https://forum.ghost.org/c/themes/). From c697f406056d36974597124aa71108ec9da9cae8 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 13 May 2026 12:12:44 +0100 Subject: [PATCH 2/2] Apply suggestion from @coderabbitai[bot] Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- themes.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes.mdx b/themes.mdx index 2d31751..d53ace5 100644 --- a/themes.mdx +++ b/themes.mdx @@ -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/).