]> git.quilime.com - notes.git/commitdiff
Updates of coures
authorGabriel Dunne <gdunne@quilime.com>
Fri, 25 Apr 2014 01:46:55 +0000 (18:46 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Fri, 25 Apr 2014 01:46:55 +0000 (18:46 -0700)
_layouts/post.html
_posts/2014-04-21-firstpost.markdown [new file with mode: 0644]
_posts/2014-04-23-grasshopper-touchdesigner-osc-bridge.markdown [moved from _posts/2014-04-24-grasshopper-touchdesigner-osc-bridge.markdown with 97% similarity]
_posts/2014-04-23-welcome-to-jekyll.markdown [deleted file]
_posts/2014-04-24-tetramitres.markdown
index.html
publish.sh

index cd3c344fddf7a2c10e1ab1bc09a34ac704cd7c4b..62d329357f03c76973f301db7166a725bca73c1a 100644 (file)
@@ -3,7 +3,7 @@ layout: default
 ---
 <h2>{{ page.title }}</h2>
 
-<span class="meta">{{ page.date | date_to_string }}</span>
+<p class="meta">{{ page.date | date_to_string }}, by {{ page.author }}</p>
 
 <div class="post">
 {{ content }}
diff --git a/_posts/2014-04-21-firstpost.markdown b/_posts/2014-04-21-firstpost.markdown
new file mode 100644 (file)
index 0000000..1fae913
--- /dev/null
@@ -0,0 +1,8 @@
+---
+layout: post
+title:  "First Post"
+date:   2014-04-23 21:54:59
+categories: projects
+---
+
+Putting my ancient home-brewed [blog software](http://git.quilime.com/?p=plog.git) on a break and giving [Jekyll](https://github.com/mojombo/jekyll) a try.
similarity index 97%
rename from _posts/2014-04-24-grasshopper-touchdesigner-osc-bridge.markdown
rename to _posts/2014-04-23-grasshopper-touchdesigner-osc-bridge.markdown
index 11da343fed828cd6db893d39e3a45cc66dd67928..b42ebda6ca1d7cea22a448dcd356c6940b796ec4 100644 (file)
@@ -1,10 +1,12 @@
 ---
 layout: post
 title:  "Grasshopper -> TouchDesigner Bridge"
-date:   2014-04-23 21:54:59
+date:   2014-04-23
 categories: articles
 ---
 
+by Gabriel Dunne
+
 ## Abstract
 
 A proof-of-concept patch that sends polygon mesh geometry from Grasshopper to TouchDesigner realtime via OSC.
diff --git a/_posts/2014-04-23-welcome-to-jekyll.markdown b/_posts/2014-04-23-welcome-to-jekyll.markdown
deleted file mode 100644 (file)
index e0df977..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
----
-layout: post
-title:  "First Post"
-date:   2014-04-23 21:54:59
-categories: projects
----
-
-You'll find this post in your `_posts` directory - edit this post and re-build (or run with the `-w` switch) to see your changes!
-To add new posts, simply add a file in the `_posts` directory that follows the convention: YYYY-MM-DD-name-of-post.ext.
-
-Jekyll also offers powerful support for code snippets:
-
-{% highlight ruby %}
-def print_hi(name)
-  puts "Hi, #{name}"
-end
-print_hi('Tom')
-#=> prints 'Hi, Tom' to STDOUT.
-{% endhighlight %}
-
-Check out the [Jekyll docs][jekyll] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh].
-
-[jekyll-gh]: https://github.com/mojombo/jekyll
-[jekyll]:    http://jekyllrb.com
index 82cc058b5c7d77e452d9ab054f9c7f3e163767cd..52329bf8a770ee456d51d0dc9c3681413aba06d5 100644 (file)
@@ -1,7 +1,7 @@
 ---
 layout: post
 title:  "Geometric Forms out of Wood"
-date:   2014-04-23 21:54:59
+date:   2014-04-24
 categories: articles
 ---
 
index 34cf8ab87035de28a8622270e02be915bb6ee0f0..43b8fb0bee8e6de33582376b71b10c1d67549bb5 100644 (file)
@@ -4,6 +4,7 @@ title: notes
 ---
 
 <div id="home">
+
   <ul class="posts">
     {% for post in site.posts %}
       <li>
@@ -13,4 +14,5 @@ title: notes
       </li>
     {% endfor %}
   </ul>
+  
 </div>
index bd12e2c271f23b0596727dd15cce16485484b7a1..52d852825a48b82637fe442ce6c7040724540f05 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
 
 jekyll build
-rsycn _site quilime@quilime.com:/home/quilime/gabrieldunne-site/notes
+rsync _site quilime@quilime.com:/home/quilime/gabrieldunne-site/notes --delete