]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
adding TE
authorGabriel Dunne <gdunne@quilime.com>
Tue, 3 Jan 2023 20:45:50 +0000 (12:45 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Tue, 3 Jan 2023 20:45:54 +0000 (12:45 -0800)
_posts/projects/2019-03-03-twilightengines.md [new file with mode: 0755]
publish

diff --git a/_posts/projects/2019-03-03-twilightengines.md b/_posts/projects/2019-03-03-twilightengines.md
new file mode 100755 (executable)
index 0000000..557a6fe
--- /dev/null
@@ -0,0 +1,31 @@
+---\r
+layout: post\r
+title: Twilight Engines\r
+categories: projects\r
+date: 2019-03-03\r
+---\r
+\r
+![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_05.png)\r
+\r
+[Twilight Engines](https://oknk.studio/twilightengines/) by Vishal K Dar \r
+\r
+Created by [Okaynokay](https://oknk.studio) (Gabriel Dunne & Ryan Alexander)\r
+\r
+Site-Specific AR activated sites and sculptures at the Marin Headlands\r
+\r
+[![](https://oknk.studio/twilightengines/images/appstore.svg)](https://itunes.apple.com/us/app/twilight-engines/id1448070024?mt=8)\r
+\r
+[http://appstore.com/twilightengines](http://appstore.com/twilightengines)\r
+\r
+[http://www.headlands.org/event/edge-of-see-twilight-engines/](http://www.headlands.org/event/edge-of-see-twilight-engines/)\r
+\r
+Image credits:\r
+© Copyright 2019 Vishal K Dar, Okaynokay\r
+\r
+![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_04_thumb.png)\r
+\r
+![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_03_thumb.png)\r
+\r
+![](https://oknk.studio/twilightengines/press/TwilightEngines_Mendell_Gallery_02_thumb.png)\r
+\r
+![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_Gallery_02_thumb.png)
\ No newline at end of file
diff --git a/publish b/publish
index 228aed97003d43e3492a2d7c380f3d21e9a2e4f3..a9c9095330886048756e9dedcebb7687f73387bd 100755 (executable)
--- a/publish
+++ b/publish
@@ -2,7 +2,7 @@
 # set -x
 
 EXCLUDE=""
-if [ $1 ] && [ $1 = "--nomedia" ]; then
+if [ $1 ] && [ $1 == "--nomedia" ]; then
     echo "Publishing with --nomedia flag..."
     EXCLUDE="--exclude ./m"
 fi