From 1669f944d16e71350a1c162f725689849cf7e399 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 2 Nov 2016 14:12:03 -0700 Subject: [PATCH] Move posts-specific permalink into collections metadata. Way better. :dizzy: --- docs/_config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 5333c52e..6f57710a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,6 +1,5 @@ markdown: kramdown highlighter: rouge -permalink: /news/:year/:month/:day/:title/ gauges_id: 503c5af6613f5d0f19000027 google_analytics_id: UA-50755011-1 @@ -14,6 +13,9 @@ timezone: America/Los_Angeles collections: docs: output: true + posts: + permalink: /news/:year/:month/:day/:title/ + output: true name: Jekyll • Simple, blog-aware, static sites description: Transform your plain text into static websites and blogs