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

推荐订阅源

WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
月光博客
月光博客
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
U
Unit 42
腾讯CDC
爱范儿
爱范儿
J
Java Code Geeks
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
B
Blog
Stack Overflow Blog
Stack Overflow Blog
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Azure Blog
Microsoft Azure Blog
T
Tailwind CSS 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 CMS News: Automatic list cleaning & email troublesh...
Bright Themes · 2023-02-27 · via Example blog

The newsletter feature has matured a lot and the Ghost team is adding even more features and some quality of life improvements. Let's explore what's new.

Automatic list cleaning

Keeping your deliverability rates high is an important part of your newsletter, and it's never been easier with the new automatic list cleaning Ghost keeps your email list clean. If emails sent to a member consistently fail, or are marked as spam, then emails for that account will be automatically disabled.

Users can still re-enable newsletters from their account settings, in the event that emails are mistakenly disabled.

Staff users in Ghost can also view and manage disabled emails from within admin.

Email troubleshooting

The member account area is now populated with dynamically customized tips and suggestions for anyone who's having trouble receiving emails.

This can help the small percentage of emails that get caught up in the wrong place due to overzealous spam filters, or arbitrary email client algorithms. Unfortunatelt, these issues can't be avoided completely, this can answer the most common issues subscribers might be facing.

Taste and Episode themes

The Ghost team released two brand new official themes, designed specifically for food writing and podcast creators:

  • Taste - an elegant, minimalist Ghost theme focused on food writing, that is integrated with memberships, newsletters, comments, search, and everything else you need to share recipes on a food blog.

  • Episode - allows podcasters to create a website to showcase the latest episodes, and give listeners the opportunity to support their work directly through memberships.

Ghost VS Code extension

A brand new official VS Code extension was released to help make Ghost theme editing and creation as easy as possible.

Here's what it can help with:

  • learn how to build Ghost themes: Hover over any Ghost syntax to get a quick explanation, example, and link to the docs for more information. This feature is enabled automatically for any Ghost template file you open in VS Code.
  • search and access Ghost's official docs right from the editor: Open VS Code's command palette and search for ghost or docs. Choose Search Ghost's documentation and enter your search term. Select what you're looking for, and it'll open right there in the editor.
  • the extension will autocomplete your code: Autocomplete speeds up your development process and helps you to recall options for more complex helpers like {{#get}}.
  • dynamic autocompletes that use your theme's package.json configuration to generate custom snippets for responsive images and custom settings.

Download the extension