Last active
December 18, 2016 02:59
-
-
Save sskylar/ec8179b1d1344d02f27c to your computer and use it in GitHub Desktop.
Custom Posts permalink in Jekyll
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
collections: | |
posts: | |
title: "Articles" # replace "Articles" with name of your choice | |
output: true | |
defaults: | |
- scope: | |
path: '' | |
type: posts | |
values: | |
permalink: "/articles/:title/" # replace "articles" with name of your choice |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment