From 0d1adbf996ba261950f45a0114a4af92d49825ad Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Tue, 3 Jan 2023 12:45:50 -0800 Subject: [PATCH] adding TE --- _posts/projects/2019-03-03-twilightengines.md | 31 +++++++++++++++++++ publish | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100755 _posts/projects/2019-03-03-twilightengines.md diff --git a/_posts/projects/2019-03-03-twilightengines.md b/_posts/projects/2019-03-03-twilightengines.md new file mode 100755 index 0000000..557a6fe --- /dev/null +++ b/_posts/projects/2019-03-03-twilightengines.md @@ -0,0 +1,31 @@ +--- +layout: post +title: Twilight Engines +categories: projects +date: 2019-03-03 +--- + +![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_05.png) + +[Twilight Engines](https://oknk.studio/twilightengines/) by Vishal K Dar + +Created by [Okaynokay](https://oknk.studio) (Gabriel Dunne & Ryan Alexander) + +Site-Specific AR activated sites and sculptures at the Marin Headlands + +[![](https://oknk.studio/twilightengines/images/appstore.svg)](https://itunes.apple.com/us/app/twilight-engines/id1448070024?mt=8) + +[http://appstore.com/twilightengines](http://appstore.com/twilightengines) + +[http://www.headlands.org/event/edge-of-see-twilight-engines/](http://www.headlands.org/event/edge-of-see-twilight-engines/) + +Image credits: +© Copyright 2019 Vishal K Dar, Okaynokay + +![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_04_thumb.png) + +![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_03_thumb.png) + +![](https://oknk.studio/twilightengines/press/TwilightEngines_Mendell_Gallery_02_thumb.png) + +![](https://oknk.studio/twilightengines/press/TwilightEngines_Wallace_Gallery_02_thumb.png) \ No newline at end of file diff --git a/publish b/publish index 228aed9..a9c9095 100755 --- 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 -- 2.34.1