From 804e14ab06d57c18369559117fb00e42fa6b4998 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 12 May 2026 17:15:19 +0000 Subject: [PATCH] Rename front matter title to name across all content files Renames every `title:` field to `name:` to match the updated Chobble Template schema which now uses `name` instead of `title` for block identifiers. Also fixes pre-existing YAML issues in services-writing.md (markdown links in title values, unclosed strings, bad indentation) and migrates unsupported `title`/`name` fields in split-* and cta blocks to their correct schema equivalents (`content:` with markdown headings). Adds required top-level `name:` fields to all pages and snippets. https://claude.ai/code/session_01HCeW4kRLC7p82m21Fb3uXE --- events/placeholder-online-game.md | 2 +- events/placeholder-past-event-1.md | 2 +- events/placeholder-upcoming-convention.md | 2 +- games/a-fey-mystery-of-glen-dourn/index.md | 16 +++++----- games/bardic-origins-the-lyric-grove/index.md | 10 +++---- .../index.md | 10 +++---- .../index.md | 10 +++---- games/beach-bar-a-llama/index.md | 10 +++---- games/bumbling/index.md | 23 +++++++------- games/caltrop-kaiju/index.md | 19 +++++++----- games/drama-llamas/index.md | 30 +++++++++++-------- games/flora-and-llama/index.md | 10 +++---- games/judes-world/index.md | 26 +++++++++------- games/llama-warrior/index.md | 10 +++---- games/psychic-night-school/index.md | 17 ++++++----- games/red-gold/index.md | 13 ++++---- games/righteous-jaunt/index.md | 16 +++++----- games/the-tillvayle-committee/index.md | 8 ++--- news/2022-02-18-february-fresh-start.md | 2 +- news/2022-03-18-marching-on.md | 2 +- news/2022-04-15-april-interlude.md | 2 +- news/2022-05-20-if-i-may.md | 2 +- news/2022-06-17-june-know-what.md | 2 +- news/2022-07-15-which-one-july.md | 2 +- news/2022-08-19-in-august-company.md | 2 +- news/2022-09-16-windswept-september.md | 2 +- news/2022-10-21-october-2022.md | 2 +- news/2022-11-18-november-2022.md | 2 +- news/2022-12-16-december-2022.md | 2 +- news/2023-01-20-january-2023.md | 2 +- news/2023-02-14-drama-llamas-live.md | 2 +- news/2023-02-20-drama-llamas-funded.md | 2 +- news/2023-04-14-april-2023.md | 2 +- news/2023-05-19-may-2023.md | 2 +- news/2023-06-16-june-2023.md | 2 +- news/2023-07-21-july-2023.md | 2 +- news/2023-08-18-august-2023.md | 2 +- news/2023-09-15-september-2023.md | 2 +- news/2023-10-20-october-2023.md | 2 +- news/2023-11-27-november-2023.md | 2 +- news/2023-12-19-december-2023.md | 2 +- news/2024-01-19-january-2024.md | 2 +- news/2024-02-16-february-2024.md | 2 +- news/2024-03-15-march-2024.md | 2 +- news/2024-05-17-may-2024.md | 2 +- news/2024-06-20-june-2024.md | 2 +- news/2024-07-19-july-2024.md | 2 +- news/2024-08-13-judes-world-launch.md | 2 +- news/2024-10-18-october-2024.md | 2 +- news/2024-11-15-november-2024.md | 2 +- pages/about.md | 6 ++-- pages/blog.md | 1 + pages/contact.md | 3 +- pages/custom-of-the-sea.md | 3 +- pages/events-past.md | 1 + pages/events.md | 7 +++-- pages/home.md | 6 ++-- pages/media-playthroughs.md | 9 ++++-- pages/media-press.md | 3 +- pages/media-streams.md | 7 +++-- pages/media.md | 7 +++-- pages/not-found.md | 1 + pages/press-kit-drama-llamas.md | 3 +- pages/press-kit-judes-world.md | 3 +- pages/releases.md | 1 + pages/services-layout.md | 15 ++++++---- pages/services-writing.md | 30 +++++++++++-------- pages/services.md | 5 ++-- pages/thank-you.md | 1 + snippets/footer-content.md | 3 +- snippets/newsletter.md | 2 +- 71 files changed, 235 insertions(+), 180 deletions(-) diff --git a/events/placeholder-online-game.md b/events/placeholder-online-game.md index dc758ca..6987564 100644 --- a/events/placeholder-online-game.md +++ b/events/placeholder-online-game.md @@ -1,5 +1,5 @@ --- -title: PLACEHOLDER TEXT — Online Game Session +name: PLACEHOLDER TEXT — Online Game Session subtitle: PLACEHOLDER TEXT event_location: Online event_date: 2026-08-15 diff --git a/events/placeholder-past-event-1.md b/events/placeholder-past-event-1.md index 19b2929..151f639 100644 --- a/events/placeholder-past-event-1.md +++ b/events/placeholder-past-event-1.md @@ -1,5 +1,5 @@ --- -title: PLACEHOLDER TEXT — Past Event +name: PLACEHOLDER TEXT — Past Event subtitle: PLACEHOLDER TEXT event_location: PLACEHOLDER TEXT event_date: 2024-09-01 diff --git a/events/placeholder-upcoming-convention.md b/events/placeholder-upcoming-convention.md index 7db5760..f03325a 100644 --- a/events/placeholder-upcoming-convention.md +++ b/events/placeholder-upcoming-convention.md @@ -1,5 +1,5 @@ --- -title: PLACEHOLDER TEXT — Upcoming Convention +name: PLACEHOLDER TEXT — Upcoming Convention subtitle: PLACEHOLDER TEXT event_location: PLACEHOLDER TEXT event_date: 2026-12-01 diff --git a/games/a-fey-mystery-of-glen-dourn/index.md b/games/a-fey-mystery-of-glen-dourn/index.md index 7a54291..3650fcb 100644 --- a/games/a-fey-mystery-of-glen-dourn/index.md +++ b/games/a-fey-mystery-of-glen-dourn/index.md @@ -1,5 +1,5 @@ --- -title: A Fey Mystery of Glen Dourn +name: A Fey Mystery of Glen Dourn subtitle: Our best-selling fey haunted-house mystery order: 15 featured: true @@ -12,7 +12,7 @@ redirect_from: - /a-fey-mystery-of-glen-dourn/ blocks: - type: hero - title: A Fey Mystery of Glen Dourn + name: A Fey Mystery of Glen Dourn badge: D&D 5e Adventure lead: >- A haunted house, a missing person, a hint of wild fey magic, and an @@ -24,8 +24,9 @@ blocks: size: lg - type: split-image - title: Into the Valley content: | + ## Into the Valley + In Glen Dourn folk still hold true to the old ways — a dense and layered folklore of monsters and tales to frighten children. It is to this remote valley that a king bids you make haste to seek out signs of his beloved @@ -39,8 +40,9 @@ blocks: figure_alt: A portrait from the adventure - type: split-image - title: Bargains in Pain content: | + ## Bargains in Pain + The Dread Coven will not give up what they know so easily, although they will strike a bargain if you're willing to pay the price in pain. @@ -63,18 +65,18 @@ blocks: intro_content: |- ## Reviews items: - - title: Andrés L. + - name: Andrés L. description: | "A Fey Mystery of Glen Dourn is what it promises to be. A creepy adventure on an abandoned house with vines and thorns all over the place… The author managed to write in a really evocative and flavourful manner without being too complex." - type: callout variant: warning icon: "hugeicons:alert-02" - title: Content warning + name: Content warning content: Witches, ghosts, rats, body parts, death. - type: cta - title: Pick up A Fey Mystery of Glen Dourn + content: "## Pick up A Fey Mystery of Glen Dourn" button: text: Buy on DM's Guild href: https://www.dmsguild.com/product/345735/A-Fey-Mystery-of-Glen-Dourn diff --git a/games/bardic-origins-the-lyric-grove/index.md b/games/bardic-origins-the-lyric-grove/index.md index 3e3bea9..ee0da02 100644 --- a/games/bardic-origins-the-lyric-grove/index.md +++ b/games/bardic-origins-the-lyric-grove/index.md @@ -1,5 +1,5 @@ --- -title: The Lyric Grove +name: The Lyric Grove subtitle: Part of the Bardic Origins series order: 11 system: D&D 5e @@ -10,7 +10,7 @@ redirect_from: - /bardic-origins-the-lyric-grove/ blocks: - type: hero - title: The Lyric Grove + name: The Lyric Grove badge: Bardic Origins · D&D 5e lead: >- Deep in the heart of one of Sylvanus's great forests lies the Lyric @@ -46,10 +46,10 @@ blocks: - type: features items: - - title: Detailed Setting & Backstory Options + - name: Detailed Setting & Backstory Options description: | Key NPCs, sights and features, and history for the Lyric Grove — all ready to slot into your world. Includes notes on how initiates distinguish themselves from the bawdy tavern bards out in civilisation. - - title: A Missing Scout + - name: A Missing Scout description: | Our heroes find the grove in mourning: one of its intrepid scouts has gone out on an errand and hasn't returned. She should have been back days ago. Synleoth offers a reward of magical items in return for news of her fate. @@ -63,7 +63,7 @@ blocks: label: Play time - type: cta - title: Pick up The Lyric Grove + content: "## Pick up The Lyric Grove" button: text: Buy on DM's Guild href: https://www.dmsguild.com/product/387243/The-Lyric-Grove diff --git a/games/bardic-origins-the-storied-bastion/index.md b/games/bardic-origins-the-storied-bastion/index.md index 87e546d..efde3db 100644 --- a/games/bardic-origins-the-storied-bastion/index.md +++ b/games/bardic-origins-the-storied-bastion/index.md @@ -1,5 +1,5 @@ --- -title: The Storied Bastion +name: The Storied Bastion subtitle: Part of the Bardic Origins series order: 10 system: D&D 5e @@ -10,7 +10,7 @@ redirect_from: - /bardic-origins-the-storied-bastion/ blocks: - type: hero - title: The Storied Bastion + name: The Storied Bastion badge: Bardic Origins · D&D 5e lead: >- Deep in the wilderness atop a 1,000-foot-high cliff stands an institution @@ -37,10 +37,10 @@ blocks: - type: features items: - - title: Detailed Setting & Backstory Options + - name: Detailed Setting & Backstory Options description: | Key NPCs, sights and features, and history for the Storied Bastion — all ready to slot into your world. Includes notes on how a bard from the bastion distinguishes themselves from the common breed of troubadour. - - title: Shibelurn's Wrath + - name: Shibelurn's Wrath description: | A tale of bardic misadventure leading a party to the Storied Bastion. A black dragon wants a song written about her removed from the anthologists' collection and destroyed — and she's willing to tear the whole place down to have her way. @@ -54,7 +54,7 @@ blocks: label: Play time - type: cta - title: Pick up The Storied Bastion + content: "## Pick up The Storied Bastion" button: text: Buy on DM's Guild href: https://www.dmsguild.com/product/387241/The-Storied-Bastion diff --git a/games/bardic-origins-timbrel-sleets-intrepid-players/index.md b/games/bardic-origins-timbrel-sleets-intrepid-players/index.md index 10b5c0b..4e00d99 100644 --- a/games/bardic-origins-timbrel-sleets-intrepid-players/index.md +++ b/games/bardic-origins-timbrel-sleets-intrepid-players/index.md @@ -1,5 +1,5 @@ --- -title: Timbrel Sleet's Intrepid Players +name: Timbrel Sleet's Intrepid Players subtitle: Part of the Bardic Origins series order: 12 system: D&D 5e @@ -10,7 +10,7 @@ redirect_from: - /bardic-origins-timbrel-sleets-intrepid-players/ blocks: - type: hero - title: Timbrel Sleet's Intrepid Players + name: Timbrel Sleet's Intrepid Players badge: Bardic Origins · D&D 5e lead: >- Visit any of the right small villages or peaceful hamlets on the right @@ -45,10 +45,10 @@ blocks: - type: features items: - - title: Detailed Setting & Backstory Options + - name: Detailed Setting & Backstory Options description: | Key NPCs, sights and features, and history for Timbrel Sleet's Intrepid Players — all ready to slot into your world. Includes notes on how the players distinguish themselves from bards of any other stripe. - - title: Timbrel's Lucky Coin + - name: Timbrel's Lucky Coin description: | A tale of bardic misadventure leads a party into adventure alongside Timbrel and his players. It seems our tabaxi friend has gifted our heroes an extremely lucky coin — but they're not the only ones who might have use for it. @@ -62,7 +62,7 @@ blocks: label: Play time - type: cta - title: Pick up Timbrel Sleet's Intrepid Players + content: "## Pick up Timbrel Sleet's Intrepid Players" button: text: Buy on DM's Guild href: https://www.dmsguild.com/product/387244/Timbrel-Sleets-Intrepid-Players diff --git a/games/beach-bar-a-llama/index.md b/games/beach-bar-a-llama/index.md index a4fe0a7..f2ceb0d 100644 --- a/games/beach-bar-a-llama/index.md +++ b/games/beach-bar-a-llama/index.md @@ -1,5 +1,5 @@ --- -title: Beach Bar-a-Llama +name: Beach Bar-a-Llama subtitle: A sunsoaked Drama Llamas one-shot for 3-5 players and a Producer order: 7 system: Drama Llamas @@ -10,7 +10,7 @@ redirect_from: - /beach-bar-a-llama/ blocks: - type: hero - title: Beach Bar-a-Llama + name: Beach Bar-a-Llama badge: Drama Llamas one-shot lead: >- In Beach Bar-a-Llamas our cutthroat camelid contestants compete to build @@ -51,19 +51,19 @@ blocks: image_aspect_ratio: "1/1" items: - image: src/images/products/drama_llamas_beach_bar_a_llama.jpeg - title: Beach Bar-a-Llama + name: Beach Bar-a-Llama subtitle: Postcard one-shot price: "3" link: https://buy.stripe.com/14AdR9eWDbcCeYUby07N606 - type: iframe-embed src: https://itch.io/embed/3022978?link_color=f7c877 - title: Beach Bar-a-Llama on Itch.io + name: Beach Bar-a-Llama on Itch.io height: 167 max_width: 552px - type: cta - title: Get Beach Bar-a-Llama + content: "## Get Beach Bar-a-Llama" button: text: Buy on Itch.io href: https://buttonkin.itch.io/beach-bar-a-llama diff --git a/games/bumbling/index.md b/games/bumbling/index.md index 7f6bbe2..2969993 100644 --- a/games/bumbling/index.md +++ b/games/bumbling/index.md @@ -1,5 +1,5 @@ --- -title: Bumbling +name: Bumbling subtitle: A relaxing map-making and journaling game about dancing bees order: 3 featured: true @@ -15,7 +15,7 @@ redirect_from: - /bumbling/ blocks: - type: hero - title: Bumbling + name: Bumbling badge: Solo TTRPG lead: >- Welcome to the hive, worker-bee! You just hatched and your head is as @@ -34,8 +34,9 @@ blocks: size: lg - type: split-image - title: About Bumbling content: | + ## About Bumbling + In this game you'll learn your hive's secret dance language, explore and map your world, make animal friends, and harvest pollen for your hive. This is a sweet, relaxing game to play on a rainy afternoon while @@ -45,7 +46,7 @@ blocks: - type: callout variant: info - title: Suitable for + name: Suitable for content: A single player aged 10 and up. Younger children can play with a little guidance. - type: stats @@ -61,9 +62,9 @@ blocks: intro_content: |- ## Reviews items: - - title: sinopiasaur + - name: sinopiasaur description: "\"This is a sweet and relaxing way to pass a couple hours of a summer afternoon.\"" - - title: Wyrd Science Magazine + - name: Wyrd Science Magazine description: | "A simple little bee RPG that thankfully doesn't make any references to that b—dy film." @@ -73,20 +74,22 @@ blocks: image_aspect_ratio: "1/1" items: - image: src/images/products/bumbling_booklet.jpeg - title: Bumbling + name: Bumbling subtitle: Print edition price: "4" link: https://buy.stripe.com/fZueVd01J4Oe2c859C7N601 - type: iframe-embed src: https://itch.io/embed/886539?link_color=f7c877 - title: Bumbling on Itch.io + name: Bumbling on Itch.io height: 167 max_width: 552px - type: cta - title: Pick up Bumbling today - description: Available in print and digital from Itch.io and DrivethruRPG. + content: |- + ## Pick up Bumbling today + + Available in print and digital from Itch.io and DrivethruRPG. button: text: Buy on Itch.io href: https://buttonkin.itch.io/bumbling diff --git a/games/caltrop-kaiju/index.md b/games/caltrop-kaiju/index.md index 734ecb4..7515a36 100644 --- a/games/caltrop-kaiju/index.md +++ b/games/caltrop-kaiju/index.md @@ -1,5 +1,5 @@ --- -title: Caltrop Kaiju +name: Caltrop Kaiju subtitle: A monstrously fun and fast-paced disaster TTRPG order: 4 meta_title: "Caltrop Kaiju | A monstrously fun and fast-paced disaster TTRPG" @@ -10,7 +10,7 @@ redirect_from: - /caltrop-kaiju/ blocks: - type: hero - title: Caltrop Kaiju + name: Caltrop Kaiju badge: Solo TTRPG lead: >- A gigantic, rampaging kaiju has shown up in your home town and is @@ -28,8 +28,9 @@ blocks: size: lg - type: split-image - title: Ten-minute puzzle or journaling game content: | + ## Ten-minute puzzle or journaling game + This is a solo TTRPG which can be played in ten minutes as a tense, tactical puzzle, or in a couple of hours as a journaling / story game. figure_src: src/games/caltrop-kaiju/kaiju_map.png @@ -37,7 +38,7 @@ blocks: - type: callout variant: info - title: Suitable for + name: Suitable for content: A single player aged 10 and up. Younger children can play with a little guidance. - type: stats @@ -55,20 +56,22 @@ blocks: image_aspect_ratio: "1/1" items: - image: src/images/products/caltrop_kaiju_booklet.jpeg - title: Caltrop Kaiju + name: Caltrop Kaiju subtitle: Print edition price: "4" link: https://buy.stripe.com/5kQ9AT4hZ0xY4kgfOg7N60c - type: iframe-embed src: https://itch.io/embed/1506445?link_color=f7c877 - title: Caltrop Kaiju on Itch.io + name: Caltrop Kaiju on Itch.io height: 167 max_width: 552px - type: cta - title: Get Caltrop Kaiju - description: Available in print and digital from Itch.io and DrivethruRPG. + content: |- + ## Get Caltrop Kaiju + + Available in print and digital from Itch.io and DrivethruRPG. button: text: Buy on Itch.io href: https://buttonkin.itch.io/caltrop-kaiju diff --git a/games/drama-llamas/index.md b/games/drama-llamas/index.md index 3b2edcf..e95bbb2 100644 --- a/games/drama-llamas/index.md +++ b/games/drama-llamas/index.md @@ -1,5 +1,5 @@ --- -title: Drama Llamas +name: Drama Llamas subtitle: A TTRPG about reality TV competitions and the fame-hungry llamas who compete in them order: 2 featured: true @@ -15,7 +15,7 @@ redirect_from: - /drama-llamas/ blocks: - type: hero - title: Drama Llamas + name: Drama Llamas badge: Featured Release lead: >- Welcome fellow llamas, and congratulations! You have been chosen from vast @@ -34,8 +34,9 @@ blocks: size: lg - type: split-image - title: About Drama Llamas content: | + ## About Drama Llamas + Drama Llamas is a narrative-driven TTRPG about reality TV competitions. Easy to plan and easy to play, the game contains everything you need to create (or recreate) the reality franchise of your dreams. The game is @@ -45,8 +46,9 @@ blocks: figure_alt: A llama presenter speaking into a microphone in front of a camera operated by a llama camera person - type: split-video - title: Want to see it in play? content: | + ## Want to see it in play? + Watch a full session of Drama Llamas in action. You'll get a sense of the chaos, the drama, and the collaborative storytelling this game encourages. figure_video_id: LsuIGM1oHMw @@ -55,7 +57,7 @@ blocks: - type: callout variant: info - title: Suitable for + name: Suitable for content: 3–6 players of all ages and a GM. - type: stats @@ -71,9 +73,9 @@ blocks: intro_content: |- ## Reviews items: - - title: Panne + - name: Panne description: "\"This was such a bonkers-fun game! It's all about going full ridiculous and playing the shadow game behind the scenes. But the game itself encourages communication between the players so that it's reframed as collaboratively creating drama rather than a PVP type game.\"" - - title: Catalyze + - name: Catalyze description: "\"When I played Drama Llamas with my buddies I got the giggles so bad that I couldn't talk. It's really easy to play and leaves a lot of room for improvisation and silliness, although there's a clear structure to gee things along too. Some of the artwork is BEAU-TI-FUL! A++ would recommend!\"" - type: buy-options @@ -82,17 +84,17 @@ blocks: image_aspect_ratio: "1/1" items: - image: src/images/products/drama_llamas.jpeg - title: Drama Llamas + name: Drama Llamas subtitle: Main rulebook price: "15" link: https://buy.stripe.com/5kQ14n15NbcCdUQby07N600 - image: src/images/products/drama_llamas_postcard_bundle.jpeg - title: Drama Llamas + 3 one-shots + name: Drama Llamas + 3 one-shots subtitle: Bundle price: "20" link: https://buy.stripe.com/28E9ATcOv94u5okcC47N60d - image: src/images/products/drama_llamas_postcard_bundle.jpeg - title: Drama Llamas one-shot bundle + name: Drama Llamas one-shot bundle subtitle: Three postcard one-shots price: "10" link: https://buy.stripe.com/9B64gz9CjbcCdUQby07N605 @@ -108,13 +110,15 @@ blocks: - type: iframe-embed src: https://itch.io/embed/2094843?link_color=3e0b5d&border_color=ffffff - title: Drama Llamas on Itch.io + name: Drama Llamas on Itch.io height: 167 max_width: 552px - type: cta - title: Buy Drama Llamas - description: Available in print and digital from Itch.io and DrivethruRPG. + content: |- + ## Buy Drama Llamas + + Available in print and digital from Itch.io and DrivethruRPG. button: text: Buy on Itch.io href: https://buttonkin.itch.io/drama-llamas diff --git a/games/flora-and-llama/index.md b/games/flora-and-llama/index.md index 225f029..e61a837 100644 --- a/games/flora-and-llama/index.md +++ b/games/flora-and-llama/index.md @@ -1,5 +1,5 @@ --- -title: Flora and Llama +name: Flora and Llama subtitle: A flowery Drama Llamas one-shot for 3-5 players and a Producer order: 8 system: Drama Llamas @@ -10,7 +10,7 @@ redirect_from: - /flora-and-llama/ blocks: - type: hero - title: Flora and Llama + name: Flora and Llama badge: Drama Llamas one-shot lead: >- In Flora and Llama our cutthroat camelid contestants compete in a series @@ -50,19 +50,19 @@ blocks: image_aspect_ratio: "1/1" items: - image: src/images/products/drama_llamas_flora_and_llamas.jpeg - title: Flora and Llama + name: Flora and Llama subtitle: Postcard one-shot price: "3" link: https://buy.stripe.com/cNieVdaGn80q040eKc7N607 - type: iframe-embed src: https://itch.io/embed/3022975?link_color=f7c877 - title: Flora and Llama on Itch.io + name: Flora and Llama on Itch.io height: 167 max_width: 552px - type: cta - title: Get Flora and Llama + content: "## Get Flora and Llama" button: text: Buy on Itch.io href: https://buttonkin.itch.io/flora-and-llama diff --git a/games/judes-world/index.md b/games/judes-world/index.md index 28f36b6..d626dd2 100644 --- a/games/judes-world/index.md +++ b/games/judes-world/index.md @@ -1,5 +1,5 @@ --- -title: Jude's World +name: Jude's World subtitle: A plucky preteen struggles to reunite their separating parents order: 1 featured: true @@ -15,7 +15,7 @@ redirect_from: - /judes-world/ blocks: - type: hero - title: Jude's World + name: Jude's World badge: Latest Release lead: >- Take on the role of 12-year-old Jude, who's desperate to grow up and @@ -40,8 +40,9 @@ blocks: caption: A page from the Jude's World zine - type: split-image - title: About Jude's World content: | + ## About Jude's World + Steer your Jude through a complicated time in their young life and unleash your inner grumpy preteen (just for a little while!). @@ -53,8 +54,9 @@ blocks: figure_alt: A page from the Jude's World zine - type: split-video - title: See it in play content: | + ## See it in play + Watch Kat the Loremistress play through Jude's World. figure_video_id: aagYwQLZjcY figure_alt: Jude's World play through by Kat the Loremistress @@ -62,7 +64,7 @@ blocks: - type: callout variant: info - title: Suitable for + name: Suitable for content: A single player aged 15 and up. - type: stats @@ -80,30 +82,32 @@ blocks: image_aspect_ratio: "1/1" items: - image: src/images/products/judes_world_zine.jpeg - title: Jude's World + name: Jude's World subtitle: Zine price: "10" link: https://buy.stripe.com/cNi00j6q74OecQM0Tm7N602 - image: src/images/products/judes_world_workbook.jpeg - title: Jude's World Workbook + name: Jude's World Workbook subtitle: Companion workbook price: "5" link: https://buy.stripe.com/bJe3cvbKra8y4kg6dG7N603 - image: src/images/products/judes_world_bundle.jpeg - title: Jude's World Bundle + name: Jude's World Bundle subtitle: Zine + workbook price: "13" link: https://buy.stripe.com/fZuaEX15N6WmeYU8lO7N604 - type: iframe-embed src: https://itch.io/embed/3083432?link_color=f7c877 - title: Jude's World on Itch.io + name: Jude's World on Itch.io height: 167 max_width: 552px - type: cta - title: Pick up Jude's World - description: Zines, workbooks, and bundles available via Itch.io. + content: |- + ## Pick up Jude's World + + Zines, workbooks, and bundles available via Itch.io. button: text: Buy on Itch.io href: https://buttonkin.itch.io/judes-world diff --git a/games/llama-warrior/index.md b/games/llama-warrior/index.md index 3286d28..5783efb 100644 --- a/games/llama-warrior/index.md +++ b/games/llama-warrior/index.md @@ -1,5 +1,5 @@ --- -title: Llama Warrior +name: Llama Warrior subtitle: A mighty Drama Llamas one-shot for 3-5 players and a Producer order: 9 system: Drama Llamas @@ -10,7 +10,7 @@ redirect_from: - /llama-warrior/ blocks: - type: hero - title: Llama Warrior + name: Llama Warrior badge: Drama Llamas one-shot lead: >- In Llama Warrior our cutthroat camelid contestants compete in a series @@ -50,19 +50,19 @@ blocks: image_aspect_ratio: "1/1" items: - image: src/images/products/drama_llamas_llama_warrior.jpeg - title: Llama Warrior + name: Llama Warrior subtitle: Postcard one-shot price: "3" link: https://buy.stripe.com/28E4gz29R1C2cQMfOg7N608 - type: iframe-embed src: https://itch.io/embed/3022990?link_color=f7c877 - title: Llama Warrior on Itch.io + name: Llama Warrior on Itch.io height: 167 max_width: 552px - type: cta - title: Get Llama Warrior + content: "## Get Llama Warrior" button: text: Buy on Itch.io href: https://buttonkin.itch.io/llama-warrior diff --git a/games/psychic-night-school/index.md b/games/psychic-night-school/index.md index 6eb4d37..f07baa2 100644 --- a/games/psychic-night-school/index.md +++ b/games/psychic-night-school/index.md @@ -1,5 +1,5 @@ --- -title: Psychic Night School +name: Psychic Night School subtitle: Make your own tarot cards! A game about being, or pretending to be, psychic order: 6 meta_title: "Psychic Night School | A drawing, divining, creative, GM-less TTRPG about psychics" @@ -10,7 +10,7 @@ redirect_from: - /psychic-night-school/ blocks: - type: hero - title: Psychic Night School + name: Psychic Night School badge: GM-less TTRPG lead: >- Psychic Night School is a GM-less roleplaying and drawing game for fans @@ -28,8 +28,9 @@ blocks: size: lg - type: split-image - title: "\"Did you ever feel like you could read someone's mind?\"" content: | + ## "Did you ever feel like you could read someone's mind?" + You're a budding psychic and have decided to take a night school class called "Introduction to the Spirit Realm with Mademoiselle Charlotte-Ann". In this class you'll meet and get to know your fellow @@ -42,7 +43,7 @@ blocks: - type: callout variant: info - title: Suitable for + name: Suitable for content: 3–6 players aged 12 and up. Younger children can play with a little guidance. Larger groups with a little patience. - type: stats @@ -54,13 +55,15 @@ blocks: - type: iframe-embed src: https://itch.io/embed/1110316?link_color=f7c877 - title: Psychic Night School on Itch.io + name: Psychic Night School on Itch.io height: 167 max_width: 552px - type: cta - title: Enrol in Psychic Night School - description: Available in print and digital from Itch.io and DrivethruRPG. + content: |- + ## Enrol in Psychic Night School + + Available in print and digital from Itch.io and DrivethruRPG. button: text: Buy on Itch.io href: https://buttonkin.itch.io/psychic-night-school diff --git a/games/red-gold/index.md b/games/red-gold/index.md index 362930e..dd21932 100644 --- a/games/red-gold/index.md +++ b/games/red-gold/index.md @@ -1,5 +1,5 @@ --- -title: Red Gold +name: Red Gold subtitle: A pirates-and-ecology themed one-shot adventure, great for new players order: 13 system: D&D 5e @@ -10,7 +10,7 @@ redirect_from: - /red-gold/ blocks: - type: hero - title: Red Gold + name: Red Gold badge: D&D 5e Adventure lead: >- On the world's first offshore rig Captain Seaslick and his crew are @@ -24,8 +24,9 @@ blocks: size: lg - type: split-image - title: Cultists on the Rig content: | + ## Cultists on the Rig + Dragon cultists have infiltrated the rig and are trying to steal a stash of the precious essence for their rites. In their eagerness they've magically sped the drill up to a perilous rate. @@ -59,18 +60,18 @@ blocks: intro_content: |- ## Reviews items: - - title: Sam H. + - name: Sam H. description: | "Perfect for an 'Eberron-esque' setting where magic is everywhere, Red Gold is one of the more intriguing scenarios that I've seen… very easy to pick up and play with very little preparation." - type: callout variant: warning icon: "hugeicons:alert-02" - title: Content warning + name: Content warning content: Environmental disaster. - type: cta - title: Pick up Red Gold + content: "## Pick up Red Gold" button: text: Buy on DM's Guild href: https://www.dmsguild.com/product/338797/Red-Gold diff --git a/games/righteous-jaunt/index.md b/games/righteous-jaunt/index.md index 6572fa0..e1967a2 100644 --- a/games/righteous-jaunt/index.md +++ b/games/righteous-jaunt/index.md @@ -1,5 +1,5 @@ --- -title: Righteous Jaunt +name: Righteous Jaunt subtitle: A coin-toss based RPG to play on a walk order: 5 meta_title: "Righteous Jaunt | A family TTRPG designed to be played while walking" @@ -9,7 +9,7 @@ redirect_from: - /righteous-jaunt/ blocks: - type: hero - title: Righteous Jaunt + name: Righteous Jaunt badge: Walking RPG lead: >- The forces of darkness are rallying, preparing to end all hope. You know @@ -38,7 +38,7 @@ blocks: - type: callout variant: info - title: Suitable for + name: Suitable for content: 2–4 players aged 6 and up. - type: stats @@ -56,20 +56,22 @@ blocks: image_aspect_ratio: "1/1" items: - image: src/images/products/righteous_jaunt_booklet.jpeg - title: Righteous Jaunt + name: Righteous Jaunt subtitle: Print edition price: "4" link: https://buy.stripe.com/28EbJ13dVa8ydUQatW7N60a - type: iframe-embed src: https://itch.io/embed/1422835?link_color=f7c877 - title: Righteous Jaunt on Itch.io + name: Righteous Jaunt on Itch.io height: 167 max_width: 552px - type: cta - title: Get walking - description: Available in print and digital from Itch.io. + content: |- + ## Get walking + + Available in print and digital from Itch.io. button: text: Buy on Itch.io href: https://buttonkin.itch.io/righteous-jaunt diff --git a/games/the-tillvayle-committee/index.md b/games/the-tillvayle-committee/index.md index 87c9393..21bb5d3 100644 --- a/games/the-tillvayle-committee/index.md +++ b/games/the-tillvayle-committee/index.md @@ -1,5 +1,5 @@ --- -title: The Tillvayle Committee +name: The Tillvayle Committee subtitle: A small-town murder mystery with an unusual villain order: 14 system: D&D 5e @@ -11,7 +11,7 @@ redirect_from: - /the-tillvayle-committee/ blocks: - type: hero - title: The Tillvayle Committee + name: The Tillvayle Committee badge: D&D 5e Adventure lead: >- What if the monsters got old enough to retire? Where would they go to @@ -51,12 +51,12 @@ blocks: - type: iframe-embed src: https://itch.io/embed/1460855?link_color=f7c877 - title: The Tillvayle Committee on Itch.io + name: The Tillvayle Committee on Itch.io height: 167 max_width: 552px - type: cta - title: Get The Tillvayle Committee + content: "## Get The Tillvayle Committee" button: text: Buy on Itch.io href: https://buttonkin.itch.io/the-tillvayle-committee diff --git a/news/2022-02-18-february-fresh-start.md b/news/2022-02-18-february-fresh-start.md index e0aa5c8..ac7eab1 100644 --- a/news/2022-02-18-february-fresh-start.md +++ b/news/2022-02-18-february-fresh-start.md @@ -1,5 +1,5 @@ --- -title: February Fresh Start +name: February Fresh Start subtitle: Bard-themed releases for D&D, new website, and some free "card" games! metaTitle: "D&D 5e Bard Adventures & Free Dice Card Games" tags: diff --git a/news/2022-03-18-marching-on.md b/news/2022-03-18-marching-on.md index c07a926..248f61e 100644 --- a/news/2022-03-18-marching-on.md +++ b/news/2022-03-18-marching-on.md @@ -1,5 +1,5 @@ --- -title: Marching On +name: Marching On subtitle: Righteous Jaunt, MotW, The Stygian Library, and TTRPGs for good causes metaTitle: "Indie TTRPG News: Righteous Jaunt Updates, Monster of the Week Mystery & Charity Game Bundles" tags: diff --git a/news/2022-04-15-april-interlude.md b/news/2022-04-15-april-interlude.md index e61f266..a8ca970 100644 --- a/news/2022-04-15-april-interlude.md +++ b/news/2022-04-15-april-interlude.md @@ -1,5 +1,5 @@ --- -title: April Interlude +name: April Interlude subtitle: Quick update, free adventure, plus putting the "brew" in "homebrew" metaTitle: "Free D&D 5e Murder Mystery and Magic Tea Homebrew Items" tags: diff --git a/news/2022-05-20-if-i-may.md b/news/2022-05-20-if-i-may.md index 443754b..d776faf 100644 --- a/news/2022-05-20-if-i-may.md +++ b/news/2022-05-20-if-i-may.md @@ -1,5 +1,5 @@ --- -title: If I May... +name: If I May... subtitle: A bundle for reproductive rights, streaming schedule, and a literary freebie metaTitle: "D&D Book Titles & TTRPG Bundle for Reproductive Rights" tags: diff --git a/news/2022-06-17-june-know-what.md b/news/2022-06-17-june-know-what.md index 732d3e0..1c91249 100644 --- a/news/2022-06-17-june-know-what.md +++ b/news/2022-06-17-june-know-what.md @@ -1,5 +1,5 @@ --- -title: June know what? +name: June know what? subtitle: Drama Llamas, Tillvayle Stream, Orbital Blues, and Homebrew Tarot Cards metaTitle: "UK TTRPG Conventions, Drama Llamas Playtest, and Homebrew Tarot Cards" tags: diff --git a/news/2022-07-15-which-one-july.md b/news/2022-07-15-which-one-july.md index 943b220..4ed6954 100644 --- a/news/2022-07-15-which-one-july.md +++ b/news/2022-07-15-which-one-july.md @@ -1,5 +1,5 @@ --- -title: Which one July? +name: Which one July? subtitle: Odd Jobs Review, Drama Llamas, and a Public Transport Freebie metaTitle: "Drama Llamas Playtesting, Odd Jobs TTRPG Review, and Convention Prep" tags: diff --git a/news/2022-08-19-in-august-company.md b/news/2022-08-19-in-august-company.md index 6c98fa1..cf46981 100644 --- a/news/2022-08-19-in-august-company.md +++ b/news/2022-08-19-in-august-company.md @@ -1,5 +1,5 @@ --- -title: In August Company +name: In August Company subtitle: Convention news, Into the Odd review, and a free dragon lair! metaTitle: "Free D&D Dragon Lair Adventure with Map and Into the Odd Review" tags: diff --git a/news/2022-09-16-windswept-september.md b/news/2022-09-16-windswept-september.md index 3900a1c..c323bad 100644 --- a/news/2022-09-16-windswept-september.md +++ b/news/2022-09-16-windswept-september.md @@ -1,5 +1,5 @@ --- -title: Windswept September +name: Windswept September subtitle: Tabletop Scotland Review, Maps Freebie, plus Streaming News metaTitle: "Tabletop Scotland Review and Drama Llamas TTRPG Updates" tags: diff --git a/news/2022-10-21-october-2022.md b/news/2022-10-21-october-2022.md index f584987..549d46e 100644 --- a/news/2022-10-21-october-2022.md +++ b/news/2022-10-21-october-2022.md @@ -1,5 +1,5 @@ --- -title: Merry Pumpkintide +name: Merry Pumpkintide subtitle: Shorter, sleeker, easier to fit in your pocket metaTitle: "Drama Llamas TTRPG Update and Spooky Tabletop Adventures" tags: diff --git a/news/2022-11-18-november-2022.md b/news/2022-11-18-november-2022.md index 9564b25..99512d8 100644 --- a/news/2022-11-18-november-2022.md +++ b/news/2022-11-18-november-2022.md @@ -1,5 +1,5 @@ --- -title: It's Been a Month +name: It's Been a Month subtitle: Now with 100% more of my actual face metaTitle: "Drama Llamas Kickstarter Preview and UK Gaming Conventions" tags: diff --git a/news/2022-12-16-december-2022.md b/news/2022-12-16-december-2022.md index fe6c688..63be1d7 100644 --- a/news/2022-12-16-december-2022.md +++ b/news/2022-12-16-december-2022.md @@ -1,5 +1,5 @@ --- -title: Happy festive season! +name: Happy festive season! subtitle: Really under monetised metaTitle: "Drama Llamas Kickstarter Preview and Monetisation of TTRPGs" tags: diff --git a/news/2023-01-20-january-2023.md b/news/2023-01-20-january-2023.md index 0530f92..48f1d9b 100644 --- a/news/2023-01-20-january-2023.md +++ b/news/2023-01-20-january-2023.md @@ -1,5 +1,5 @@ --- -title: Drama and Robots +name: Drama and Robots subtitle: Disc-hausted? How about a free Space Robot game? metaTitle: "Drama Llamas Kickstarter Preview and Free Alien Car-Bots Game" tags: diff --git a/news/2023-02-14-drama-llamas-live.md b/news/2023-02-14-drama-llamas-live.md index 70b0969..4f4d5eb 100644 --- a/news/2023-02-14-drama-llamas-live.md +++ b/news/2023-02-14-drama-llamas-live.md @@ -1,5 +1,5 @@ --- -title: Drama Llamas is Live! +name: Drama Llamas is Live! subtitle: Llamas assemble! metaTitle: "Drama Llamas Kickstarter Launch with ZineQuest 5 Project We Love" tags: diff --git a/news/2023-02-20-drama-llamas-funded.md b/news/2023-02-20-drama-llamas-funded.md index 78aae82..c399e16 100644 --- a/news/2023-02-20-drama-llamas-funded.md +++ b/news/2023-02-20-drama-llamas-funded.md @@ -1,5 +1,5 @@ --- -title: Drama Llamas is Funded! +name: Drama Llamas is Funded! subtitle: claps hooves in excitement metaTitle: "Drama Llamas Kickstarter Successfully Funded with Stretch Goals" tags: diff --git a/news/2023-04-14-april-2023.md b/news/2023-04-14-april-2023.md index 9a59b5b..444997c 100644 --- a/news/2023-04-14-april-2023.md +++ b/news/2023-04-14-april-2023.md @@ -1,5 +1,5 @@ --- -title: Calm after (and before) the storm +name: Calm after (and before) the storm subtitle: Drama Llamas progress update and Inspirisles stream metaTitle: "Drama Llamas Funded Update and Inspirisles Streaming Series" tags: diff --git a/news/2023-05-19-may-2023.md b/news/2023-05-19-may-2023.md index ae9451a..c17dffd 100644 --- a/news/2023-05-19-may-2023.md +++ b/news/2023-05-19-may-2023.md @@ -1,5 +1,5 @@ --- -title: Oh, just thinkin about TTRPG stuff +name: Oh, just thinkin about TTRPG stuff subtitle: In defence of crunchy games metaTitle: "In Defence of Complex TTRPG Mechanics and System Mastery" tags: diff --git a/news/2023-06-16-june-2023.md b/news/2023-06-16-june-2023.md index 3587017..a64ba2c 100644 --- a/news/2023-06-16-june-2023.md +++ b/news/2023-06-16-june-2023.md @@ -1,5 +1,5 @@ --- -title: KaiJune and Drama Llamas Printing +name: KaiJune and Drama Llamas Printing subtitle: Hot weather, hot topics metaTitle: "KaiJune Tabletop Bundle and Drama Llamas Digital Release" tags: diff --git a/news/2023-07-21-july-2023.md b/news/2023-07-21-july-2023.md index 4ca9cdf..06701b0 100644 --- a/news/2023-07-21-july-2023.md +++ b/news/2023-07-21-july-2023.md @@ -1,5 +1,5 @@ --- -title: Grazie mille! +name: Grazie mille! subtitle: Drama Llamas in italiano, plus some shout outs metaTitle: "Drama Llamas Italian Translation and TTRPG Recommendations" tags: diff --git a/news/2023-08-18-august-2023.md b/news/2023-08-18-august-2023.md index 6facfeb..126db70 100644 --- a/news/2023-08-18-august-2023.md +++ b/news/2023-08-18-august-2023.md @@ -1,5 +1,5 @@ --- -title: 5 tips for beginner game designers +name: 5 tips for beginner game designers subtitle: Just make games metaTitle: "5 Essential Tips for New Tabletop RPG Designers" tags: diff --git a/news/2023-09-15-september-2023.md b/news/2023-09-15-september-2023.md index eb2f085..43f4bd2 100644 --- a/news/2023-09-15-september-2023.md +++ b/news/2023-09-15-september-2023.md @@ -1,5 +1,5 @@ --- -title: Development Diary and Orbital Blues Play Report +name: Development Diary and Orbital Blues Play Report subtitle: Long Live Maureen Watson metaTitle: "Orbital Blues Space Heist and Tarot Game Development" tags: diff --git a/news/2023-10-20-october-2023.md b/news/2023-10-20-october-2023.md index 2fa030a..8c9264d 100644 --- a/news/2023-10-20-october-2023.md +++ b/news/2023-10-20-october-2023.md @@ -1,5 +1,5 @@ --- -title: Dungeons and Flagons and Development Diary +name: Dungeons and Flagons and Development Diary subtitle: Yvris Explains it All metaTitle: "Solo Journaling TTRPG Development and Halloween Gaming Events" tags: diff --git a/news/2023-11-27-november-2023.md b/news/2023-11-27-november-2023.md index 4220c88..fd4bf76 100644 --- a/news/2023-11-27-november-2023.md +++ b/news/2023-11-27-november-2023.md @@ -1,5 +1,5 @@ --- -title: The Awards, Monster Hearts, and introducing Jude's World +name: The Awards, Monster Hearts, and introducing Jude's World subtitle: Better Late than Never metaTitle: "Jude's World Development Diary and MonsterHearts Play Report" tags: diff --git a/news/2023-12-19-december-2023.md b/news/2023-12-19-december-2023.md index 1514cb1..2cfba96 100644 --- a/news/2023-12-19-december-2023.md +++ b/news/2023-12-19-december-2023.md @@ -1,5 +1,5 @@ --- -title: Airecon NW, Jude's World cover art reveal +name: Airecon NW, Jude's World cover art reveal subtitle: Are we merry and bright yet? metaTitle: "Jude's World TTRPG Cover Reveal and AireCon Convention Recap" tags: diff --git a/news/2024-01-19-january-2024.md b/news/2024-01-19-january-2024.md index d08ff1d..989309b 100644 --- a/news/2024-01-19-january-2024.md +++ b/news/2024-01-19-january-2024.md @@ -1,5 +1,5 @@ --- -title: 24 Word RPGs and Substack +name: 24 Word RPGs and Substack subtitle: What's happening, my fellow polyhedron propellers? metaTitle: "24 Word RPG Jam and Jude's World Development Challenges" tags: diff --git a/news/2024-02-16-february-2024.md b/news/2024-02-16-february-2024.md index 836cecc..6d659d5 100644 --- a/news/2024-02-16-february-2024.md +++ b/news/2024-02-16-february-2024.md @@ -1,5 +1,5 @@ --- -title: More Play Tests More Problems +name: More Play Tests More Problems subtitle: I didn't know how to spell "February" until I was in my late twenties. metaTitle: "Jude's World Tarot RPG Development Diary and Indie Game Updates" tags: diff --git a/news/2024-03-15-march-2024.md b/news/2024-03-15-march-2024.md index 7f6be49..4095329 100644 --- a/news/2024-03-15-march-2024.md +++ b/news/2024-03-15-march-2024.md @@ -1,5 +1,5 @@ --- -title: Predictable Setbacks and Unexpected Successes +name: Predictable Setbacks and Unexpected Successes subtitle: Imagine how boring life would be if our growth was linear? metaTitle: "Jude's World Development Diary and Tabletop Game Design Updates" tags: diff --git a/news/2024-05-17-may-2024.md b/news/2024-05-17-may-2024.md index a9485e2..da5b8c2 100644 --- a/news/2024-05-17-may-2024.md +++ b/news/2024-05-17-may-2024.md @@ -1,5 +1,5 @@ --- -title: Jude's World Prelaunch! Plus UKGE plans +name: Jude's World Prelaunch! Plus UKGE plans subtitle: Where've I been, eh? metaTitle: "Jude's World Kickstarter Prelaunch and UK Games Expo Panel Announcement" tags: diff --git a/news/2024-06-20-june-2024.md b/news/2024-06-20-june-2024.md index 561674c..a9361a9 100644 --- a/news/2024-06-20-june-2024.md +++ b/news/2024-06-20-june-2024.md @@ -1,5 +1,5 @@ --- -title: Marketing for Wall Flowers +name: Marketing for Wall Flowers subtitle: Serious Business metaTitle: "Marketing Tips for Indie Tabletop Game Designers" tags: diff --git a/news/2024-07-19-july-2024.md b/news/2024-07-19-july-2024.md index be41df6..b473f93 100644 --- a/news/2024-07-19-july-2024.md +++ b/news/2024-07-19-july-2024.md @@ -1,5 +1,5 @@ --- -title: Jude for President +name: Jude for President subtitle: 2 weeks to go! metaTitle: "Jude's World Kickstarter Countdown: Final Playtesting and Campaign Strategies" tags: diff --git a/news/2024-08-13-judes-world-launch.md b/news/2024-08-13-judes-world-launch.md index a9f473e..ffb2ea1 100644 --- a/news/2024-08-13-judes-world-launch.md +++ b/news/2024-08-13-judes-world-launch.md @@ -1,5 +1,5 @@ --- -title: Jude's World campaign is LIVE! +name: Jude's World campaign is LIVE! subtitle: Don't. Panic. metaTitle: "Jude's World Solo Journaling Game Launches on Kickstarter" tags: diff --git a/news/2024-10-18-october-2024.md b/news/2024-10-18-october-2024.md index e0eacbc..1698df4 100644 --- a/news/2024-10-18-october-2024.md +++ b/news/2024-10-18-october-2024.md @@ -1,5 +1,5 @@ --- -title: Even More Llamas +name: Even More Llamas subtitle: plus Jude's World progress metaTitle: "Drama Llamas One-Shots and Jude's World Layout Preview" tags: diff --git a/news/2024-11-15-november-2024.md b/news/2024-11-15-november-2024.md index 6a6d3d0..8875ada 100644 --- a/news/2024-11-15-november-2024.md +++ b/news/2024-11-15-november-2024.md @@ -1,5 +1,5 @@ --- -title: Rants and Prints +name: Rants and Prints subtitle: Jude's World is manifesting metaTitle: "Jude's World Digital Release and Print Production Updates" tags: diff --git a/pages/about.md b/pages/about.md index 5fdbf17..8b7cfcd 100644 --- a/pages/about.md +++ b/pages/about.md @@ -1,4 +1,5 @@ --- +name: About Button Kin Games permalink: /about/ layout: design-system-base.html meta_title: "About Button Kin Games" @@ -8,12 +9,13 @@ eleventyNavigation: order: 6 blocks: - type: hero - title: About Button Kin Games + name: About Button Kin Games lead: A small games studio based in Manchester, UK. - type: split-image - title: A One-Woman Studio from Yvris Burke content: | + ## A One-Woman Studio from Yvris Burke + Button Kin Games is a small independent TTRPG studio based in Manchester, UK. It was established in 2020 as an imprint for works by Yvris Burke, covering her adventure content for more traditional systems diff --git a/pages/blog.md b/pages/blog.md index c299f90..7eb4de5 100644 --- a/pages/blog.md +++ b/pages/blog.md @@ -1,4 +1,5 @@ --- +name: Blog permalink: /blog/ layout: design-system-base.html header_text: Blog diff --git a/pages/contact.md b/pages/contact.md index 23735ee..56d9008 100644 --- a/pages/contact.md +++ b/pages/contact.md @@ -1,4 +1,5 @@ --- +name: Contact permalink: /contact/ layout: design-system-base.html meta_title: "Contact Button Kin Games" @@ -8,7 +9,7 @@ eleventyNavigation: order: 8 blocks: - type: hero - title: Contact + name: Contact lead: >- Drop us a line about games, events, playtests, writing commissions, or layout services. diff --git a/pages/custom-of-the-sea.md b/pages/custom-of-the-sea.md index d73a735..55695c1 100644 --- a/pages/custom-of-the-sea.md +++ b/pages/custom-of-the-sea.md @@ -1,11 +1,12 @@ --- +name: Custom of the Sea permalink: /custom-of-the-sea/ layout: design-system-base.html meta_title: "Custom of the Sea | Button Kin Games" meta_description: Sign up for news about Custom of the Sea, an upcoming regency folk horror game from Button Kin Games. blocks: - type: hero - title: Custom of the Sea + name: Custom of the Sea badge: Coming Soon lead: Regency folk horror diff --git a/pages/events-past.md b/pages/events-past.md index aab6fad..b80efd3 100644 --- a/pages/events-past.md +++ b/pages/events-past.md @@ -1,4 +1,5 @@ --- +name: Past Events permalink: /events/past/ layout: design-system-base.html meta_title: "Past Events | Button Kin Games" diff --git a/pages/events.md b/pages/events.md index a3b6a80..3b44f47 100644 --- a/pages/events.md +++ b/pages/events.md @@ -1,4 +1,5 @@ --- +name: Events permalink: /events/ layout: design-system-base.html meta_title: "Events | Button Kin Games" @@ -28,8 +29,10 @@ blocks: horizontal: true - type: cta - title: Want to host Button Kin at your event? - description: PLACEHOLDER TEXT + content: |- + ## Want to host Button Kin at your event? + + PLACEHOLDER TEXT button: text: Get in touch href: /contact/ diff --git a/pages/home.md b/pages/home.md index ef86fb9..c0ab599 100644 --- a/pages/home.md +++ b/pages/home.md @@ -1,4 +1,5 @@ --- +name: Button Kin Games permalink: / layout: design-system-base.html meta_title: "Button Kin Games | Indie TTRPG Studio | Manchester, UK" @@ -14,7 +15,7 @@ blocks: - type: hero class: gradient badge: Out Now - title: "Jude's World" + name: "Jude's World" lead: >- A plucky preteen struggles to reunite their separating parents in this solo, tarot-based journaling TTRPG. Take on the role of 12-year-old Jude @@ -31,8 +32,9 @@ blocks: # Intro — split image with a photo of Yvris - type: split-image - title: A One-Woman Games Studio from Yvris Burke content: | + ## A One-Woman Games Studio from Yvris Burke + Established in 2020 by game designer, writer, and web developer Yvris Burke, Button Kin Games is home to whimsical and strange TTRPGs with unusual themes, and a smattering of D&D 5e content. diff --git a/pages/media-playthroughs.md b/pages/media-playthroughs.md index 2c33bdf..542de6e 100644 --- a/pages/media-playthroughs.md +++ b/pages/media-playthroughs.md @@ -1,4 +1,5 @@ --- +name: Playthroughs permalink: /media/playthroughs/ layout: design-system-base.html meta_title: "Playthroughs | Button Kin Games" @@ -9,7 +10,7 @@ eleventyNavigation: order: 2 blocks: - type: hero - title: Playthroughs + name: Playthroughs lead: PLACEHOLDER TEXT - type: section-header @@ -19,15 +20,17 @@ blocks: PLACEHOLDER TEXT - type: split-video - title: Drama Llamas Playthrough content: | + ## Drama Llamas Playthrough + A full session of Drama Llamas, streamed on YouTube. figure_video_id: LsuIGM1oHMw figure_alt: Drama Llamas TTRPG Gameplay - type: split-video - title: Jude's World Playthrough content: | + ## Jude's World Playthrough + Kat the Loremistress plays Jude's World solo. figure_video_id: aagYwQLZjcY figure_alt: Jude's World play through by Kat the Loremistress diff --git a/pages/media-press.md b/pages/media-press.md index 386d09d..7c2e20e 100644 --- a/pages/media-press.md +++ b/pages/media-press.md @@ -1,4 +1,5 @@ --- +name: Press permalink: /media/press/ layout: design-system-base.html meta_title: "Press | Button Kin Games" @@ -9,7 +10,7 @@ eleventyNavigation: order: 3 blocks: - type: hero - title: Press + name: Press lead: Press kits, reviews, and interviews about Button Kin Games. - type: icon-links diff --git a/pages/media-streams.md b/pages/media-streams.md index f58337d..8373ac3 100644 --- a/pages/media-streams.md +++ b/pages/media-streams.md @@ -1,4 +1,5 @@ --- +name: Streams permalink: /media/streams/ layout: design-system-base.html meta_title: "Streams | Button Kin Games" @@ -9,7 +10,7 @@ eleventyNavigation: order: 1 blocks: - type: hero - title: Streams + name: Streams lead: PLACEHOLDER TEXT - type: section-header @@ -22,8 +23,8 @@ blocks: intro_content: |- ## Notable Streams items: - - title: PLACEHOLDER TEXT + - name: PLACEHOLDER TEXT description: PLACEHOLDER TEXT - - title: PLACEHOLDER TEXT + - name: PLACEHOLDER TEXT description: PLACEHOLDER TEXT --- diff --git a/pages/media.md b/pages/media.md index 0bdd50a..8f49f33 100644 --- a/pages/media.md +++ b/pages/media.md @@ -1,4 +1,5 @@ --- +name: Media permalink: /media/ layout: design-system-base.html meta_title: "Media | Button Kin Games" @@ -16,13 +17,13 @@ blocks: - type: features items: - icon: "hugeicons:youtube" - title: Streams + name: Streams description: Live streams and convention panels featuring Button Kin games. - icon: "hugeicons:image-02" - title: Playthroughs + name: Playthroughs description: Actual-play recordings and tutorials from the community. - icon: "hugeicons:book-02" - title: Press + name: Press description: Press kits, interviews, and reviews. - type: icon-links diff --git a/pages/not-found.md b/pages/not-found.md index 3a60a54..0860724 100644 --- a/pages/not-found.md +++ b/pages/not-found.md @@ -1,4 +1,5 @@ --- +name: Not Found header_text: Not Found meta_description: meta_title: Not Found diff --git a/pages/press-kit-drama-llamas.md b/pages/press-kit-drama-llamas.md index 80bb813..88df1d2 100644 --- a/pages/press-kit-drama-llamas.md +++ b/pages/press-kit-drama-llamas.md @@ -1,4 +1,5 @@ --- +name: Drama Llamas Press Kit permalink: /press-kits/drama-llamas/ layout: design-system-base.html meta_title: "Drama Llamas Press Kit | Button Kin Games" @@ -7,7 +8,7 @@ redirect_from: - /drama-llamas-press-kit/ blocks: - type: hero - title: Drama Llamas Press Kit + name: Drama Llamas Press Kit buttons: - text: Back to Press href: /media/press/ diff --git a/pages/press-kit-judes-world.md b/pages/press-kit-judes-world.md index 4fd2821..c381a9e 100644 --- a/pages/press-kit-judes-world.md +++ b/pages/press-kit-judes-world.md @@ -1,4 +1,5 @@ --- +name: Jude's World Press Kit permalink: /press-kits/judes-world/ layout: design-system-base.html meta_title: "Jude's World Press Kit | Button Kin Games" @@ -7,7 +8,7 @@ redirect_from: - /judes-world-press-kit/ blocks: - type: hero - title: Jude's World Press Kit + name: Jude's World Press Kit buttons: - text: Back to Press href: /media/press/ diff --git a/pages/releases.md b/pages/releases.md index 36ab576..699f944 100644 --- a/pages/releases.md +++ b/pages/releases.md @@ -1,4 +1,5 @@ --- +name: Releases permalink: /releases/ layout: design-system-base.html meta_title: "Releases | Button Kin Games" diff --git a/pages/services-layout.md b/pages/services-layout.md index 8798580..eb16644 100644 --- a/pages/services-layout.md +++ b/pages/services-layout.md @@ -1,4 +1,5 @@ --- +name: Layout Services permalink: /services/layout/ layout: design-system-base.html meta_title: "Layout Services | Button Kin Games" @@ -9,7 +10,7 @@ eleventyNavigation: order: 1 blocks: - type: hero - title: Layout Services + name: Layout Services lead: PLACEHOLDER TEXT - type: section-header @@ -22,16 +23,18 @@ blocks: intro_content: |- ## What's Included items: - - title: PLACEHOLDER TEXT + - name: PLACEHOLDER TEXT description: PLACEHOLDER TEXT - - title: PLACEHOLDER TEXT + - name: PLACEHOLDER TEXT description: PLACEHOLDER TEXT - - title: PLACEHOLDER TEXT + - name: PLACEHOLDER TEXT description: PLACEHOLDER TEXT - type: cta - title: Get a quote for your layout project - description: PLACEHOLDER TEXT + content: |- + ## Get a quote for your layout project + + PLACEHOLDER TEXT button: text: Contact Yvris href: /contact/ diff --git a/pages/services-writing.md b/pages/services-writing.md index 9fff300..f8a1d34 100644 --- a/pages/services-writing.md +++ b/pages/services-writing.md @@ -1,4 +1,5 @@ --- +name: Writing Services permalink: /services/writing/ layout: design-system-base.html meta_title: "Writing Services | Button Kin Games" @@ -9,7 +10,7 @@ eleventyNavigation: order: 2 blocks: - type: hero - title: Writing Services + name: Writing Services lead: PLACEHOLDER TEXT - type: section-header @@ -26,27 +27,32 @@ blocks: intro_content: |- ## Credits items: - - title: [The Enemy of My Enemy (Gallows Corner Tales of Old England #3)](https://www.drivethrurpg.com/en/product/563858/the-enemy-of-my-enemy-gallows-corner-tales-of-old-england-3) + - name: "The Enemy of My Enemy (Gallows Corner Tales of Old England #3)" + url: "https://www.drivethrurpg.com/en/product/563858/the-enemy-of-my-enemy-gallows-corner-tales-of-old-england-3" description: I wrote this zine for Three Sails Studios as part of their initial launch of Gallows Corner, a TTRPG set in the years before the Peasants Revolt of 1381. In _The Enemy of my Enemy_ players are invited to travel back to medieval Barking, the site of one of the richest and most well-connected abbeys of the period, presided over by Katherine de Sutton, one of Britain's earliest female playwrights. The richness of this historical setting was a gift that just kept on giving. - - title: [Aegean: The Isle of Pelops (Chapter 9: Olympia)](https://www.drivethrurpg.com/en/product/538517/aegean-the-isle-of-pelops) + - name: "Aegean: The Isle of Pelops (Chapter 9: Olympia)" + url: "https://www.drivethrurpg.com/en/product/538517/aegean-the-isle-of-pelops" description: Aegean is a heroic mythology TTRPG set in ancient Greece. This book is an expansion covering the isle of Pelops, home to Argos, Sparta, and Mykenai and the birthplace of the Olympic Games. I had a lot of fun researching the shrine at ancient Olympia and the sacred rites of the first games, then making those even spookier. - - title: [Beside the Lesser Travelled Road](https://www.kickstarter.com/projects/hivemindgames/beside-the-lesser-travelled-road/) + - name: Beside the Lesser Travelled Road + url: "https://www.kickstarter.com/projects/hivemindgames/beside-the-lesser-travelled-road/" description: Not out yet, but I contributed a creepy campsite to this collection. I got to flex some eldritch horror musles that are now seeing more use in my own work. - - - type: features + + - type: features intro_content: |- ## Testimonials items: - - title: George Bickers, Three Sails Studios + - name: George Bickers, Three Sails Studios description: Yvris's storytelling is deft and bold in equal measure. With a deep understanding of the interactions between character, motivation, and setting, she never loses sight of either the player or the GM when crafting her adventures, leaving an intriguing trail of breadcrumbs that always lead to an explosive conclusion. - - title: Stoo Goff, we evolve + - name: Stoo Goff, we evolve description: Yvris did a fantastic job writing a setting guide for the Isle of Pelops. She wrote an excellent piece with a tonne of research, plenty of hooks to engage the GM, and new stuff for the PCs to do. She even provided a map of the city! Total pleasure to work with and incredibly enthusiastic, will be hiring again as soon as I have something available. - - title: Josh Wakerly, Hive Mind Games - description: "Consistently creative and original submissions and a pleasure to work with + - name: Josh Wakerly, Hive Mind Games + description: "Consistently creative and original submissions and a pleasure to work with" - type: cta - title: Commission a writing project - description: Let me know what you're working on and how I can help. + content: |- + ## Commission a writing project + + Let me know what you're working on and how I can help. button: text: Contact Yvris href: /contact/ diff --git a/pages/services.md b/pages/services.md index c23a6ca..1e4fd25 100644 --- a/pages/services.md +++ b/pages/services.md @@ -1,4 +1,5 @@ --- +name: Services permalink: /services/ layout: design-system-base.html meta_title: "Services | Button Kin Games" @@ -16,10 +17,10 @@ blocks: - type: features items: - icon: "hugeicons:image-02" - title: Layout + name: Layout description: PLACEHOLDER TEXT - icon: "hugeicons:note-edit" - title: Writing + name: Writing description: PLACEHOLDER TEXT - type: link-button diff --git a/pages/thank-you.md b/pages/thank-you.md index ec9c0a8..97ceadb 100644 --- a/pages/thank-you.md +++ b/pages/thank-you.md @@ -1,4 +1,5 @@ --- +name: Thank You header_text: Thank You meta_description: meta_title: Thank You diff --git a/snippets/footer-content.md b/snippets/footer-content.md index 3090e56..b9768a2 100644 --- a/snippets/footer-content.md +++ b/snippets/footer-content.md @@ -2,8 +2,9 @@ name: Footer Content blocks: - type: split-image - title: Button Kin Games content: | + ## Button Kin Games + A one-woman indie TTRPG studio from Yvris Burke, based in Manchester, UK. Whimsical, weird, and wonderful tabletop games. diff --git a/snippets/newsletter.md b/snippets/newsletter.md index c72cbb6..9136422 100644 --- a/snippets/newsletter.md +++ b/snippets/newsletter.md @@ -13,7 +13,7 @@ blocks: - type: iframe-embed src: https://buttondown.email/button_kin_games?as_embed=true - title: Subscribe to Button Kin Games newsletter + name: Subscribe to Button Kin Games newsletter height: 150 max_width: 560px sandbox: allow-scripts allow-same-origin allow-forms