2015-07-20 00:11:04 +00:00
|
|
|
|
---
|
|
|
|
|
title: Sculpin and Twig Resources
|
2020-03-08 14:32:13 +00:00
|
|
|
|
date: 2015-07-19
|
2020-03-08 17:52:59 +00:00
|
|
|
|
excerpt:
|
|
|
|
|
A list of resources that I compiled whilst preparing for my Sculpin and Twig
|
|
|
|
|
talk at DrupalCamp North.
|
2015-07-20 00:11:04 +00:00
|
|
|
|
tags:
|
2020-03-08 17:52:59 +00:00
|
|
|
|
- sculpin
|
|
|
|
|
- drupalcamp
|
|
|
|
|
- drupalcamp-north
|
|
|
|
|
- twig
|
2015-07-20 00:11:04 +00:00
|
|
|
|
---
|
2020-03-08 17:52:59 +00:00
|
|
|
|
|
|
|
|
|
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).
|
2015-07-20 00:11:04 +00:00
|
|
|
|
|
|
|
|
|
## General Information
|
|
|
|
|
|
2020-03-08 17:52:59 +00:00
|
|
|
|
- <https://sculpin.io>
|
|
|
|
|
- <https://sculpin.io/getstarted/>
|
2015-07-20 00:11:04 +00:00
|
|
|
|
|
|
|
|
|
## Where to Get Sculpin
|
|
|
|
|
|
2020-03-08 17:52:59 +00:00
|
|
|
|
- <https://sculpin.io/download/>
|
|
|
|
|
- <https://github.com/sculpin/sculpin>
|
|
|
|
|
- <https://github.com/sculpin/sculpin-blog-skeleton>
|
|
|
|
|
- <https://github.com/opdavies/sculpin-minimal>
|
2015-07-20 00:11:04 +00:00
|
|
|
|
|
|
|
|
|
## Source Code Examples
|
|
|
|
|
|
2020-03-08 17:52:59 +00:00
|
|
|
|
- <https://sculpin.io/community/>
|
|
|
|
|
- <https://github.com/opdavies/oliverdavies.uk> - the source repository for this
|
|
|
|
|
site.
|
|
|
|
|
- <https://github.com/simensen/beau.io>
|
|
|
|
|
- <https://github.com/simensen/srcmvn.com>
|
|
|
|
|
- <https://github.com/thatpodcast/thatpodcast.io>
|
|
|
|
|
- <https://github.com/MidwestPHP/mwphp15>
|
|
|
|
|
- <https://github.com/dev-human/dev-human>
|
|
|
|
|
- <https://github.com/pantheon-systems/documentation>
|
|
|
|
|
- Google for "`sculpin_site.yml site:github.com`" for more examples.
|
2015-07-20 00:11:04 +00:00
|
|
|
|
|
|
|
|
|
## Videos
|
|
|
|
|
|
2020-03-08 17:52:59 +00:00
|
|
|
|
- <http://bit.ly/sculpin-videos> - a YouTube playlist of Sculpin videos.
|
2015-07-20 00:11:04 +00:00
|
|
|
|
|
|
|
|
|
## Twig
|
|
|
|
|
|
2020-03-08 17:52:59 +00:00
|
|
|
|
- <http://twig.sensiolabs.org/>
|
|
|
|
|
- <http://twig.sensiolabs.org/doc/templates.html> - variables, filters,
|
|
|
|
|
functions, template inheritance, expressions etc.
|
|
|
|
|
- Go to http://twig.sensiolabs.org/{foo} to search for a tag, filter, test or
|
|
|
|
|
function.
|