-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
22 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
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Hatsu JSON Feed Extension | ||
|
||
To allow you to customize your postings, Hatsu defines a JSON Feed extension that uses the `_hatsu` key. | ||
|
||
All extension keys for the Hatsu JSON Feed Extension are optional. | ||
|
||
> Note: everything here is experimental. It is always subject to breaking changes and does not follow semver. | ||
## Top-level | ||
|
||
The following applies to the [Top-level JSON Feed](https://www.jsonfeed.org/version/1.1/#top-level-a-name-top-level-a). | ||
|
||
- `about` (optional but strongly recommended, string) is the URL used to introduce this extension to humans. should be [https://github.com/importantimport/hatsu/issues/1](https://github.com/importantimport/hatsu/issues/1) . | ||
- `banner_image` (optional, string) is the URL of the banner image for the website in hatsu. | ||
|
||
## items | ||
|
||
The following applies to the [JSON Feed Item](https://www.jsonfeed.org/version/1.1/#items-a-name-items-a). | ||
|
||
- `about` (optional but strongly recommended, string) is the URL used to introduce this extension to humans. should be `https://github.com/importantimport/hatsu/issues/1`. |