]> git.quilime.com - gabrieldunne.com-site.git/commitdiff
Add gldstudio config
authorGabriel Dunne <gdunne@quilime.com>
Tue, 27 Dec 2022 21:44:48 +0000 (13:44 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Tue, 27 Dec 2022 21:44:48 +0000 (13:44 -0800)
.gitignore
_config.gldstudio.yml [new file with mode: 0644]
about.md
css/main.css
publish

index 6e9e8244cd50badc38e016d3774f25ab25685f49..d58637e48dab0e8324740b01103e927da2ca6777 100644 (file)
@@ -1,4 +1,4 @@
 .DS_Store
-_site
+_site*
 .jekyll-cache
 m
diff --git a/_config.gldstudio.yml b/_config.gldstudio.yml
new file mode 100644 (file)
index 0000000..dd34fa2
--- /dev/null
@@ -0,0 +1,15 @@
+name : Gabriel Dunne
+description: Gabriel Dunne
+author : Gabriel Dunne
+url : https://gld.studio
+author_url : https://gld.studio
+author_email : gld@gld.studio
+markdown : kramdown
+highlighter : true
+paginate : 8
+paginate_path : posts/:num
+permalink : /:title/
+baseurl : ""
+plugins : [ jekyll-paginate ]
+exclude : [ publish, publish-nomedia ]
+future: true
\ No newline at end of file
index e128118725b2613b13b358be0d76a0ef32e048c6..687a75ab988a0443092704d6e97b55b67c0ed4f9 100644 (file)
--- a/about.md
+++ b/about.md
@@ -62,8 +62,12 @@ studio at gabrieldunne dot com
               
               
 ### selected performance  
+- 2022 02/25 Indexical, Santa Cruz CA  
+- 2021 04/25 "Terra Cycle", Online Live Stream  
+- 2020 02/08 ATA, San Francisco, CA  
+- 2020 02/08 KZSU Day of Noise, Stanford CA  
 - 2019 12/27 SUB HELIX, Oakland CA  
-- 2019 10/4 Modulations, Multi-channel Sound Performance w/Stephanie Sherriff, CCRMA/Stanford, Palo Alto CA  
+- 2019 10/4 Modulations, Multi-channel Sound Performance w/Stephanie Sherriff, CCRMA/Stanford CA  
 - 2017 Soundwave (8) Infrastructure, w/Cullen Miller (Latency), CJM, SF CA  
 - 2017 IDP, Hyde St Studios, San Francisco, CA  
 - 2017 Night Rounds, w/Stephanie Sherriff, The Lab, San Francisco CA  
@@ -89,7 +93,7 @@ studio at gabrieldunne dot com
 - 2017 Loczi Design, San Fracisco, CA   
 - 2016 Activate Space, Loczi Design, San Francisco, CA
 - 2016 "In Living Color", Loczi Design, San Francisco, CA  
-- 2015 NAAG XY, "NEAT: New Experiments in Art and Technology", Contemporary Jewish Museum, San Francisco CA  
+- 2015 NAAG XY, "NEAT: New Experiments in Art and Technology", CJM, San Francisco CA  
 - 2015 NAAG, Mumbai, India  
 - 2015 Autodesk Pier9 Artist in Residence Show, San Francisco CA (Hyper Terra)  
 - 2014 Vatica Dahlia "Rites", San Francisco, CA  
@@ -100,7 +104,7 @@ studio at gabrieldunne dot com
 - 2012 NAAG. Delhi, India  
 - 2010 Stars, Powers of 10, Gray Area, San Francisco, CA  
 - 2009 Seaquence, Gray Area, San Francisco CA  
-- 2008 Cabspotting, Stamen Design, "Design and the Elastic Mind", NYC MoMA (Permanent Collection). New York, NY  
+- 2008 Cabspotting, Stamen Design, "Design and the Elastic Mind", NYC MoMA (Perm. Collection), NY  
 - 2006 Interferenze: Naturalis Electronica, Valle Caudina, Italy  
 - 2006 Festival Sonar, Barcelona, Spain  
 - 2005 :Output Festival, Amsterdam, Netherlands  
index 7124261fe449a1bad984d1bc4872640e9ad3c2d5..d3b57c9ea35861e4932cbe57d771e464eab2e68a 100755 (executable)
 }
 
 body {
+  font-family: sans-serif;
   font-size:14px;
-/*  font-weight:bold;*/
   line-height:1.8em;
-  letter-spacing: 0.02em;
+  letter-spacing: 0.015em;
 }
 h1, h2, h3 {
   text-transform: uppercase;
diff --git a/publish b/publish
index 9d3f8f4e5edd2ff460a7e2ec38ad510344699f78..f60a58701b9ee88e307fb6e2ad81588ea8e60aaf 100755 (executable)
--- a/publish
+++ b/publish
@@ -1,6 +1,9 @@
 #!/bin/bash
 
+# gabrieldunne.com
 bundle exec jekyll build
+rsync -varz _site/ quilime@quilime.com:/home/quilime/gabrieldunne.com-static/ --delete
 
-# ssh quilime@quilime.com 'rm -rf /home/quilime/gabrieldunne-site/process'
-rsync -avz _site/ quilime@quilime.com:/home/quilime/gabrieldunne.com-static/ --delete
+# gld.studio
+bundle exec jekyll build -d _site_gldstudio --config _config.gldstudio.yml
+rsync -varz _site_gldstudio/ quilime@quilime.com:/home/quilime/gld.studio/public/ --delete