Run prettier on all *.md files

```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
Oliver Davies 2020-03-08 17:52:59 +00:00
parent a3ceeaf0f3
commit 85a10c545b
170 changed files with 5127 additions and 2282 deletions

View file

@ -1,25 +1,31 @@
---
title: Building Static Websites with Sculpin
description: A lightning talk on how to use Sculpin to generate static HTML websites.
description:
A lightning talk on how to use Sculpin to generate static HTML websites.
type: Lightning talk
speakerdeck:
id: 6c9c4be1a1344f1291ff13a391674a66
ratio: '1.37081659973226'
url: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
id: 6c9c4be1a1344f1291ff13a391674a66
ratio: '1.37081659973226'
url: https://speakerdeck.com/opdavies/building-static-websites-with-sculpin
code: https://github.com/opdavies/sculpin-demo
tags: [meetups, phpsw, sculpin]
tweets: yes
video:
type: youtube
id: aN53arCKZAU
type: youtube
id: aN53arCKZAU
events:
- event: phpsw
date: 2015-10-14
joindin: https://joind.in/talk/view/15486
- event: phpsw
date: 2015-10-14
joindin: https://joind.in/talk/view/15486
---
[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!
[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][1], including the embedded videos.