Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futagoza/gist-blogger
https://github.com/futagoza/gist-blogger
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/futagoza/gist-blogger
- Owner: futagoza
- Created: 2012-07-09T17:17:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-10T12:36:44.000Z (over 12 years ago)
- Last Synced: 2023-03-25T11:18:44.165Z (almost 2 years ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gist-Blogger
============
A simple way to embed gist into Blogger's dynamic view. Orignally by [Moski Doski](http://moski.me), optimised and edited by [Futago-za Ryuu](http://gplus.to/futagoza).## Usage
At the end of each of your blog posts, include the following code using the HTML editor:
Now to include any gist template just add the following anywhere in your blog post:
Loading ....To get individual files from a gist, use:
Loading ....In both, replace "GistID" with your gist id and "FileName" with your filename
## Development
If you want to work with this script locally, you can clone the repo using:
git clone [email protected]:thedailygoza/gist-Blogger.git
You can also just copy the source code of the non-minified file:
https://raw.github.com/thedailygoza/gist-Blogger/master/gistBlogger.js
## Thanks
* [Moski Doski](http://moski.me) for the orignal version.