From: Gabriel Dunne Date: Thu, 29 May 2014 04:32:15 +0000 (-0700) Subject: Publishin X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=c8b2d1b07cdf3de22aff4f16103794132759e480;p=notes.git Publishin --- diff --git a/_config.yml b/_config.yml index 5194060..9aaf744 100644 --- a/_config.yml +++ b/_config.yml @@ -7,5 +7,5 @@ pygments : true paginate : 5 paginate_path : blog/:num permalink : /:title/ -baseurl : /process +baseurl : "" exclude: [ publish.sh ] diff --git a/_layouts/default.html b/_layouts/default.html index 70df1b8..958fa21 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,7 @@ - {{ page.title }} + {{ site.name }} - {{ page.title }} diff --git a/_posts/1999-01-01-prev.md b/_posts/1999-01-01-past.md similarity index 66% rename from _posts/1999-01-01-prev.md rename to _posts/1999-01-01-past.md index d33b524..2c0b5b6 100644 --- a/_posts/1999-01-01-prev.md +++ b/_posts/1999-01-01-past.md @@ -5,6 +5,7 @@ date: 1999-01-01 categories: blog --- +[2013](http://www.2013.gabrieldunne.com) [2008](http://portfolio.quilime.com/2008/) [2007](http://portfolio.quilime.com/new/port.php) [2005](http://portfolio.quilime.com/recent.html) diff --git a/_posts/2011-07-11-icosi.md b/_posts/2011-07-11-icosi.md index 6aeb5b1..57f3c4c 100755 --- a/_posts/2011-07-11-icosi.md +++ b/_posts/2011-07-11-icosi.md @@ -20,7 +20,6 @@ Processing, Java, OpenGL, Ableton Live, MaxMSP more photos on [flickr](https://www.flickr.com/photos/quilime/sets/72157624499344281/) ## Process -Geometrically, the form is inspired by geometric polyhedra that represent transition. The result is a fragment of an icosidodecahedron, representing a fragment of the transition between two forms and frequencies -- an icosahedron and its dual polyhedra, a dodecahedron. ![]({{site.baseurl}}/m/icosi/icosi_01.png) diff --git a/about.md b/about.md index 0353163..ec7ab91 100644 --- a/about.md +++ b/about.md @@ -9,10 +9,7 @@ b. 1981 -Gabriel Dunne is an interdisciplinary artist and designer. - - -Gabriel Dunne was born in San Francisco in 1981. He creates experiences of light, sound, and form using a wide spectrum of techniques and media, including, but not limited to graphic design, software engineering, visual design, audio/music/sound, animation, and installation. He incorporates mathematics, geometry, code + technology, natural systems, structure, phenomenon, and generative processes into his work, demonstrating a polymathic exploration and process that spans many mediums and influences. +Gabriel Dunne is an interdisciplinary artist and designer. He creates experiences of light, sound, and form using a wide spectrum of techniques and media, including, but not limited to graphic design, software engineering, visual design, audio/music/sound, animation, and installation. He incorporates mathematics, geometry, code + technology, natural systems, structure, phenomenon, and generative processes into his work, demonstrating a polymathic exploration and process that spans many mediums and influences. ### bibliography lives, works in the San Francisco Bay Area diff --git a/css/main.css b/css/main.css index c62e354..ca16cc5 100755 --- a/css/main.css +++ b/css/main.css @@ -185,9 +185,15 @@ text-align:center; .site { margin: 2em 0 2em 0; - padding: 0 0 0 25em; + padding: 0 0 0 22em; max-width: 800px; } +@media (max-width: 800px) { + .site { + padding:0; + margin: 13em 0 2em 0; + } +} .footer { diff --git a/publish.sh b/publish.sh index 138a90b..9d83a4e 100755 --- a/publish.sh +++ b/publish.sh @@ -2,5 +2,5 @@ jekyll build -ssh quilime@quilime.com 'rm -rf /home/quilime/gabrieldunne-site/process' -rsync -avz _site/ quilime@quilime.com:/home/quilime/gabrieldunne-site/process/ --delete +# ssh quilime@quilime.com 'rm -rf /home/quilime/gabrieldunne-site/process' +rsync -avz _site/ quilime@quilime.com:/home/quilime/gabrieldunne.com-static/ --delete