Updated talks
This commit is contained in:
parent
0ef1eb650e
commit
7463e87e9d
11 changed files with 58 additions and 100 deletions
|
@ -6,7 +6,9 @@ event:
|
|||
name: PHPSW
|
||||
website: http://phpsw.uk
|
||||
location: Bristol, UK
|
||||
slides: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
|
||||
slides:
|
||||
embed: <script async class="speakerdeck-embed" data-id="6c9c4be1a1344f1291ff13a391674a66" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
url: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
|
||||
code: https://github.com/opdavies/sculpin-demo
|
||||
joindin: https://joind.in/talk/view/15486
|
||||
tags:
|
||||
|
@ -14,23 +16,15 @@ tags:
|
|||
- phpsw
|
||||
- sculpin
|
||||
tweets: yes
|
||||
video:
|
||||
embed: <iframe width="560" height="315" src="https://www.youtube.com/embed/aN53arCKZAU" frameborder="0" allowfullscreen></iframe>
|
||||
url: https://www.youtube.com/watch?v=aN53arCKZAU
|
||||
---
|
||||
{% 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.
|
||||
[Sculpin][0] 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!
|
||||
|
||||
You can [view the full slides](/slides/phpsw/building-static-websites-with-sculpin/), including the embedded videos.
|
||||
{% endblock %}
|
||||
You can [view the full slides][1], including the embedded videos.
|
||||
|
||||
{% block slides %}
|
||||
{{ speakerdeck('6c9c4be1a1344f1291ff13a391674a66', '1.37081659973226') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block video %}
|
||||
{{ youtube('aN53arCKZAU') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block feedback %}
|
||||
{{ tweet('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>— Stuart Herbert (@stuherbert) <a href="https://twitter.com/stuherbert/status/654367259339661312">October 14, 2015</a>') }}
|
||||
{% endblock %}
|
||||
[0]: http://sculpin.io
|
||||
[1]: {{site.url}}/slides/phpsw/building-static-websites-with-sculpin/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue