oliverdavies.uk/source/_presentations/sculpin.md

72 lines
2.3 KiB
Markdown
Raw Normal View History

2024-01-03 20:00:00 +00:00
---
title: Building Static Websites with Sculpin
description: How to use Sculpin to generate static HTML websites.
events:
- name: PHP South West
location: Bristol, UK
2024-08-07 02:07:26 +01:00
date: 2015-10-14
url: https://phpsw.uk/events/2015-10-lightning-talks
joindin: https://joind.in/talk/view/15486
- name: Drupal Yorkshire
date: 2021-08-19
location: Leeds, UK
url: https://www.meetup.com/DrupalYorkshire/events/280100968
online: true
- name: PHP North West (PHPNW)
date: 2021-09-07
location: Manchester, UK
url: https://www.phpnw.org.uk
online: true
2024-08-07 02:07:26 +01:00
- name: GroningenPHP
date: 2021-12-09
location: Groningen, Netherlands
url: https://www.meetup.com/GroningenPHP/events/281648855
online: true
- name: PHP South West
2024-08-07 02:07:26 +01:00
date: 2024-02-14
location: Bristol, UK
2025-03-21 20:58:23 +00:00
urls:
video: https://www.youtube.com/watch?v=axy6ltc9meA
demo: https://phpsw-sculpin-demo.oliverdavies.uk
2024-08-07 02:07:26 +01:00
- name: BrumPHP
date: 2024-05-23
location: Birmingham, UK
url: https://www.eventbrite.com/e/brumphp-23rd-may-2024-tickets-803037766577
- name: PHP Berkshire
date: 2024-08-28
location: Reading, UK
urls:
slides: /files/presentations/sculpin/php-berkshire.pdf
website: https://www.meetup.com/php-berkshire/events/301850284
2025-03-03 11:45:31 +00:00
- name: PHP Thames Valley
date: 2025-03-20
location: Oxford, UK
urls:
slides: /files/presentations/sculpin/php-thames-valley.pdf
code: https://code.oliverdavies.uk/opdavies/sculpin-demo/src/branch/php-thames-valley
website: https://www.meetup.com/php-thames-valley/events/305915971
new_events: true
2024-01-03 20:00:00 +00:00
---
{% block abstract %}
2024-01-03 20:00:00 +00: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.
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!
[0]: http://sculpin.io
{% endblock %}
2025-03-21 22:49:17 +00:00
{% block content %}
<article>
<blockquote>
<p>Another great talk yesterday by Oliver Davies about building static websites using sculpin. learned a lot, even though I was new to it.</p>
</blockquote>
<footer>PHP Thames Valley attendee.</footer>
</article>
{% endblock %}