Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
parent
a3ceeaf0f3
commit
85a10c545b
170 changed files with 5127 additions and 2282 deletions
|
|
@ -1,20 +1,29 @@
|
|||
---
|
||||
title: Test Drive Twig with Sculpin
|
||||
description: With Drupal 8 just around the corner, see how you can develop your Twig skills with Sculpin - a static site generator based on Symfony components and Twig.
|
||||
description:
|
||||
With Drupal 8 just around the corner, see how you can develop your Twig skills
|
||||
with Sculpin - a static site generator based on Symfony components and Twig.
|
||||
speakerdeck:
|
||||
id: 54589d2e50a3476a9a75aed809e9edf1
|
||||
ratio: '1.77777777777778'
|
||||
url: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin
|
||||
id: 54589d2e50a3476a9a75aed809e9edf1
|
||||
ratio: '1.77777777777778'
|
||||
url: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin
|
||||
code: https://github.com/opdavies/sculpin-demo
|
||||
tags: [conference, drupalcamp, drupalcamp-north, sculpin, twig]
|
||||
tweets: yes
|
||||
events:
|
||||
- event: drupalcamp_north_15
|
||||
date: 2015-07-25
|
||||
- event: drupalcamp_north_15
|
||||
date: 2015-07-25
|
||||
---
|
||||
[Sculpin][1] is a static site generator written in PHP, and based on [Symfony components][2]. It uses [YAML][3] and [Twig][4], which makes it very appealing to Drupal people wanting to learn these in preparation for Drupal 8.
|
||||
|
||||
This session covered how to install Sculpin itself, as well as how to use it to build a static site from Markdown, HTML and Twig templates. We also covered Sculpin concepts such as content types, themes and partials, and Twig layouts, blocks and inheritance, as well as some tips and tricks that I've found whilst developing with Sculpin.
|
||||
[Sculpin][1] is a static site generator written in PHP, and based on [Symfony
|
||||
components][2]. It uses [YAML][3] and [Twig][4], which makes it very appealing
|
||||
to Drupal people wanting to learn these in preparation for Drupal 8.
|
||||
|
||||
This session covered how to install Sculpin itself, as well as how to use it to
|
||||
build a static site from Markdown, HTML and Twig templates. We also covered
|
||||
Sculpin concepts such as content types, themes and partials, and Twig layouts,
|
||||
blocks and inheritance, as well as some tips and tricks that I've found whilst
|
||||
developing with Sculpin.
|
||||
|
||||
[1]: https://sculpin.io
|
||||
[2]: http://symfony.com/doc/current/components/index.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue