From: Gabriel Dunne Date: Tue, 27 Dec 2022 21:44:48 +0000 (-0800) Subject: Add gldstudio config X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=a4ba95115521b10514ecf4d5be3dfd3cecafa36f;p=gabrieldunne.com-site.git Add gldstudio config --- diff --git a/.gitignore b/.gitignore index 6e9e824..d58637e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 index 0000000..dd34fa2 --- /dev/null +++ b/_config.gldstudio.yml @@ -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 diff --git a/about.md b/about.md index e128118..687a75a 100644 --- 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 diff --git a/css/main.css b/css/main.css index 7124261..d3b57c9 100755 --- a/css/main.css +++ b/css/main.css @@ -10,10 +10,10 @@ } 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 9d3f8f4..f60a587 100755 --- 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