From 839f66cdd7a8c73a3cdd36c279ba25334d23cfa1 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 20 Jul 2015 01:11:04 +0100 Subject: [PATCH] Added Sculpin and Twig resources --- source/_posts/2015-07-18-sculpin-resources.md | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 source/_posts/2015-07-18-sculpin-resources.md diff --git a/source/_posts/2015-07-18-sculpin-resources.md b/source/_posts/2015-07-18-sculpin-resources.md new file mode 100644 index 00000000..37a0f2d6 --- /dev/null +++ b/source/_posts/2015-07-18-sculpin-resources.md @@ -0,0 +1,55 @@ +--- +layout: post +title: Sculpin and Twig Resources +date: 2015-07-18 +meta: + description: Some links to useful resources relating to Sculpin. +tags: + - sculpin + - drupalcamp + - drupalcamp-north + - twig +slug: sculpin-twig-resources +--- +{% block excerpt %} +A compiled list of resources relating to Sculpin and Twig. +{% endblock %} + +{% block content %} +Here’s a list of resources that I compiled whilst preparing for my [Sculpin and Twig talk](http://drupalcampnorth.org/session/test-drive-twig-sculpin) at [DrupalCamp North](http://drupalcampnorth.org). + +## General Information + +* +* + +## Where to Get Sculpin + +* +* +* +* + +## Source Code Examples + +* +* - the source repository for this site. +* +* +* +* +* +* +* Google for "`sculpin_site.yml site:github.com`" for more examples. + +## Videos + +* - a YouTube playlist of Sculpin videos. + +## Twig + +* +* - variables, filters, functions, template inheritance, expressions etc. +* Go to http://twig.sensiolabs.org/{foo} to search for a tag, filter, test or function. + +{% endblock %}