oliverdavies.uk/source/_talks/building-static-websites-sculpin.md

26 lines
1.2 KiB
Markdown
Raw Normal View History

2015-09-10 14:14:30 +01:00
---
2017-09-06 07:34:18 +01:00
talk_id: 8
2015-09-10 14:14:30 +01:00
title: Building Static Websites with Sculpin
2017-03-14 08:18:57 +00:00
type: Lightning talk
2017-03-08 08:07:54 +00: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-12 11:25:28 +01:00
code: https://github.com/opdavies/sculpin-demo
2017-03-06 00:25:37 +00:00
tags: [meetups, phpsw, sculpin]
2015-12-30 23:53:01 +00:00
tweets: yes
2016-05-14 00:53:41 +01:00
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
2017-07-10 07:05:12 +01:00
redirect:
- talks/2015/10/14/sculpin-phpsw/
2017-09-06 08:43:49 +01:00
- talks/building-static-websites-with-sculpin/
2015-09-10 14:14:30 +01:00
---
2016-05-14 00:53:41 +01:00
[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.
2015-09-30 19:58:33 +01:00
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
2016-05-14 00:53:41 +01:00
You can [view the full slides][1], including the embedded videos.
2015-12-29 00:39:54 +00:00
2016-05-14 00:53:41 +01:00
[0]: http://sculpin.io
2016-08-23 08:15:16 +01:00
[1]: https://opdavies.github.io/slides-phpsw-sculpin