Add support to add a blog using Ghost, creating a separated blog page
This commit is contained in:
parent
9d714e3c69
commit
7b3b7b386a
10 changed files with 127 additions and 28 deletions
8
src/library/ghost.ts
Normal file
8
src/library/ghost.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import GhostContentAPI from '@tryghost/content-api'
|
||||
import {Ghost} from "@config"
|
||||
|
||||
export const ghostClient = new GhostContentAPI({
|
||||
url: Ghost.Instance,
|
||||
key: Ghost.Key,
|
||||
version: 'v5.0',
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue