# gem "rails"
gem 'jekyll-paginate'
gem "jekyll", "~> 4.2"
-
gem "webrick", "~> 1.7"
contact [at] gld [dot] studio
+
## rss feed
<a href="{{ site.url }}/feed.xml">rss</a>
- Google
- BAVC
- Samsung
-
-
-{%- comment -%}
-
-<!--
-
-Professionally he's worked as a visual effects supervisor, animator, graphic and code artist for Motion Theory, creating visual effects for award-wining music videos and commercials, receiving numerous AIGA, ACIP, and Type Directors awards. He later worked for Google and Stamen Design producing data visualizations, including Cabspotting with San Francisco based boutique Stamen Design which is featured in New York MOMA’s permanent collection. He's consulted for Obscura Digital, contributing to immersive, multi-sensory experiences for public space, environments, and installations. Since 2005, he is a partner in Tessellated Group, an engineering and design company, contributing to multiple invention patents in clean-tech structural manufacturing processes.
-
-
-Gabriel has used computers creatively since he was a toddler, making art and music on his fathers' Commodore 64 and Amiga computers.
-
-Gabriel Dunne's work is a representation his continuous exploration of visual, audible, and physical frequencies of natural and technological reality.
-
-Gabriel Dunne's work are explorations of visual, audible, and physical frequencies of natural and technological realities. His work is based in graphic and installation design, music, sound, and visualization/sonification of systems, structures and rhythms of the natural world. He manifests these concepts in custom software, sound and audio, and physical installation.
-
-
-Gabriel Dunne's work explores visual, audible, and physical
-frequencies of natural and technological realities. He seeks to
-examine the effects and influences of technology on our culture and
-consciousness. Gabriel's work is based in graphic and
-installation design, music, sound, custom software and hardware, and
-visualization/sonification of structures and systems of the
-natural world. -->
-
-
-{%- endcomment -%}
\ No newline at end of file
{% include archive-sort.html %}
<div class="posts">
-{% for category in site.categories %}
- <h2 class="date">{{ category | first }}</h2>
- <ul class="posts">
- {% for posts in category %}
- {% for post in posts %}
- <li><h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2></li>
+ {% for category in site.categories %}
+ <h2 class="date">{{ category | first }}</h2>
+ <ul class="posts">
+ {% for posts in category %}
+ {% for post in posts %}
+ <li><h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2></li>
+ {% endfor %}
{% endfor %}
- {% endfor %}
- </ul>
-{% endfor %}
-
+ </ul>
+ {% endfor %}
<h2 class="date">∞</h2>
<li>
- <h2><a href="/past/">PAST WORK</a></h2>
+ <h2><a href="/past/">PAST WORK</a></h2>
</li>
-
</div>
<h2 class="date">{{ post.date | date: "%Y" }}</h2>
{% endif %}
<li>
- <h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
+ <h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
</li>
{% endfor %}
-
<h2 class="date">∞</h2>
<li>
- <h2><a href="/past/">PAST WORK</a></h2>
+ <h2><a href="/past/">PAST WORK</a></h2>
</li>
-</ul>
\ No newline at end of file
+</ul>
{% for post in site.posts %}
{% capture day %}{{ post.date | date: '%Y' }}{% endcapture %}
{% capture nday %}{{ post.next.date | date: '%Y' }}{% endcapture %}
-
<li>
<a href="{{ site.url }}{{ post.url }}">
<span class="img"><img src="{{ post.thumb }}" /></span>
- <!-- <br />
- {{ post.title }} -->
</a>
</li>
-
- {% endfor %}
-
- <li>
- <a href="/past/">
- <span class="img"><img src="{{ post.thumb }}" /></span>
- </a>
- </li>
+ {% endfor %}
+ <li>
+ <a href="/past/">
+ <span class="img"><img src="{{ post.thumb }}" /></span>
+ </a>
+ </li>
</ul>
-
-
-<!--
-
-<div class="posts">
-{% for category in site.categories %}
-<h3>{{ category | first }}</h3>
- <ul class="posts">
- {% for posts in category %}
- {% for post in posts %}
- <li><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></li>
- {% endfor %}
- {% endfor %}
- </ul>
-{% endfor %}
-</div>
-
-
-<div id="home">
- <ul class="posts">
- {% for post in site.posts %}
- <li>
- <a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
- </li>
- {% endfor %}
- </ul>
-</div>
--->
+++ /dev/null
----
-layout: default
-title: Projects
----
-
-<ul class="thumbs">
-
-{% for post in site.categories.design %}
-{% if post.url %}
-
- <li>
- <a href="{{ site.url }}{{ post.url }}">
- <span class="img"><img src="{{ post.thumb }}" /></span>
-<!-- <br />
- {{ post.title }} -->
- </a>
- </li>
-
-{% endif %}
-{% endfor %}
-
-</ul>
-
---
<ul class="posts">
- {% for note in site.categories.notes %}
- <li>
+{% for note in site.categories.notes %}
+ <li>
<h2>
<a href="{{ site.url }}{{ note.url }}">{{ note.title }}</a>
<span style="font-size:0.7em">{{ note.date | date: "%Y/%m/%d" }}</span>
</h2>
- </li>
- {% endfor %}
+ </li>
+{% endfor %}
</ul>
---
<ul class="posts">
-
{% for post in site.categories.performance %}
-{% if post.url %}
-
+ {% if post.url %}
<li>
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
- <!-- <a href="{{ site.url }}{{ post.url }}"> -->
- <!-- <span class="img"><img src="{{ post.thumb }}" /></span> -->
-<!-- <br />
- {{ post.title }} -->
- <!-- </a> -->
</li>
-
-{% endif %}
+ {% endif %}
{% endfor %}
-
</ul>
-
---
<ul class="posts">
-
{% for post in site.categories.projects %}
-{% if post.url %}
-
+ {% if post.url %}
<li>
<h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
</li>
-
-{% endif %}
+ {% endif %}
{% endfor %}
-
</ul>
#!/bin/bash
+set -x
+
+EXCLUDE=""
+if [ $1 = "--nomedia" ]; then
+ EXCLUDE="--exclude ./m"
+fi
# gabrieldunne.com
echo "Building..."
bundle exec jekyll build
echo "Syncing..."
-rsync -varz _site/ quilime@quilime.com:/home/quilime/gabrieldunne.com-static/ --delete
+rsync -varz _site/ quilime@quilime.com:/home/quilime/gabrieldunne.com-static/ --delete $EXCLUDE
# gld.studio
echo "Building..."
bundle exec jekyll build -d _site_gldstudio --config _config.gldstudio.yml
echo "Syncing..."
-rsync -varz _site_gldstudio/ quilime@quilime.com:/home/quilime/gld.studio/public/ --delete
+rsync -varz _site_gldstudio/ quilime@quilime.com:/home/quilime/gld.studio/public/ --delete $EXCLUDE
+++ /dev/null
-#!/bin/bash
-
-jekyll build
-
-# ssh quilime@quilime.com 'rm -rf /home/quilime/gabrieldunne-site/process'
-rsync -avz _site/ quilime@quilime.com:/home/quilime/gabrieldunne.com-static/ --delete --exclude "m"
- git push; git push quilime; git push gitea; git push local
+#!/bin/bash
+
+git push; git push quilime; git push gitea; git push local
#!/bin/bash
+
bundle exec jekyll serve --config _config.local.yml
title: Works
---
-<!-- <ul class="thumbs"> -->
- <ul class="posts">
-
+<ul class="posts">
{% for post in site.categories.works %}
-{% if post.url %}
-
+ {% if post.url %}
<li>
- <h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
+ <h2><a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a></h2>
</li>
-
-{% endif %}
+ {% endif %}
{% endfor %}
-
</ul>
-