Updated talks
This commit is contained in:
parent
3b87527d90
commit
b6609a5f60
13 changed files with 75 additions and 21 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
nav: talks
|
||||
title: Test Drive Twig with Sculpin
|
||||
type: conference
|
||||
event:
|
||||
name: DrupalCamp North 2015
|
||||
website: http://drupalcampnorth.org
|
||||
|
@ -13,8 +14,9 @@ tags:
|
|||
- drupalcamp-north
|
||||
- sculpin
|
||||
- twig
|
||||
tweets: yes
|
||||
---
|
||||
{% block content %}
|
||||
{% block abstract %}
|
||||
[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.
|
||||
|
@ -23,3 +25,7 @@ This session covered how to install Sculpin itself, as well as how to use it to
|
|||
{% block slides %}
|
||||
<script async class="speakerdeck-embed" data-id="54589d2e50a3476a9a75aed809e9edf1" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block feedback %}
|
||||
<blockquote class="twitter-tweet" lang="en"><p lang="en" dir="ltr">Twig said 'foo', then Sculpin said 'bar'. They agreed to go spaceless ;-) Interesting talk by <a href="https://twitter.com/opdavies">@opdavies</a> <a href="https://twitter.com/hashtag/dcnorth15?src=hash">#dcnorth15</a> <a href="http://t.co/26GmhiCdfJ">http://t.co/26GmhiCdfJ</a></p>— Stefan van Hooft (@hooftio) <a href="https://twitter.com/hooftio/status/624898550158200832">July 25, 2015</a></blockquote>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue