-
-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description for how to obtain credentials from ghost platform (#194)
Refer #193
- Loading branch information
Showing
1 changed file
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,21 @@ | ||
No Documentation Provided by Author | ||
[Ghost](https://ghost.org/) is an open-source blog and membership application. | ||
|
||
# Resource configuration and set-up | ||
|
||
To add a Ghost resource, you need to create a custom integration for your Ghost website. | ||
|
||
1. **api_url** - this is the API URL. | ||
2. **api_key** - this is the Admin API key. | ||
|
||
# Adding a Custom Integration to Your Ghost Website | ||
|
||
1. Navigate to the admin section of your Ghost website and go to settings. | ||
2. In the advanced section of settings, click on the custom tab under integrations. | ||
3. Create a new custom integration by clicking on the "Add Custom Integration" button. | ||
4. Give your custom integration a name. | ||
5. At this stage, your **api_url** and **api_key** will be displayed. | ||
6. Finally, click "Save & Close" to complete setting up your Ghost custom integration. | ||
|
||
For more details, you can refer to the following help articles: | ||
|
||
* [Custom Integrations + Ghost](https://ghost.org/integrations/custom-integrations/) |