Skip to content

Instantly share code, notes, and snippets.

@philhawksworth
Created May 18, 2014 23:16
Show Gist options
  • Save philhawksworth/792565bf0e5cec466a65 to your computer and use it in GitHub Desktop.
Save philhawksworth/792565bf0e5cec466a65 to your computer and use it in GitHub Desktop.
# Site settings
title: Your awesome title
email: your-email@domain.com
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description."
baseurl: ""
url: "http://yourdomain.com"
# Build settings
markdown: kramdown
defaults:
-
scope:
path: ""
values:
layout: default
-
scope:
path: "_posts"
values:
layout: "post"
permalink: "/posters/:title"
@philhawksworth
Copy link
Author

The _posts scope layout value is picked up, but not the permalink.

@bridgestew
Copy link

Bummer. All the docs led me to believe it should be.

It seems that no matter what I do, when Jekyll builds, it always creates directories/subdirectories based on the date. :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment