Skip to content

Instantly share code, notes, and snippets.

@settermjd
Last active October 5, 2015 11:48
Show Gist options
  • Select an option

  • Save settermjd/65ab1cdff7ec720661be to your computer and use it in GitHub Desktop.

Select an option

Save settermjd/65ab1cdff7ec720661be to your computer and use it in GitHub Desktop.
Creating a custom type in Sculpin
sculpin_content_types:
posts:
permalink: pretty
portfolios:
enabled: true
---
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