first
This commit is contained in:
27
src/events/2025-solstice.njk
Normal file
27
src/events/2025-solstice.njk
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
title: Solstice 2025 Market at the Beall Greenhouses
|
||||
shortTitle: 2025 Solstice
|
||||
img:
|
||||
src: events/2025-solstice/event.jpg
|
||||
alt: group photo of all eight artists of the Solstice 2025 market.
|
||||
date: 2025-12-21
|
||||
---
|
||||
|
||||
<h2>When?</h2>
|
||||
<p class="under-header"><time datetime="2025-12-21 10:00">Sunday, December 21st, 2025, 10am - 5pm</time>.</p>
|
||||
|
||||
<h2>Where?</h2>
|
||||
<p class="under-header">Studios in the former cold storage facility at the old Beall Greenhouses:
|
||||
<a href="https://maps.app.goo.gl/5p1NAArdjX4vaEgw9" target="_blank">18527 Beall Rd SW, Vashon, WA 98070</a>
|
||||
</p>
|
||||
|
||||
<h2>What else?</h2>
|
||||
<p class="under-header">There will be popcorn, cookies, fresh hot coffee from
|
||||
<a href="www.zenbelliescoffeeco.com" target="_blank">Zenbellies Coffee Co.</a>,
|
||||
and a warm fire.
|
||||
</p>
|
||||
|
||||
<h2>Who?</h2>
|
||||
|
||||
{% set artists = collections["2025 solstice"] %}
|
||||
{% include "artistlist.njk" %}
|
||||
31
src/events/2026-imbolc.njk
Normal file
31
src/events/2026-imbolc.njk
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: Imbolc 2026 Celebration and Market at the Beall Greenhouses
|
||||
shortTitle: 2026 Imbolc
|
||||
img:
|
||||
src: events/2026-imbolc/event.jpg
|
||||
alt: part of the Imbolc 2026 market flyer. in the background, a greenhouse in black and white; in the foreground, text reading Celebration and Market at the Beall Greenhouses; Crafting and Art; Open Studios. inset in the lower left is the top of the site's logo, a hummingbird in flight.
|
||||
date: 2026-01-31
|
||||
---
|
||||
|
||||
<div class="two-col">
|
||||
<div class="no-header">
|
||||
<p>Join us to celebrate the returning of the light on
|
||||
<time datetime="2026-01-31 10:00">Saturday, January 31st, 2026, 10am - 5pm</time>.</p>
|
||||
<p>Find us in studios in the former cold storage facility at the old Beall Greenhouses —
|
||||
<a href="https://maps.app.goo.gl/5p1NAArdjX4vaEgw9" target="_blank">18527 Beall Rd SW, Vashon, WA 98070</a>
|
||||
— as well as Quartermaster Press, located directly back from the same parking lot.
|
||||
</p>
|
||||
<p>There will be a workshop on making your own Brigid's Cross, a traditional symbol of Imbolc, led by
|
||||
<a href="#katt-rouse-riley">Katt Rouse-Riley.</a>
|
||||
</p>
|
||||
<p>Hot mulled cider (non-alcoholic) will be served. We'll also have a coffee vendor,
|
||||
<a href="#gary-zenbellies">Gary of Zenbellies Coffee Co.</a></p>
|
||||
</div>
|
||||
|
||||
<img src="/img/events/2026-imbolc/flyer.jpg" alt="a black and white flyer for the Imbolc event that reads: Imbolc Celebration and Market at the Beall Greenhouses. Crafting and art, open studios. It then lists the address, time, and website. The text is overlaid on a darkened image of a dilapidated greenhouse, and the site's hummingbird logo is inset.">
|
||||
</div>
|
||||
|
||||
<h2>Artists and vendors</h2>
|
||||
|
||||
{% set artists = collections["2026 imbolc"] %}
|
||||
{% include "artistlist.njk" %}
|
||||
6
src/events/events.11tydata.js
Normal file
6
src/events/events.11tydata.js
Normal file
@ -0,0 +1,6 @@
|
||||
export default {
|
||||
tags: [
|
||||
"events"
|
||||
],
|
||||
layout: "page.njk"
|
||||
};
|
||||
Reference in New Issue
Block a user