generate a user file that can quickly be imported into Ghost
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Hippo ac64a8479a Add meta tags for pretty thumbnail embedding 7 months ago
.vscode Basic Svelte project with input form 8 months ago
public Customise favicon 7 months ago
src Add meta tags for pretty thumbnail embedding 7 months ago
.gitignore Basic Svelte project with input form 8 months ago
LICENSE Add LICENSE 7 months ago
README.md Customise favicon 7 months ago
package.json Add meta tags for pretty thumbnail embedding 7 months ago
rollup.config.js Update all indentation from tabs to spaces 8 months ago
tsconfig.json Basic Svelte project with input form 8 months ago
yarn.lock Add meta tags for pretty thumbnail embedding 7 months ago

README.md

Ghost User Maker

This is a simple webapp that takes in an author's details and exports it in a format that can be imported to Ghost. It has been designed as a workaround to the fact that Ghost doesn't let you directly add authors from the admin panel without going through the process of inviting them via email.

I just want to add my authors!

That's simple! Use the final product at the following link: https://ghost-user-maker.code.snipettemag.com

Development

Ghost User Maker is powered by TypeScript and Svelte, with Yarn for dependency management. After cloning this repo, you can get it going using the normal process:

yarn install
yarn dev

This will start up a live-reload development server at http://localhost:8080 which you can access from your browser.

Deployment

When you're done with coding and ready to deploy, simply run the following command:

yarn build

The output will be saved to the public/ directory, which can then be deployed to any ordinary static HTTP server. That's right, there's no special backend process needed to keep this app running 😉

Similarly, if you want to deploy your site on a service like Netlify, you can use yarn build as the build command and public/ as the directory to be published.

Contributing

Since this is a simple app, there's not much left to do, but if you feel there's something missing, contributions would be welcome! Feel free to open an issue, comment, or pull request as appropriate. And, thanks in advance!

Credits

This project is licensed under the GPL version 3 (or later). See the LICENSE file for details. If you want to use this software under a different license instead, feel free to raise an issue and we'll get in touch.