From fede9f28567b4d5870ffce49553eb4d655dc06b7 Mon Sep 17 00:00:00 2001 From: Hippo Date: Fri, 26 Aug 2022 17:31:40 +0530 Subject: [PATCH] Add more detailed instructions for Ghost import --- src/App.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 426311d..9ebdbd6 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -7,6 +7,7 @@ import Icon from 'fa-svelte' import { faCode } from '@fortawesome/free-solid-svg-icons/faCode' import { faPaw } from '@fortawesome/free-solid-svg-icons/faPaw' + import { faArrowRight } from '@fortawesome/free-solid-svg-icons/faArrowRight' export let name: string; export let email: string; @@ -132,7 +133,7 @@

Ghost User Maker

-

Enter your new author details below. Once done, click on the "Generate" button to receive a special file that you can import to Ghost to add the author details to the "staff". This will let you select them as the author when publishing a post.

+

Enter your new author details below. Once done, click on the "Generate" button to receive a special file that you can import to your Ghost blog. To do that, go to Settings Labs Import in your Ghost dashboard, and import the JSON file you downloaded from here. The details will be added to "staff" and you can select them as the author when publishing a post!

{#if errors.length}