From 13532f7768790d3fb926c0222d4e64ad40313410 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 27 Mar 2015 13:05:55 -0700 Subject: [PATCH] Change posts permalink to exclude categories. --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index d44d9685..82625e5c 100644 --- a/_config.yml +++ b/_config.yml @@ -2,5 +2,6 @@ baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://liquidmarkup.org" # the base hostname & protocol for your site markdown: kramdown +permalink: /:year/:month/:day/:basename:output_ext collections: - filters