惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
MyScale Blog
MyScale Blog
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
J
Java Code Geeks
U
Unit 42
Blog — PlanetScale
Blog — PlanetScale
L
LangChain Blog
C
Check Point Blog
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
Vercel News
Vercel News
腾讯CDC
GbyAI
GbyAI
有赞技术团队
有赞技术团队
S
SegmentFault 最新的问题
H
Help Net Security
博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net
Microsoft Security Blog
Microsoft Security Blog
小众软件
小众软件

Example blog

Ghost routing explained with routes.yaml examples — routes, collections & taxonomies Ghost redirects explained with practical redirects.yaml examples How to Serve JSON or XML Data in Ghost How to Change Your Default Post Template in Ghost Ghost Custom Theme Settings How to add Google Fonts to Ghost Themes How to Configure Ghost with Mailgun Ghost Theme Structure & Organization How to Make Custom Templates in Ghost Themes How to Install Ghost CMS via Ghost-CLI How to Add Syntax Highlighting to Ghost The best Ghost CMS hosting platforms Ghost 6.0 — Social Web and Native Ghost Analytics Ghost CMS Social web beta, email 2FA and more author social links How to keep custom design settings when updating your Ghost theme How to use the public preview card in Ghost How to add members-specific sections in Ghost How to customize the default content CTA in Ghost How to build a custom homepage in Ghost An overview of Ghost editor cards and and how they work Ghost CMS News: One-time payments & collecting sales tax How to customize the private site access template in Ghost How to add custom fonts in Ghost themes Ghost CMS News: Additional payment methods & internal linking How to use Code Injection in Ghost How to set meta data of your custom routes & collections in Ghost Ghost CMS News: TK reminders, ActivityPub and improvements How to format dates and use the date helper in Ghost Ghost CMS internationalization, custom fonts & spam protection Understanding and optimizing post and page settings in Ghost CMS
Ghost 5.0 released 🎉
Bright Themes · 2022-05-24 · via Example blog

The Ghost Team announced the release of Ghost 5.0 as the next generation of powerful technology for independent publishers.

This release is a comprehensive overview of what the team has been working on for the last couple of months.

What's new in Ghost v5?

Here are some of the features included in Ghost v5:

  • dashboard improvements: there are detailed audience analytics and insights that will help you better understand how your publication is performing
  • multiple newsletters: you can create multiple different newsletters for a single site, and you will have control over the branding and design of each newsletter individually
  • publishing flow: a new publishing flow was designed, making it simpler and more user friendly
  • tiers & offers: you can have paid subscribers, at different levels with monthly and yearly billing intervals using the membership tiers functionality, additionally you can also now create discounts and promotions using the offers feature
  • email design settings: you can customize your email and newsletter from the Admin
  • new editor cards: a lot of new content cards were added in the last few months giving you even more options to be creative with your content
  • custom design settings: themes can define their own settings so you can update the look and feel of your site right inside the admin

Actually, there is much more, check out the official changelog for more.

Breaking changes in Ghost 5.0

As is the case for every major release, there are some breaking changes. On the technical side it's important to note:

Warning

MySQL 8 is the only supported database for both development and production environments.

Here are some other things you should look out for before updating:

  • The {{@price}} helper has been replaced with {{price}}
  • The {{@products}} helper has been replaced with {{tiers}}
  • The {{@member.product}} has been replaced with {{@member.subscriptions}}
  • The paid tiers now have numeric monthly_price and yearly_price attributes (currency attributes are separate)
  • Card assets will now be included by default, including bookmark and gallery cards (this can be changed in the package.json file)
  • The {{@blog}}  feature has been removed

All changes are documented in the Breaking Changes section and also on GitHub If your theme uses deprecated helpers and features you will have to replace them with the new ones.

Tip

Gscan was updated and can be used to validate your theme.

Ghost 5.0 Themes

As there are some breaking changes, if you are looking for a Ghost theme, you have to make sure compatibility is not an issue. The most important points were mentioned under the breaking changes section.