Added slides and video blocks

This commit is contained in:
Oliver Davies 2015-12-29 00:39:54 +00:00
parent bc180e8792
commit 33198841a4
8 changed files with 51 additions and 28 deletions

View file

@ -5,9 +5,7 @@ event:
name: DrupalCamp North 2015
website: http://drupalcampnorth.org
location: Sunderland, UK
slides:
url: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin
embed: <script async class="speakerdeck-embed" data-id="54589d2e50a3476a9a75aed809e9edf1" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
slides: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin
code: https://github.com/opdavies/sculpin-demo
tags:
- conference
@ -16,6 +14,12 @@ tags:
- sculpin
- twig
---
{% block content %}
[Sculpin](https://sculpin.io) is a static site generator written in PHP, and based on [Symfony components](http://symfony.com/doc/current/components/index.html). It uses [YAML](http://yaml.org/) and [Twig](http://twig.sensiolabs.org/), which makes it very appealing to Drupal people wanting to learn these in preparation for Drupal 8.
This session covered how to install Sculpin itself, as well as how to use it to build a static site from Markdown, HTML and Twig templates. We also covered Sculpin concepts such as content types, themes and partials, and Twig layouts, blocks and inheritance, as well as some tips and tricks that I've found whilst developing with Sculpin.
{% endblock %}
{% block slides %}
<script async class="speakerdeck-embed" data-id="54589d2e50a3476a9a75aed809e9edf1" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
{% endblock %}