More information
This commit is contained in:
parent
5beba52515
commit
2cf094ef93
|
@ -2,4 +2,6 @@
|
|||
title: Never Commit to Master: An Introduction to Git Flow
|
||||
location: DrupalCamp London
|
||||
slug: git-flow
|
||||
slides: https://speakerdeck.com/opdavies/never-commit-to-master-an-introduction-to-git-flow
|
||||
slides_embed: <script async class="speakerdeck-embed" data-id="201559e0f103013198dd5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
---
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
title: drush make drupalbristol
|
||||
location: Drupal Bristol
|
||||
slides: https://speakerdeck.com/opdavies/drush-make-drupalbristol
|
||||
slides_embed: <script async class="speakerdeck-embed" data-id="42605700f102013198de5a5f6f23ab67" data-ratio="1.29456384323641" src="//speakerdeck.com/assets/embed.js"></script>
|
||||
---
|
||||
|
|
|
@ -3,3 +3,5 @@ title: About the Drupal Association
|
|||
location: SWDUG
|
||||
slug: drupal-association
|
||||
---
|
||||
An impromptu talk about the [Drupal Association](https://assoc.drupal.org) - what it is and does, and what I've been
|
||||
working on since starting my new role there in May.
|
||||
|
|
|
@ -2,4 +2,17 @@
|
|||
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
|
||||
- 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.
|
||||
|
|
|
@ -3,3 +3,4 @@ title: Building Static Websites with Sculpin
|
|||
location: Unified Diff
|
||||
slug: sculpin
|
||||
---
|
||||
TBC
|
||||
|
|
Reference in a new issue