Skip to content

Instantly share code, notes, and snippets.

@WyriHaximus
Created November 2, 2014 12:02
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save WyriHaximus/6149b1afeffbe0c2899c to your computer and use it in GitHub Desktop.
sculpin_kernel.yml
sculpin_content_types:
posts:
permalink: :year/:month/:filename/
taxonomies:
- tags
- name: categories
strategies:
- \Sculpin\Contrib\Taxonomy\PermalinkStrategy\ConvertToLowercaseStrategy
- \Sculpin\Contrib\Taxonomy\PermalinkStrategy\TranslateSpacesToDashesStrategy
services:
dflydev.twig.extension.debug:
class: \Dflydev\Twig\Extension\GitHubGist\GistTwigExtension
tags:
- { name: twig.extension }
twig.extension.text:
class: Twig_Extensions_Extension_Text
tags:
- { name: twig.extension }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment