From 7b026c0709db40977694ed1b5d857d749e711814 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Thu, 24 Apr 2014 18:46:55 -0700 Subject: [PATCH] Updates of coures --- _layouts/post.html | 2 +- _posts/2014-04-21-firstpost.markdown | 8 +++++++ ...shopper-touchdesigner-osc-bridge.markdown} | 4 +++- _posts/2014-04-23-welcome-to-jekyll.markdown | 24 ------------------- _posts/2014-04-24-tetramitres.markdown | 2 +- index.html | 2 ++ publish.sh | 2 +- 7 files changed, 16 insertions(+), 28 deletions(-) create mode 100644 _posts/2014-04-21-firstpost.markdown rename _posts/{2014-04-24-grasshopper-touchdesigner-osc-bridge.markdown => 2014-04-23-grasshopper-touchdesigner-osc-bridge.markdown} (97%) delete mode 100644 _posts/2014-04-23-welcome-to-jekyll.markdown diff --git a/_layouts/post.html b/_layouts/post.html index cd3c344..62d3293 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,7 +3,7 @@ layout: default ---

{{ page.title }}

-{{ page.date | date_to_string }} +

{{ page.date | date_to_string }}, by {{ page.author }}

{{ content }} diff --git a/_posts/2014-04-21-firstpost.markdown b/_posts/2014-04-21-firstpost.markdown new file mode 100644 index 0000000..1fae913 --- /dev/null +++ b/_posts/2014-04-21-firstpost.markdown @@ -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. diff --git a/_posts/2014-04-24-grasshopper-touchdesigner-osc-bridge.markdown b/_posts/2014-04-23-grasshopper-touchdesigner-osc-bridge.markdown 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 11da343..b42ebda 100644 --- a/_posts/2014-04-24-grasshopper-touchdesigner-osc-bridge.markdown +++ b/_posts/2014-04-23-grasshopper-touchdesigner-osc-bridge.markdown @@ -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 index e0df977..0000000 --- a/_posts/2014-04-23-welcome-to-jekyll.markdown +++ /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 diff --git a/_posts/2014-04-24-tetramitres.markdown b/_posts/2014-04-24-tetramitres.markdown index 82cc058..52329bf 100644 --- a/_posts/2014-04-24-tetramitres.markdown +++ b/_posts/2014-04-24-tetramitres.markdown @@ -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 --- diff --git a/index.html b/index.html index 34cf8ab..43b8fb0 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ title: notes ---
+
    {% for post in site.posts %}
  • @@ -13,4 +14,5 @@ title: notes
  • {% endfor %}
+
diff --git a/publish.sh b/publish.sh index bd12e2c..52d8528 100755 --- a/publish.sh +++ b/publish.sh @@ -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 -- 2.34.1