Move posts-specific permalink into collections metadata. Way better. 💫
This commit is contained in:
parent
8b2a35dc50
commit
1669f944d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue