Run prettier on all *.md files

```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
Oliver Davies 2020-03-08 17:52:59 +00:00
parent a3ceeaf0f3
commit 85a10c545b
170 changed files with 5127 additions and 2282 deletions

View file

@ -1,45 +1,53 @@
---
title: Sculpin and Twig Resources
date: 2015-07-19
excerpt: A list of resources that I compiled whilst preparing for my Sculpin and Twig talk at DrupalCamp North.
excerpt:
A list of resources that I compiled whilst preparing for my Sculpin and Twig
talk at DrupalCamp North.
tags:
- sculpin
- drupalcamp
- drupalcamp-north
- twig
- sculpin
- drupalcamp
- drupalcamp-north
- twig
---
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).
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/>
- <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>
- <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.
- <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.
- <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.
- <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.