]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
Cleanup
authorGabriel Dunne <gdunne@quilime.com>
Mon, 2 Jan 2023 23:15:07 +0000 (15:15 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Mon, 2 Jan 2023 23:15:07 +0000 (15:15 -0800)
15 files changed:
Gemfile
about.md
archive-c.html
archive-d.html
archive-i.html
design.md [deleted file]
index.html [moved from index.md with 100% similarity]
notes.html
performance.html [moved from performance.md with 50% similarity]
projects.html [moved from projects.md with 83% similarity]
publish
publish-nomedia [deleted file]
push
serve
works.html

diff --git a/Gemfile b/Gemfile
index 33cdde76b4c0d1c5dcba49d49e2d2db5a05c7ab9..1f68a1ae80ae63aca8af3791ecc22e8bdea415dd 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -7,5 +7,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
 # gem "rails"
 gem 'jekyll-paginate'
 gem "jekyll", "~> 4.2"
-
 gem "webrick", "~> 1.7"
index 0d8b01176f8ec21e44e74529eb21db3ae26e1a74..55e4403ad370b68b7a39045e7088d79ff7e87db9 100644 (file)
--- a/about.md
+++ b/about.md
@@ -12,6 +12,7 @@ Gabriel Labov Dunne creates works of sound and space, still and moving images, p
   
 contact [at] gld [dot] studio
 
+
 ## rss feed
   
 <a href="{{ site.url }}/feed.xml">rss</a>
@@ -172,29 +173,3 @@ contact [at] gld [dot] studio
 - 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
index a95f2dc242e04b006ca99430def18a89a0de2d29..25807e91eb92889b576e8dd48e477801083b026c 100644 (file)
@@ -6,20 +6,18 @@ title: archive
 {% 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>
index dea325796da892531905c6e3c20d6c76659a1b46..8ba81e92b458bf87110bcaeb8b312545cbc0b72b 100644 (file)
@@ -13,12 +13,11 @@ title: archive
     <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>
index de22e41b81f469a1ae7d1f60a7873e0eab7f0f0a..2bea528aa54b6ea950c02e6c9a1e7ed84fd2efb8 100644 (file)
@@ -9,48 +9,15 @@ title: archive
   {% 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>
--->
diff --git a/design.md b/design.md
deleted file mode 100644 (file)
index 3d4f1e6..0000000
--- a/design.md
+++ /dev/null
@@ -1,23 +0,0 @@
----
-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>  
-
similarity index 100%
rename from index.md
rename to index.html
index a5f61a529762dbde6cbe4334b9a5599c46c529eb..9fe8a7c8e48868c09fe90fae68195960e07bdfb5 100644 (file)
@@ -4,12 +4,12 @@ title: notes
 ---
 
 <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>
similarity index 50%
rename from performance.md
rename to performance.html
index 14c00dedb4cec919dec53c708fb70894f1197ee9..af9d0b0b9ef65d6413ccbb670f848ee0f3c3fbbc 100644 (file)
@@ -4,21 +4,11 @@ title: Performance
 ---
 
 <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>  
-
similarity index 83%
rename from projects.md
rename to projects.html
index 14c81b316f480719aed5e381b07592f1d64a4ba3..8a1e019c7cbbb0f626c4a1dfb4fc931ccab28786 100644 (file)
@@ -4,16 +4,12 @@ title: Projects
 ---
 
 <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>  
 
diff --git a/publish b/publish
index 18ca2674198776fa616ff6d7aa6489efb452b45a..beef9b033c187e8f124027827e914073551f35be 100755 (executable)
--- a/publish
+++ b/publish
@@ -1,13 +1,19 @@
 #!/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
diff --git a/publish-nomedia b/publish-nomedia
deleted file mode 100755 (executable)
index 90e136f..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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"
diff --git a/push b/push
index bf1682dae0572000c6d36dcc84b15e1895272bee..c8eff23bc88b3ba93e487f72ef206dd0fe355ab3 100755 (executable)
--- a/push
+++ b/push
@@ -1 +1,3 @@
- git push; git push quilime; git push gitea; git push local
+#!/bin/bash
+
+git push; git push quilime; git push gitea; git push local
diff --git a/serve b/serve
index 801881d64e681a052d69ddef103193321a3eaf6c..2fa158419670d0419d635ba33e3ea39fc2fe8222 100755 (executable)
--- a/serve
+++ b/serve
@@ -1,2 +1,3 @@
 #!/bin/bash
+
 bundle exec jekyll serve --config _config.local.yml
index c5fb78bdeb16a24ccbc85265cea5caadd4dd87e9..b9b40a03e447f76c5e7c95f56e7251e281ab322b 100644 (file)
@@ -3,18 +3,12 @@ layout: default
 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>  
-