This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_posts/2015-07-19-sculpin-resources.md

55 lines
1.8 KiB
Markdown
Raw Normal View History

2015-07-20 00:11:04 +00:00
---
title: Sculpin and Twig Resources
2015-07-20 00:12:44 +00:00
date: 2015-07-19
2015-07-20 00:11:04 +00:00
meta:
2015-07-21 17:10:34 +00:00
description: A compiled list of resources relating to Sculpin and Twig.
2015-07-20 00:11:04 +00:00
tags:
- sculpin
- drupalcamp
- drupalcamp-north
- twig
slug: sculpin-twig-resources
2016-12-29 16:32:52 +00:00
use: [posts]
2015-07-20 00:11:04 +00:00
---
{% block excerpt %}
2015-07-21 17:10:34 +00:00
Heres 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
{% endblock %}
{% block content %}
Heres 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
* <https://sculpin.io>
* <https://sculpin.io/getstarted/>
## Where to Get Sculpin
* <https://sculpin.io/download/>
* <https://github.com/sculpin/sculpin>
* <https://github.com/sculpin/sculpin-blog-skeleton>
* <https://github.com/opdavies/sculpin-minimal>
## Source Code Examples
* <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.
## Videos
* <http://bit.ly/sculpin-videos> - a YouTube playlist of Sculpin videos.
## Twig
* <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.
{% endblock %}