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-07-25-test-drive-twig-with-sculpin.md
2015-08-21 00:05:54 +01:00

20 lines
887 B
Markdown

---
title: Test Drive Twig with Sculpin
location: DrupalCamp North
slug: test-drive-twig-sculpin
slides: https://speakerdeck.com/opdavies/test-drive-twig-with-sculpin
slides_embed: <script async class="speakerdeck-embed" data-id="54589d2e50a3476a9a75aed809e9edf1" data-ratio="1.77777777777778" src="//speakerdeck.com/assets/embed.js"></script>
tags:
- conference
- drupalcamp
- drupalcamp-north
- sculpin
- twig
---
This session covers how to download and install Sculpin on your computer, and how to build a Sculpin site using YAML,
Markdown and Twig which you can use as a stand-alone static website or as a HTML prototype that you can copy and paste
into your Drupal 8 theme.
We'll also cover tips and tricks such as Sculpin themes, layouts and partials, and common Twig methods such as blocks
and template inheritance, loops, conditional statements and filters.