Updated talks

This commit is contained in:
Oliver Davies 2015-12-30 23:53:01 +00:00
parent 3b87527d90
commit b6609a5f60
13 changed files with 75 additions and 21 deletions

View file

@ -1,6 +1,7 @@
---
nav: talks
title: Building Static Websites with Sculpin
type: meetup
event:
name: PHPSW
website: http://phpsw.uk
@ -12,8 +13,9 @@ tags:
- meetups
- phpsw
- sculpin
tweets: yes
---
{% block content %}
{% block abstract %}
[Sculpin](http://sculpin.io) is a static site generator written in PHP. It converts Markdown files, Twig templates and standard HTML into a static HTML site that can be easily deployed.
This talk will cover a little of the background to Sculpin and what it is, and then will move into some demonstrations of how to build a Sculpin site and what it can do!
@ -24,3 +26,11 @@ The full version of the slides are available at <https://opdavies.github.io/slid
{% block slides %}
<script async class="speakerdeck-embed" data-id="6c9c4be1a1344f1291ff13a391674a66" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
{% endblock %}
{% block video %}
This talk was recorded. Video coming soon.
{% endblock %}
{% block feedback %}
<blockquote class="twitter-tweet" lang="en"><p lang="en" dir="ltr">Simple and very cool use of video in <a href="https://twitter.com/opdavies">@opdavies</a> lightning talk <a href="https://twitter.com/phpsw">@phpsw</a> to show how to do things</p>&mdash; Stuart Herbert (@stuherbert) <a href="https://twitter.com/stuherbert/status/654367259339661312">October 14, 2015</a></blockquote>
{% endblock %}