diff --git a/index.html b/index.html index 016cd24..0fe7d6c 100644 --- a/index.html +++ b/index.html @@ -97,8 +97,8 @@
  • Parrot Dad Parrot Dad*
  • Deal With It Parrot Deal With It Parrot
  • Fiesta Parrot Fiesta Parrot
  • -
  • Pizza Parrot Pizza Parrot
  • -
  • Hamburger Parrot Hamburger Parrot
  • +
  • 🍕 Parrot 🍕 Parrot
  • +
  • 🍔 Parrot 🍔 Parrot
  • Chill Parrot Chill Parrot
  • Explody Parrot Explody Parrot
  • Shuffle Party Parrot Shuffle Party Parrot
  • @@ -114,6 +114,8 @@
  • Parrot Wave (5) Parrot Wave (5)
  • Parrot Wave (6) Parrot Wave (6)
  • Parrot Wave (7) Parrot Wave (7)
  • +
  • Conga Party Parrot Conga Party Parrot
  • +
  • Moonwalking Parrot Moonwalking Parrot

  • diff --git a/package.json b/package.json index 313dedf..fa49121 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/parrotparty.yaml b/parrotparty.yaml index 0c032d1..422c31b 100644 --- a/parrotparty.yaml +++ b/parrotparty.yaml @@ -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' diff --git a/parrots.json b/parrots.json index 5fd96e4..86c99e9 100644 --- a/parrots.json +++ b/parrots.json @@ -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" } ]