Skip to content

Instantly share code, notes, and snippets.

@sskylar
Last active December 18, 2016 02:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sskylar/ec8179b1d1344d02f27c to your computer and use it in GitHub Desktop.
Save sskylar/ec8179b1d1344d02f27c to your computer and use it in GitHub Desktop.
Custom Posts permalink in Jekyll
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