Created
August 16, 2017 17:53
-
-
Save nighthawk/a61ec5c827b8817e0936ac013d8baf49 to your computer and use it in GitHub Desktop.
Jekyll config for microposts
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: | |
microposts: | |
output: true | |
permalink: /micro/:year/:month/:name.html | |
defaults: | |
- scope: | |
path: "" | |
type: microposts | |
values: | |
layout: micro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment