← Changelog

Easy theme editing

Make quick changes to your theme code, directly in Ghost
Easy theme editing

One of the best things about Ghost is that you can completely customize how your publication looks and feels, to create a unique, distinctive brand around your work. There's a huge library of Ghost themes to explore, with options to suit just about any use case.

Until today, you could make simple design setting changes directly in Ghost, but for more advanced changes to your theme's code, you'd need to download a zip file, open the theme in a code editor on your computer, save, and upload it back to Ghost again.

Now, you can just click on "Edit code" directly in Ghost and make changes to your theme files, right in the browser.

0:00
/0:17

This feature was created by Ghost community member Murat Çorlu, who came up with a fantastic implementation to solve this problem, and shared his work in the Ghost developer forum:

Theme Editor for Ghost (client-side, no server required)
Hi everyone, Yesterday I built a small open-source project that might be useful for people working with Ghost themes: It’s a client-side theme editor that runs inside Ghost Admin (via script injection). It removes the usual “download → unzip → edit → zip → upload” loop and lets you edit theme files directly in the browser. Key points: Works fully on the client side (no backend required) Downloads the theme zip, edits in-browser, and uploads back Uses Monaco Editor for a better editi…

One of the most powerful things about open source is that if the software you use doesn't work the way you want, you can change it!


Ghost(Pro) users can log in and start enjoying all of this right away! If you're a developer, self-hosting Ghost, this change will be released in v6.39.0 - tomorrow (May 15th)

Get notified when we ship new features.