Move all files to sculpin/
This commit is contained in:
parent
c5d71803a5
commit
0f61b4e9ee
1514 changed files with 0 additions and 0 deletions
71
sculpin/source/_presentations/sculpin.md
Normal file
71
sculpin/source/_presentations/sculpin.md
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
---
|
||||
title: Building Static Websites with Sculpin
|
||||
description: How to use Sculpin to generate static HTML websites.
|
||||
events:
|
||||
- name: PHP South West
|
||||
location: Bristol, UK
|
||||
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
|
||||
- name: GroningenPHP
|
||||
date: 2021-12-09
|
||||
location: Groningen, Netherlands
|
||||
url: https://www.meetup.com/GroningenPHP/events/281648855
|
||||
online: true
|
||||
- name: PHP South West
|
||||
date: 2024-02-14
|
||||
location: Bristol, UK
|
||||
urls:
|
||||
video: https://www.youtube.com/watch?v=axy6ltc9meA
|
||||
demo: https://phpsw-sculpin-demo.oliverdavies.uk
|
||||
- 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
|
||||
- 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
|
||||
---
|
||||
|
||||
{% block abstract %}
|
||||
[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 %}
|
||||
|
||||
{% 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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue