https://github.com/dfm/gist.gallery
https://github.com/dfm/gist.gallery
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfm/gist.gallery
- Owner: dfm
- License: mit
- Created: 2020-01-09T00:18:40.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2020-06-12T18:22:48.000Z (almost 6 years ago)
- Last Synced: 2025-03-25T06:18:53.160Z (about 1 year ago)
- Language: Python
- Homepage: https://dfm.io/gist.gallery
- Size: 6.06 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gist.gallery
## How to add a new gist:
Add a new line to the [index.json](https://github.com/dfm/gist.gallery/edit/master/index.json) file:
```json
{
"gist_id": "new_gist_id"
}
```
where `new_gist_id` is the ID in the URL for the gist.
For example, the gist ID for the gist `https://gist.github.com/username/1a938ede20bd26ce3dca74637d8b1aee` is `1a938ede20bd26ce3dca74637d8b1aee`.
Then, submit this as a pull request!