]> git.quilime.com - notes.git/commitdiff
Publishin
authorGabriel Dunne <gdunne@quilime.com>
Thu, 29 May 2014 04:32:15 +0000 (21:32 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Thu, 29 May 2014 04:32:15 +0000 (21:32 -0700)
_config.yml
_layouts/default.html
_posts/1999-01-01-past.md [moved from _posts/1999-01-01-prev.md with 66% similarity]
_posts/2011-07-11-icosi.md
about.md
css/main.css
publish.sh

index 51940603655d5f0404398ab42e08c7ffc22898e5..9aaf7446e6c122c31f09a4d3f35420eca2e6557e 100644 (file)
@@ -7,5 +7,5 @@ pygments        : true
 paginate        : 5
 paginate_path   : blog/:num
 permalink       : /:title/
-baseurl         : /process
+baseurl         : ""
 exclude:        [ publish.sh ]
index 70df1b81f0147aa6e4e4d30aeec7292ddc0fcd7b..958fa2172b0ca34ba6079e33b0323a14141ae8aa 100644 (file)
@@ -3,7 +3,7 @@
     <head>
         <meta charset="utf-8">
         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-        <title>{{ page.title }}</title>
+        <title>{{ site.name }} - {{ page.title }}</title>
         <meta name="viewport" content="width=device-width">
         <link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
         <link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
similarity index 66%
rename from _posts/1999-01-01-prev.md
rename to _posts/1999-01-01-past.md
index d33b5245e0666a6968ffa8dd9f3863b65d50f848..2c0b5b6c1a55ebcf818368224eeb9849294b5593 100644 (file)
@@ -5,6 +5,7 @@ date: 1999-01-01
 categories: blog\r
 ---\r
 \r
+[2013](http://www.2013.gabrieldunne.com)  \r
 [2008](http://portfolio.quilime.com/2008/)  \r
 [2007](http://portfolio.quilime.com/new/port.php)  \r
 [2005](http://portfolio.quilime.com/recent.html)  \r
index 6aeb5b1acace3fc732edb6021222b6998c46ce7e..57f3c4c301d98fd7479561e3261d81a4ddab02fe 100755 (executable)
@@ -20,7 +20,6 @@ Processing, Java, OpenGL, Ableton Live, MaxMSP
 more photos on [flickr](https://www.flickr.com/photos/quilime/sets/72157624499344281/)\r
 \r
 ## Process\r
-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.\r
 \r
 ![]({{site.baseurl}}/m/icosi/icosi_01.png)\r
 \r
index 035316378f143240dc310bca9cc70eca129c2711..ec7ab9163390f8a420e2e5d73ac34c31d7d9f479 100644 (file)
--- 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
index c62e3548ead6685adbd8cfea13bbcdd49886df00..ca16cc55d22c13c6cc62684c931a033c49e7f3a8 100755 (executable)
@@ -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 {
index 138a90b3956463e47390c6c4a0920cc0aca72049..9d83a4e61505012dce36187f3190eb56a311c2e5 100755 (executable)
@@ -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