-name : Gabriel L Dunne
-description: Gabriel L Dunne
-author : Gabriel L Dunne
+name : Gabriel Dunne
+description: Gabriel Dunne
+author : Gabriel Dunne
url : "http://localhost:4000"
author_url : https://gabrieldunne.com
author_email : studio@gabrieldunne.com
-name : Gabriel L Dunne
-description: Gabriel L Dunne
-author : Gabriel L Dunne
+name : Gabriel Dunne
+description: Gabriel Dunne
+author : Gabriel Dunne
url : https://gabrieldunne.com
author_url : https://gabrieldunne.com
author_email : studio@gabrieldunne.com
<ul>
<li><h3 class="header"><a href="{{site.url}}/">{{site.name}}</a></h3></li>
<li><a href="{{ site.url }}/about/">about</a></li>
- <!-- <li><a href="{{ site.url }}/news/">news</a></li> -->
- <!-- <li><a href="{{ site.url }}/notes/">notes</a></li> -->
<li><a href="{{ site.url }}/posts/">all posts</a></li>
<li><a href="{{ site.url }}/archive-d/">archive</a></li>
<li><a href="{{ site.url }}/feed.xml">rss</a></li>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
{% assign ts = 'now' | date: "%s" %}
- <title>{{ site.name }}{% if page.title != 'index' %} > {{ page.title }}{% endif %}</title>
+ <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.url }}/css/syntax.css?t={{ ts }}">
<br />
-Gabriel L Dunne creates works of sound and space, still and moving images, performance, installation, sculpture, and software.
+Gabriel Labov Dunne creates works of sound and space, still and moving images, performance, installation, sculpture, and software.
## email contact
studio at gabrieldunne dot com
+## rss feed
+
+<a href="{{ site.url }}/feed.xml">rss</a>
+
## Mailing list
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
+++ /dev/null
----
-layout: default
-title: 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: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 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" class="button">
- </div>
- <div style="position: absolute; left: -5000px;"><input type="text" name="b_5f627417bdb5e6d2fe0b56ae3_ce46411f5e" tabindex="-1" value=""></div>
-</form>
-</div>
-
-
-### network
-
-[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
{% for post in site.categories.notes %}
{% if post.url %}
- <h2 style="margin:0;padding:0;"><a href="{{ site.url }}{{ post.url }}">
- {{ post.title }}
- </a> {{ post.date | date: "%Y-%m-%d" }}
+
+ <h2 style="margin:0;padding:0;margin-bottom:0.5em;">
+ <a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
+ <br />
+ <span style="font-size:0.7em;line-height:1em;position:relative;top:-0.45em">{{ post.date | date: "%Y-%m-%d" }}</span>
</h2>
+
{% endif %}
{% endfor %}