oliverdavies.uk/source/_talks/2015-10-14-sculpin.md

23 lines
1 KiB
Markdown
Raw Normal View History

2015-09-10 14:14:30 +01:00
---
nav: talks
title: Building Static Websites with Sculpin
2015-09-12 08:59:49 +01:00
event:
name: PHPSW
2015-09-12 10:19:29 +01:00
website: http://phpsw.uk
location: Bristol, UK
2015-09-12 11:25:28 +01:00
code: https://github.com/opdavies/sculpin-demo
2015-10-08 07:35:43 +01:00
joindin: https://joind.in/talk/view/15486
2015-09-12 15:33:09 +01:00
tags:
- meetups
- phpsw
- sculpin
2015-10-15 00:02:07 +01:00
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>
2015-09-10 14:14:30 +01:00
---
2015-09-30 19:58:33 +01: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-15 00:02:07 +01:00
2015-10-28 23:10:20 +00:00
The full version of the slides are available at <https://opdavies.github.io/slides-phpsw-sculpin>, including the embedded videos.