Ghost/ghost/webmentions
Fabien "egg" O'Carroll 560d168169 Added site title and author to Mention entity
refs https://github.com/TryGhost/Team/issues/2435

We've made these fields optional, and we may need to extend this to other fields
too as we discover more about the data we're able to get access to.
2023-01-19 18:41:49 +07:00
..
lib Added site title and author to Mention entity 2023-01-19 18:41:49 +07:00
test Added site title and author to Mention entity 2023-01-19 18:41:49 +07:00
.eslintrc.js
index.js
package.json
README.md

Webmentions

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