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

推荐订阅源

freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
G
Google Developers Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
S
SegmentFault 最新的问题
宝玉的分享
宝玉的分享
博客园 - Franky
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
月光博客
月光博客
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
小众软件
小众软件
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
Vercel News
Vercel News
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
爱范儿
爱范儿
J
Java Code Geeks
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
阮一峰的网络日志
阮一峰的网络日志

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 2.0 is here with new features
Bright Themes · 2020-04-11 · via Example blog

Ghost 2.0 was released a couple of days ago. Let's take a look at what is new in this release.

The new editor

There is a new editor in Ghost 2.0. Markdown is not the default editor anymore.

This new editor supports a wide variety of content types from rich text to rich media. Of course text is still important and you are still able to use markdown, but now there are dynamic blocks of content like photos, videos, tweets and embeds as well to help you enrich your content.

There is a base set of cards at the moment, with many more to come in the future. If you prefer the old editor you can use the Markdown Card, which will work the same way as the old editor.

Multi-Language support

Ghost blogs can be configured to support multi-lingual content.

Check out the documentation on how to make theme translations.

Custom homepage/structures

With the new Dynamic Routing Ghost provides the possibility define a custom site routing rather than having a static and hard-coded site structure.

For example we can have a custom homepage on the domain home page (/) and the posts being published on /blog/.

Besides that we can specify custom URL structures and content collections and many other things.

Check out the documentation for more details.

Themes

Regarding changes necessary in Ghost themes, there are a few css classes required for the embed cards and different image width outputs.

We already made the necessary adaptions in our themes so that they are compatible with Ghost 2.0.