Last active
October 5, 2015 11:48
-
-
Save settermjd/65ab1cdff7ec720661be to your computer and use it in GitHub Desktop.
Creating a custom type in Sculpin
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
| sculpin_content_types: | |
| posts: | |
| permalink: pretty | |
| portfolios: | |
| enabled: true |
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
| --- | |
| layout: portfolios | |
| title: Portfolio | |
| use: | |
| - portfolios | |
| --- | |
| {% for item in data.portfolios %} | |
| {% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment