Add more detailed instructions for Ghost import

This commit is contained in:
Hippo 2022-08-26 17:31:40 +05:30
parent 27594b28c4
commit fede9f2856
1 changed files with 2 additions and 1 deletions

View File

@ -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 @@
<main>
<h1>Ghost User Maker</h1>
<p>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.</p>
<p>Enter your new author details below. Once done, click on the "Generate" button to receive a special file that you can import to your <a href="https://ghost.org" target="_blank">Ghost</a> blog. To do that, go to <i>Settings <span class="icon"><Icon class="icon" icon={faArrowRight}/></span> Labs <span class="icon"><Icon icon={faArrowRight}/></span> Import</i> 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!</p>
<form>
{#if errors.length}