Update parrots.json

This commit is contained in:
John Hobbs 2016-09-02 11:30:29 -05:00
parent 03bb4e38a4
commit 54a6b56777
4 changed files with 22 additions and 7 deletions

View File

@ -97,8 +97,8 @@
<li><img src="parrots/parrotdad.gif" alt="Parrot Dad"/> Parrot Dad<span tooltip="Is totally freaking out.">*</span></li>
<li><img src="parrots/dealwithitparrot.gif" alt="Deal With It Parrot"/> Deal With It Parrot</li>
<li><img src="parrots/fiestaparrot.gif" alt="Fiesta Parrot"/> Fiesta Parrot</li>
<li><img src="parrots/pizzaparrot.gif" alt="Pizza Parrot"/> Pizza Parrot</li>
<li><img src="parrots/hamburgerparrot.gif" alt="Hamburger Parrot"/> Hamburger Parrot</li>
<li><img src="parrots/pizzaparrot.gif" alt="🍕 Parrot"/> 🍕 Parrot</li>
<li><img src="parrots/hamburgerparrot.gif" alt="🍔 Parrot"/> 🍔 Parrot</li>
<li><img src="parrots/chillparrot.gif" alt="Chill Parrot"/> Chill Parrot</li>
<li><img src="parrots/explodyparrot.gif" alt="Explody Parrot"/> Explody Parrot</li>
<li><img src="parrots/shufflepartyparrot.gif" alt="Shuffle Party Parrot"/> Shuffle Party Parrot</li>
@ -114,6 +114,8 @@
<li><img src="parrots/parrotwave5.gif" alt="Parrot Wave (5)"/> Parrot Wave (5)</li>
<li><img src="parrots/parrotwave6.gif" alt="Parrot Wave (6)"/> Parrot Wave (6)</li>
<li><img src="parrots/parrotwave7.gif" alt="Parrot Wave (7)"/> Parrot Wave (7)</li>
<li><img src="parrots/congapartyparrot.gif" alt="Conga Party Parrot"/> Conga Party Parrot</li>
<li><img src="parrots/moonwalkingparrot.gif" alt="Moonwalking Parrot"/> Moonwalking Parrot</li>
</ul>
<hr/>

View File

@ -4,7 +4,8 @@
"description": "PARTY OR DIE",
"scripts": {
"build": "node generate.js",
"deploy": "rsync -rvz --exclude='*.mustache' --exclude=node_modules --exclude=.git * velvetcache.org:~/cultofthepartyparrot.com/"
"deploy": "rsync -rvz --exclude='*.mustache' --exclude=node_modules --exclude=.git * velvetcache.org:~/cultofthepartyparrot.com/",
"compare": "echo \"import json\nfor parrot in json.load(open('parrots.json', 'rb')):\n\tprint parrot['gif']\" | python | sort > .injson && ls -l parrots/ | awk '{print $9}' | sort > .indir && echo '--[diff]-------------------------------------------' && (diff .injson .indir || true) && rm .injson .indir"
},
"repository": {
"type": "git",

View File

@ -72,3 +72,7 @@ emojis:
src: 'http://cultofthepartyparrot.com/parrots/parrotwave6.gif'
- name: parrotwave7
src: 'http://cultofthepartyparrot.com/parrots/parrotwave7.gif'
- name: congapartyparrot
src: 'http://cultofthepartyparrot.com/parrots/congapartyparrot.gif'
- name: moonwalkingparrot
src: 'http://cultofthepartyparrot.com/parrots/moonwalkingparrot.gif'

View File

@ -83,12 +83,12 @@
"name": "Fiesta Parrot"
},
{
"gif": "pizzaparrot.gif",
"name": "Pizza Parrot"
"gif": "pizzaparrot.gif",
"name": "🍕 Parrot"
},
{
"gif": "hamburgerparrot.gif",
"name": "Hamburger Parrot"
"gif": "hamburgerparrot.gif",
"name": "🍔 Parrot"
},
{
"gif": "chillparrot.gif",
@ -149,5 +149,13 @@
{
"gif": "parrotwave7.gif",
"name": "Parrot Wave (7)"
},
{
"gif": "congapartyparrot.gif",
"name": "Conga Party Parrot"
},
{
"gif": "moonwalkingparrot.gif",
"name": "Moonwalking Parrot"
}
]