summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_config.yml2
-rw-r--r--_posts/2013-01-13-unified-show-control.markdown2
-rw-r--r--_posts/2013-12-13-helvetica.markdown2
-rw-r--r--_posts/2013-12-13-mdengine.markdown2
-rw-r--r--_posts/2014-04-23-quick-application-launcher-for-os-x.markdown2
-rw-r--r--_posts/2014-04-28-forest-printer-management.markdown2
-rw-r--r--_posts/2014-04-30-shows.markdown2
-rw-r--r--_posts/2014-04-30-welcome-to-jekyll.markdown2
-rw-r--r--projects/index.html12
-rw-r--r--writing/index.html12
10 files changed, 18 insertions, 22 deletions
diff --git a/_config.yml b/_config.yml
index fd6bec9..671e25e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -9,4 +9,4 @@ keywords:
description: "Computer science student, hacker. Passionate about kerning and coffee."
# sass:
# style: :compressed
-permalink: /:type/:title/
+permalink: /:categories/:title/
diff --git a/_posts/2013-01-13-unified-show-control.markdown b/_posts/2013-01-13-unified-show-control.markdown
index c288599..67eded6 100644
--- a/_posts/2013-01-13-unified-show-control.markdown
+++ b/_posts/2013-01-13-unified-show-control.markdown
@@ -3,7 +3,7 @@ layout: post
title: Unified Show Control
description: A paper on unifying all aspects of theatrical show control.
date: 2013-01-13 00:00:00
-type: project
+category: projects
---
For my freshman writing seminar at Muhlenberg, I wrote a paper on a system I devised for controlling many different theatrical cueing consoles from one master console using MIDI Show Control (MSC). I called my system [Unified Show Control (pdf)](/assets/pdf/Unified_Show_Control.pdf).
diff --git a/_posts/2013-12-13-helvetica.markdown b/_posts/2013-12-13-helvetica.markdown
index b9b7ace..9e94eb6 100644
--- a/_posts/2013-12-13-helvetica.markdown
+++ b/_posts/2013-12-13-helvetica.markdown
@@ -3,7 +3,7 @@ layout: post
title: Helvetica for Safari and Chrome
description: Those who believe the web should be made more beautiful will appreciate this extension for Safari and Google Chrome that makes all text display in Helvetica Neue (with regular old Helvetica as a backup).
date: 2013-12-13 00:00:00
-type: project
+category: projects
---
Those who believe the web should be made more beautiful will appreciate this extension for Safari and Google Chrome that makes all text display in Helvetica Neue (with regular old Helvetica as a backup).
diff --git a/_posts/2013-12-13-mdengine.markdown b/_posts/2013-12-13-mdengine.markdown
index 28f12de..4555659 100644
--- a/_posts/2013-12-13-mdengine.markdown
+++ b/_posts/2013-12-13-mdengine.markdown
@@ -3,7 +3,7 @@ layout: post
title: MDEngine
description: A drag-and-drop PHP script enabling simple serving of rendered Markdown files.
date: 2013-12-13 00:00:00
-type: project
+category: projects
---
MDEngine was born of my need to serve static Markdown files simply and beautifully. I accomplished this by creating MDEngine, the PHP Markdown Engine.
diff --git a/_posts/2014-04-23-quick-application-launcher-for-os-x.markdown b/_posts/2014-04-23-quick-application-launcher-for-os-x.markdown
index c460992..ba0186e 100644
--- a/_posts/2014-04-23-quick-application-launcher-for-os-x.markdown
+++ b/_posts/2014-04-23-quick-application-launcher-for-os-x.markdown
@@ -3,7 +3,7 @@ layout: post
title: Quick App Launcher for OS X
description: How to remap your keyboard to quickly launch applications.
date: 2014-04-23 00:00:00
-type: project
+category: projects
---
I’ve been using [Alfred][] for some time now as an application launcher. If you’re not familiar with application launchers such as Alfred, it’s essentially Spotlight supercharged. It can find and launch applications, open files, perform custom web searches, even shut down your computer for you — all from commands you type in.
diff --git a/_posts/2014-04-28-forest-printer-management.markdown b/_posts/2014-04-28-forest-printer-management.markdown
index b87532d..8a0fff3 100644
--- a/_posts/2014-04-28-forest-printer-management.markdown
+++ b/_posts/2014-04-28-forest-printer-management.markdown
@@ -3,7 +3,7 @@ layout: post
title: Forest™ Printer Management System
description: For my Software Engineering class, we built a printer management infrastructure.
date: 2014-04-28 00:00:00
-type: project
+category: projects
---
In the Fall 2013 semester, I took a Software Engineering class. After a few weeks studying about development lifecycles, scheduling techniques, and such, we split the class into groups to propose and develop large software projects. I joined the team that was building a system that would track printer usage, display status, and collect statistics. Having previously created [a printer status project](http://mathcs.muhlenberg.edu/~bb246500/printers/), I found the idea intriguing.
diff --git a/_posts/2014-04-30-shows.markdown b/_posts/2014-04-30-shows.markdown
index 9bc76e5..6ac4ec1 100644
--- a/_posts/2014-04-30-shows.markdown
+++ b/_posts/2014-04-30-shows.markdown
@@ -3,7 +3,7 @@ layout: post
title: Theatrical Credits
description: Mostly for my own reference, here’s a list of shows I’ve worked on.
date: 2014-04-30 00:00:00
-type: project
+category: projects
---
### _Every Good Boy Deserves Favor_ (Spring 2014)
diff --git a/_posts/2014-04-30-welcome-to-jekyll.markdown b/_posts/2014-04-30-welcome-to-jekyll.markdown
index d77afce..f18457b 100644
--- a/_posts/2014-04-30-welcome-to-jekyll.markdown
+++ b/_posts/2014-04-30-welcome-to-jekyll.markdown
@@ -3,7 +3,7 @@ layout: post
description: Jekyll intro
title: "Welcome to Jekyll!"
date: 2014-04-30 18:58:26
-type: writing
+category: writing
---
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!
diff --git a/projects/index.html b/projects/index.html
index 736558d..9ba9f64 100644
--- a/projects/index.html
+++ b/projects/index.html
@@ -4,11 +4,9 @@ title: Ben Burwell’s Projects
description: Projects I’ve done.
---
-{% for post in site.posts %}
- {% if post.type == "project" %}
- <div class="project">
- <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
- <p>{{ post.description }}</p>
- </div>
- {% endif %}
+{% for post in site.categories.projects %}
+ <div class="project">
+ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
+ <p>{{ post.description }}</p>
+ </div>
{% endfor %}
diff --git a/writing/index.html b/writing/index.html
index 43de7f5..b7ad2a5 100644
--- a/writing/index.html
+++ b/writing/index.html
@@ -4,11 +4,9 @@ title: Ben Burwell’s Writing
description: A small collection of writing I’ve done on various topics over the years.
---
-{% for post in site.posts %}
- {% if post.type == "writing" %}
- <div class="writing">
- <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
- <p>{{ post.description }}</p>
- </div>
- {% endif %}
+{% for post in site.categories.writing %}
+ <div class="writing">
+ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
+ <p>{{ post.description }}</p>
+ </div>
{% endfor %}