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.
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.
In this tutorial we’ll show you how to add search functionality to your Ghost theme.
Add a contact form to Ghost
Learn how to add a contact form to your Ghost theme using custom templates.
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.
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.
Add social networks to Ghost
Add social network links to your Ghost site in the form of recognisable icons by customising your theme.
Discover how to add syntax highlighting, line numbers and copy buttons to your code blocks on your Ghost site.
Show reading time & progress
Add reading time to your posts as well as bar to show reading progress
Ghost integrates with a range of services that bring comments to your content, allowing you to interact with your community built with Ghost.
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.
Add Google Custom Search to Ghost
Discover how to add a search functionality to your Ghost publication with the free Google Custom Search tool!
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!
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?
Learn how to implement chronological content collections on your publication.
Change the URL for tags and authors
Adjust the URL structure of your tag and author taxonomies using dynamic routing and custom templates.
The dynamic routing configuration layer in Ghost unlocks the ability to create paginated content hubs called channels.
Building content collections with distinct routes
Split your site into distinct sections to support different content types or topics using collections.
Creating a custom template
Build custom templates and pass them directly to the admin client to be used in individual posts or pages.
Creating a custom home page
Create entirely customised static content on your publication's home page with dynamic routing and custom themes!
Maintain the redirects on your Ghost publication with a single JSON file and ensure your site is SEO friendly and avoid 404 errors!
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.
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!
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.