Ghost/ghost/email-service
Simon Backx d9c92816e0 Added dynamic text truncation in email latest posts
refs https://github.com/TryGhost/Team/issues/2675

Truncate text depending on mobile/desktop and feature image.
2023-03-24 12:15:16 +01:00
..
lib Added dynamic text truncation in email latest posts 2023-03-24 12:15:16 +01:00
test Added dynamic text truncation in email latest posts 2023-03-24 12:15:16 +01:00
.eslintrc.js
index.js
package.json
README.md

Email Service

Manages how posts are sent via email

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests