Added slides and video blocks
This commit is contained in:
parent
bc180e8792
commit
33198841a4
8 changed files with 51 additions and 28 deletions
|
@ -5,18 +5,22 @@ event:
|
|||
name: PHPSW
|
||||
website: http://phpsw.uk
|
||||
location: Bristol, UK
|
||||
slides: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
|
||||
code: https://github.com/opdavies/sculpin-demo
|
||||
joindin: https://joind.in/talk/view/15486
|
||||
tags:
|
||||
- meetups
|
||||
- phpsw
|
||||
- sculpin
|
||||
slides:
|
||||
url: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
|
||||
embed: <script async class="speakerdeck-embed" data-id="6c9c4be1a1344f1291ff13a391674a66" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
---
|
||||
{% block content %}
|
||||
[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!
|
||||
|
||||
The full version of the slides are available at <https://opdavies.github.io/slides-phpsw-sculpin>, including the embedded videos.
|
||||
{% endblock %}
|
||||
|
||||
{% block slides %}
|
||||
<script async class="speakerdeck-embed" data-id="6c9c4be1a1344f1291ff13a391674a66" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue