This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_talks/2015-10-14-sculpin.md

37 lines
1.6 KiB
Markdown
Raw Normal View History

2015-09-10 13:14:30 +00:00
---
nav: talks
title: Building Static Websites with Sculpin
2015-12-30 23:53:01 +00:00
type: meetup
2015-09-12 07:59:49 +00:00
event:
name: PHPSW
2015-09-12 09:19:29 +00:00
website: http://phpsw.uk
location: Bristol, UK
2015-12-29 00:39:54 +00:00
slides: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
2015-09-12 10:25:28 +00:00
code: https://github.com/opdavies/sculpin-demo
2015-10-08 06:35:43 +00:00
joindin: https://joind.in/talk/view/15486
2015-09-12 14:33:09 +00:00
tags:
- meetups
- phpsw
- sculpin
2015-12-30 23:53:01 +00:00
tweets: yes
2015-09-10 13:14:30 +00:00
---
2015-12-30 23:53:01 +00:00
{% block abstract %}
2015-09-30 18:58:33 +00:00
[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!
2015-10-14 23:02:07 +00:00
2016-02-14 07:52:47 +00:00
You can [view the full slides](/slides/phpsw/building-static-websites-with-sculpin/), including the embedded videos.
2015-12-29 00:39:54 +00:00
{% endblock %}
{% block slides %}
<script async class="speakerdeck-embed" data-id="6c9c4be1a1344f1291ff13a391674a66" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>
{% endblock %}
2015-12-30 23:53:01 +00:00
{% 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 %}