Created
May 18, 2014 23:16
-
-
Save philhawksworth/792565bf0e5cec466a65 to your computer and use it in GitHub Desktop.
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
# Site settings | |
title: Your awesome title | |
email: [email protected] | |
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" |
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
The _posts scope layout value is picked up, but not the permalink.