Tutorials

How to use Gulp in a Ghost theme

By the end of this tutorial you’ll have a better understanding of how Gulp works and how it can dramatically improve your Ghost theme development experience.
Themes

Moving from WordPress to Ghost

In this tutorial we’ll show you how to export your content from WordPress, import it into a Ghost site, and some of the gotchas during this process.
Content

Add Search to Ghost

In this tutorial we’ll show you how to add search functionality to your Ghost theme.
Themes

Add a contact form to Ghost

Learn how to add a contact form to your Ghost theme using custom templates.
Themes

Adding a table of contents

In this tutorial we’ll show you how to automatically generate a table of contents from the section headings in your content.
Themes

How to create a Google News sitemap with Ghost

Ghost comes with automatic sitemaps for your content, but you can also create a custom sitemap to submit content to Google News.
Dynamic RoutingThemes

Add social networks to Ghost

Add social network links to your Ghost site in the form of recognisable icons by customising your theme.
ThemesSocial

Code syntax highlighting

Discover how to add syntax highlighting, line numbers and copy buttons to your code blocks on your Ghost site.
Themes

Show reading time & progress

Add reading time to your posts as well as bar to show reading progress
Themes

Adding comments

Ghost integrates with a range of services that bring comments to your content, allowing you to interact with your community built with Ghost.
ThemesCommunity

How to make an iTunes Podcast RSS feed with Ghost

Ghost comes with automatic RSS feeds for your content, but you can also create a custom feed using the flexible dynamic routing layer to support specific content types, like videos and podcasts.
Dynamic RoutingThemes

Add Google Custom Search to Ghost

Discover how to add a search functionality to your Ghost publication with the free Google Custom Search tool!
Themes

How to build a related posts block

Learn how to build and deploy a related posts block using partials to keep readers engaged with your content!
Themes

A complete guide to ⚡ AMP templates in Ghost

Ghost ships with a clean, simple AMP template which works with just about any site, but wouldn't it be nice if you could customise it to make it perfectly match your theme and your brand?
Themes

Chronological posts

Learn how to implement chronological content collections on your publication.
Dynamic Routing

Change the URL for tags and authors

Adjust the URL structure of your tag and author taxonomies using dynamic routing and custom templates.
Dynamic Routing

Creating content hubs

The dynamic routing configuration layer in Ghost unlocks the ability to create paginated content hubs called channels.
Dynamic Routing

Building content collections with distinct routes

Split your site into distinct sections to support different content types or topics using collections.
Dynamic Routing

Creating a custom template

Build custom templates and pass them directly to the admin client to be used in individual posts or pages.
Themes

Creating a custom home page

Create entirely customised static content on your publication's home page with dynamic routing and custom themes!
Dynamic Routing

Implementing redirects

Maintain the redirects on your Ghost publication with a single JSON file and ensure your site is SEO friendly and avoid 404 errors!
Configuration

Translation & Multi-language content

By configuring collections and templates you can support multi-language content on your site. This means you can have each language run on a unique URL.
Dynamic Routing

Localising dates in Ghost themes

By default, Ghost outputs dates in English using the timezone of the server hosting your site. Find out how to change this using jQuery!
Themes

Test any open source pull request in seconds

Ever wished it was easier to test out Pull Requests on the Ghost repo? Follow this guide to get your environment setup to test a PR with a single command.
Configuration