https://github.com/brobin/thrones-gifs
My collection of Game of Thrones gifs (in gfy form)
https://github.com/brobin/thrones-gifs
Last synced: 5 months ago
JSON representation
My collection of Game of Thrones gifs (in gfy form)
- Host: GitHub
- URL: https://github.com/brobin/thrones-gifs
- Owner: Brobin
- Created: 2015-07-02T01:58:51.000Z (almost 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-08-03T02:54:21.000Z (almost 11 years ago)
- Last Synced: 2023-09-04T18:53:57.438Z (almost 3 years ago)
- Language: HTML
- Homepage: http://brobin.github.io/thrones-gifs
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Game of Thrones gifs
Storage place for all my favorite Game of Thrones gifs (in glorious gfycat form). This is my own custom fork of jglovier/gifs completely dedicated to collecting GoT gifs. I borrowed some of the basic scss and layout ideas from him. For a broader collection of gifs, please check out [his repository](https://github.com/jglovier/gifs).
## Usage
I went ahead and built a page generation script that will create a static html page out of imy list of gfys. First, you need to compile the sass to css. Then you generate the `index.html` page
```bash
$ compass compile
$ ./gfy.py
```
That's it! The new index page is ready to go.
## Contributing
If you have a gif that you think belongs, please fork and submit a pull request. Simply add the link to the gfycat to the dictionary in `gfy.py` and it should be good to go!