From de5bf286416cd36ef22fcbc48851e48aa6e44e85 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 8 Aug 2017 00:08:00 -0400 Subject: [PATCH] Apparently titles can't have colons. Thanks jekyll --- _posts/2017-08-07-proximity-structures.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2017-08-07-proximity-structures.md b/_posts/2017-08-07-proximity-structures.md index eb9728f..b16f6e7 100644 --- a/_posts/2017-08-07-proximity-structures.md +++ b/_posts/2017-08-07-proximity-structures.md @@ -1,5 +1,5 @@ --- -title: Proximity Structures: Playing around with PixiJS +title: "Proximity Structures: Playing around with PixiJS" layout: post image: /img/blog/proximity-structures.png --- @@ -15,9 +15,9 @@ accelerated) primitive shapes](http://www.goodboydigital.com/pixi-webgl-primitives/) (lines and circles). -Play with it here: [http://proximity.hallada.net](http://proximity.hallada.net) +**Play with it here**: [http://proximity.hallada.net](http://proximity.hallada.net) -Read/clone the code here: [https://github.com/thallada/proximity-structures](https://github.com/thallada/proximity-structures) +**Read/clone the code here**: [https://github.com/thallada/proximity-structures](https://github.com/thallada/proximity-structures) ![The animation in action](/img/blog/proximity-structures.gif)