Move posts-specific permalink into collections metadata. Way better. 💫

This commit is contained in:
Parker Moore 2016-11-02 14:12:03 -07:00
parent 8b2a35dc50
commit 1669f944d1
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,5 @@
markdown: kramdown markdown: kramdown
highlighter: rouge highlighter: rouge
permalink: /news/:year/:month/:day/:title/
gauges_id: 503c5af6613f5d0f19000027 gauges_id: 503c5af6613f5d0f19000027
google_analytics_id: UA-50755011-1 google_analytics_id: UA-50755011-1
@ -14,6 +13,9 @@ timezone: America/Los_Angeles
collections: collections:
docs: docs:
output: true output: true
posts:
permalink: /news/:year/:month/:day/:title/
output: true
name: Jekyll • Simple, blog-aware, static sites name: Jekyll • Simple, blog-aware, static sites
description: Transform your plain text into static websites and blogs description: Transform your plain text into static websites and blogs