markdown : kramdown
highlighter : true
paginate : 8
-paginate_path : all/:num
+paginate_path : posts/:num
permalink : /:title/
baseurl : ""
-plugins : [jekyll-paginate]
-exclude : [ publish.sh, publish-nomedia.sh ]
+plugins : [ jekyll-paginate ]
+exclude : [ publish, publish-nomedia ]
future: true
\ No newline at end of file
-## bio
-
Gabriel Labov Dunne creates works of sound and space, still and moving images, performance, installation, sculpture, and software.
-## studio contact
+
+## email contact
-email: studio at gabrieldunne dot com
+studio at gabrieldunne dot com
-## news
+## Mailing list
+<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
+<div id="mc_embed_signup" style="width:500px !important;">
+<form action="//gabrieldunne.us1.list-manage.com/subscribe/post?u=5f627417bdb5e6d2fe0b56ae3&id=ce46411f5e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate style="margin:0;padding:0">
+ <div id="mc_embed_signup_scroll">
+ <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
+ <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">
+ </div>
+ <div style="position: absolute; left: -5000px;"><input type="text" name="b_5f627417bdb5e6d2fe0b56ae3_ce46411f5e" tabindex="-1" value=""></div>
+</form>
+</div>
-[news](/news/)
-
-## network
+
+## network
[okaynokay](https://oknk.studio)
+[instagram](http://instagram.com/gabrieldunne)
[twitter](http://twitter.com/gabrieldunne)
[bandcamp](https://subspectral.bandcamp.com/releases)
-[instagram](http://instagram.com/gabrieldunne)
[flickr](http://flickr.com/photos/quilime)
[vimeo](https://vimeo.com/gabrieldunne)
[instructables](http://www.instructables.com/member/gabrieldunne/)
<div class="nav">
- <h2><a href="{{site.baseurl}}/">{{site.name}}</a></h2>
-
<ul>
+ <li><h3 class="header"><a href="{{site.baseurl}}/">{{site.name}}</a></h3></a>
<li><a href="{{ site.baseurl }}/about/">about</a></li>
- <li><a href="{{ site.baseurl }}/news/">news</a></li>
+ <!-- <li><a href="{{ site.baseurl }}/news/">news</a></li> -->
+ <!-- <li><a href="{{ site.baseurl }}/notes/">notes</a></li> -->
+ <li><a href="{{ site.baseurl }}/posts/">all posts</a></li>
+ <li><a href="{{ site.baseurl }}/archive-d/">archive</a></li>
<li> </li>
<li><h3 class="header"><a href="/works/">works</a></h3></li>
{% for post in site.categories.projects %}
<li class="indent"><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
-
-
- <li> </li>
-
-
- <!-- <li><a href="{{ site.baseurl }}/notes/">notes</a></li> -->
- <li><a href="{{ site.baseurl }}/all/">all posts</a></li>
- <li><a href="{{ site.baseurl }}/archive-d/">archive</a></li>
-
</ul>
-
- <!-- Begin MailChimp Signup Form -->
-
- <h3>email announce list</h3>
- <div id="mc_embed_signup">
- <form action="//gabrieldunne.us1.list-manage.com/subscribe/post?u=5f627417bdb5e6d2fe0b56ae3&id=0b05a209f7" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
- <div id="mc_embed_signup_scroll">
- <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
- <div style="position: absolute; left: -5000px;"><input type="text" name="b_5f627417bdb5e6d2fe0b56ae3_ce46411f5e" tabindex="-1" value=""></div>
- <div class="clear" style="margin-top:0.5em"> <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
- </div>
- </form>
- </div>
- <!--End mc_embed_signup-->
-
</div>
\ No newline at end of file
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>{{ site.name }} - {{ page.title }}</title>
- <meta name="viewport" content="width=device-width">
-
- <link href="https://fonts.googleapis.com/css?family=Nanum+Gothic+Coding" rel="stylesheet">
-
+ <title>{{ site.name }}{% if page.title != 'index' %} > {{ page.title }}{% endif %}</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0,
+user-scalable=no">
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/marx.css">
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css">
</head>
<body>
+
+ <input type="checkbox" id="hamburger-input" class="burger-shower" />
+ <label id="hamburger-menu" for="hamburger-input">
{% include nav.html %}
+ </label>
+ <div class="overlay"></div>
+
+ <div class="nav_full">
+ {% include nav.html %}
+ </div>
<div class="site">
+ <div class="breadcrumbs">
+ {% if page.url != "/" %}
+ <h2>{% if page.categories[0] %}<a href="/{{ page.categories[0] }}">{{ page.categories[0] }}</a> > {% endif %}{{ page.title }}</h2>
+ {% endif %}
+ </div>
+
{{ content }}
- </div>
+ <div class="btt">
+ <a href="#">↑ BACK TO TOP</a>
+ </div>
+
+ </div>
+
{% include google-analytics.html %}
</body>
layout: default
---
-<h2><a href="/{{ page.categories[0] }}">{{ page.categories[0] }}</a> > {{ page.title }}</h2>
+<!-- <h2><a href="/{{ page.categories[0] }}">{{ page.categories[0] }}</a> > {{ page.title }}</h2> -->
+
<h3>{{ page.date | date: "%Y-%m-%d" }}</h3>
<div class="post">
-{{ content }}
-</div>
-
-<div class="btp">
- <a href="#">Back to Top</a>
+ {{ content }}
</div>
-
<!-- <div class="pagination">
<a href="{{ page.previous.url }}">← prev</a> | <a href="{{ page.next.url }}">next →</a>
</div> -->
\r
"Ribbon" is a series of 3D scans of un-fired clay forms that I've used in various plots and sculptures.\r
\r
-![]({{site.baseurl}}/m/ribbon/clay2.png)\r
+![]({{site.baseurl}}/m/ribbon/clay2.jpg)\r
\r
<video loop autoplay controls preload="true">\r
<source src="{{site.baseurl}}/m/ribbon/ribbon-vid.mp4" type="video/mp4">\r
\r
Using traditional clay sculpting methods, 3D scanning, and further manipulated with digital sculpting tools, "Ribbon's" virtual body now occupies a liminal space as a ghost-like spectral shadow, echoing its original hand-sculpted clay form, augmented by an animated surface. \r
\r
-![]({{site.baseurl}}/m/ribbon/comp.png)\r
+![]({{site.baseurl}}/m/ribbon/comp.jpg)\r
\r
-![]({{site.baseurl}}/m/ribbon/thumbnail_1024.png)\r
+![]({{site.baseurl}}/m/ribbon/thumbnail_1024.jpg)\r
\r
-![]({{site.baseurl}}/m/ribbon/clay1.png)\r
+![]({{site.baseurl}}/m/ribbon/clay1.jpg)\r
\r
## Exhibition\r
\r
title: Kala\r
date: 2022-10-30\r
categories: projects\r
-thumb: /m/kala/_thumb.png\r
+thumb: /m/kala/thumb.png\r
---\r
\r
# Kāla\r
thumb: /m/naagz/thumb.png
---
-## NAAG Z
-
<iframe src="https://player.vimeo.com/video/122618829?color=ffffff&byline=0&portrait=0" width="800" height="450" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Gabriel Dunne [gabrieldunne.com](http://gabrieldunne.com)
thumb: /m/naagxy/thumb.png
---
+<br />
+
<iframe src="https://player.vimeo.com/video/142578819?color=ffffff&byline=0&portrait=0" width="800" height="450" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
NAAG XY
title: about
---
-<div style="float:right">
+<div style="position:absolute;right:2em;top:1.5em;">
<a href="/about-print/">print</a>
</div>
}
body {
- font-size:15px;
+ font-size:16px;
/* font-weight:bold;*/
line-height:1.8em;
letter-spacing: 0.02em;
font-weight:normal;
}
-
-
p { margin: 1em 0; }
a {
color: #000;
-/* font-weight:bold;*/
- text-decoration:none;
+ font-weight:bold;
+ text-decoration: underline;
}
a:hover {
color: #aaa;
}
ul.index li {
}
-.btp {
- display:none;
- position:fixed;
- bottom:1em;
- left:1em;
+.btt {
+ font-family: lgb;
+/* display:none;*/
+/* position:fixed;*/
+/* bottom:1em;*/
+/* left:1em;*/
}
.archive-sort {
/*****************************************************************************/
.site {
- margin: 0em 0 5em 22em;
- padding: 0 0 0 0em;
- max-width: 800px;
- position:absolute;
- top:1em;
+ margin: 0 0 0 18em;
+ max-width: 768px;
+ padding: 2em;
}
/*@media (max-width: 800px) {
.site {
}
.nav {
position:absolute;
- top:1em;
- left:1em;
+ top:0;
+ left:0;
display:block;
height:2em;
font-size:1.0em;
/* border-bottom:4px solid #999;*/
}
.nav a {
-
+ text-decoration:none;
}
.nav .indent {
/* padding-left:0.5em;*/
}
-
+.nav_full .nav {
+ margin: 2em 1em;
+}
/* Posts */
.post {
padding-bottom:3em;
- margin-bottom:3em;
+/* max-width:768px;*/
}
.post pre {
/*border: 1px solid #ddd;*/
text-decoration: underline;
}
.post p img {
- max-width:800px;
+/* max-width:800px;*/
+/* min-width:100px;*/
margin:2em 0;
display: block;
}
}
.pagination {
- text-align:center;
+ font-family: lgb;
+ text-transform: uppercase;
margin-bottom:4em;
}
+.breadcrumbs {
+ line-height:2em;
+}
+
+
+#hamburger-menu {
+ width: 1.5em;
+ height: 1.2em;
+ position:absolute;
+ top:2.1em;
+ left:2em;
+ display:none;
+ background: linear-gradient(
+ to bottom,
+ black, black 20%,
+ white 20%, white 40%,
+ black 40%, black 60%,
+ white 60%, white 80%,
+ black 80%, black 100%
+ );
+}
+#hamburger-input {
+ display:none;
+}
+#hamburger-input:checked + #hamburger-menu {
+ width:100%;
+ position:absolute;
+ top:0;
+ left:0;
+}
+#hamburger-input:checked + #hamburger-menu .nav {
+ visibility: visible;
+ padding:2em;
+
+}
+#hamburger-input:checked ~ .overlay {
+ visibility: visible;
+ opacity: 1;
+}
+#hamburger-input:checked ~ .site {
+ display: none;
+}
+.overlay {
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ opacity: 0;
+ visibility: hidden;
+ overflow: hidden;
+ background: #fff;
+}
+
+@media only screen and (device-width: 1060px),
+only screen and (max-width:1060px) {
+ .nav {
+ visibility: hidden;
+ z-index:1;
+ top:0;
+ left:0;
+ width:100%;
+ }
+ .nav ul {
+ width:100%;
+ padding-bottom:2em;
+ }
+ #hamburger-menu {
+ display: inline-block;
+ }
+ .breadcrumbs {
+ padding-left:2.8em;
+ }
+ .breadcrumbs h2::before {
+ content : "> ";
+ }
+ .index-block {
+ padding-top:2.5em;
+ }
+ .site {
+ margin-left: 0;
+/* max-width: 768px;*/
+/* padding-right:2em;*/
+/* top:1em;*/
+ }
+}
a {
color: #1271db;
- -webkit-transition: .25s ease;
- transition: .25s ease; }
+/* -webkit-transition: .25s ease;*/
+/* transition: .25s ease; */
+ }
a:hover, a:focus {
text-decoration: none; }
text-align: center;
text-decoration: none;
text-transform: uppercase;
- -webkit-transition: .25s ease;
+
+ -webkit-/*transition: .25s ease;
transition: .25s ease;
+ */
-webkit-user-drag: none;
-webkit-user-select: none;
-moz-user-select: none;
color: #444;
padding: 0.8rem 1.6rem;
text-decoration: none;
- -webkit-transition: .25s ease;
- transition: .25s ease; }
+/* -webkit-transition: .25s ease;*/
+/* transition: .25s ease; */
+ }
nav a:hover {
border-color: rgba(0, 0, 0, 0.2); }
nav a:active {
layout: default
title: index
---
-
-<div style="display:flex;flex-display: wrap">
-
+<div class="index-block" style="display:flex;flex-display: wrap">
<img alt="Stripe Of Mirrors" src="{{site.baseurl}}/m/som/som.png">
title: news
---
-<!-- <h1>upcoming</h1>
-<ul>
-</ul>
- -->
-<h2 style="margin-bottom:0">low frequency email updates</h2>
+
+### Mailing list
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<div id="mc_embed_signup" style="width:400px !important;">
<form action="//gabrieldunne.us1.list-manage.com/subscribe/post?u=5f627417bdb5e6d2fe0b56ae3&id=ce46411f5e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
</div>
-<h2 style="margin-bottom:0">Social Media</h2>
-
-instagram: [@gabrieldunne](http://instagram.com/gabrieldunne)
-
-twitter: [@gabrieldunne](http://twitter.com/gabrieldunne)
+### network
-<div class="twitter" style="position:relative;max-width:450px;">
- <a class="twitter-timeline" href="https://twitter.com/gabrieldunne?ref_src=twsrc%5Etfw">Tweets by gabrieldunne</a>
- <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
-</div>
\ No newline at end of file
+[okaynokay](https://oknk.studio)
+[instagram](http://instagram.com/gabrieldunne)
+[twitter](http://twitter.com/gabrieldunne)
+[bandcamp](https://subspectral.bandcamp.com/releases)
+[flickr](http://flickr.com/photos/quilime)
+[vimeo](https://vimeo.com/gabrieldunne)
+[instructables](http://www.instructables.com/member/gabrieldunne/)
+[blog](http://quilime.com)
+[linkedin](http://www.linkedin.com/in/gabrieldunne)
\ No newline at end of file
---
layout: default
-title: blog
+title: Posts
---
<!-- This loops through the paginated posts -->
<div class="pagination">
{% if paginator.previous_page %}
- <a href="/blog/page{{ paginator.previous_page }}" class="previous">← prev</a>
+ <a href="/posts/page{{ paginator.previous_page }}" class="previous">← prev</a>
{% else %}
<span class="previous">← prev</span>
{% endif %}
<span class="page_number "> | {{ paginator.page }} of {{ paginator.total_pages }} | </span>
{% if paginator.next_page %}
- <a href="/blog/{{ paginator.next_page }}" class="next">next →</a>
+ <a href="/posts/{{ paginator.next_page }}" class="next">next →</a>
{% else %}
<span class="next ">next →</span>
{% endif %}