Compare commits
15 Commits
b3b9fb7ac6
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 16bf611780 | |||
| ea7691b772 | |||
| 649ea4f56f | |||
| 5023752f58 | |||
| 5461b764f4 | |||
| 0ae9846ce5 | |||
| 10212c75b7 | |||
| c4255c8490 | |||
| b835b6247d | |||
| 1c529d6f20 | |||
| b216578289 | |||
| b6af965e48 | |||
| 8bd0a9b7ad | |||
| 2a36431f85 | |||
| 5ca68c1b04 |
@@ -2,7 +2,6 @@ public/
|
|||||||
resources/_gen/
|
resources/_gen/
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
node_modules/
|
node_modules/
|
||||||
pnpm-lock.yaml
|
|
||||||
.env
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Bar Pivoine
|
# Bar Pivoine
|
||||||
|
|
||||||
A moody, editorial cocktail recipe site. 426 recipes from the open cocktail dataset, served with AI-generated photography, client-side search, and a dark amber aesthetic.
|
A moody, editorial cocktail recipe site. 425 recipes from the open cocktail dataset, served with AI-generated photography, client-side search, and a dark amber aesthetic.
|
||||||
|
|
||||||
Live at **[bar.pivoine.art](https://bar.pivoine.art)**
|
Live at **[bar.pivoine.art](https://bar.pivoine.art)**
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ bar/
|
|||||||
│ ├── recipes/
|
│ ├── recipes/
|
||||||
│ │ ├── _index.md # Archive front matter
|
│ │ ├── _index.md # Archive front matter
|
||||||
│ │ └── {slug}/
|
│ │ └── {slug}/
|
||||||
│ │ ├── index.md # Cocktail page (426 bundles)
|
│ │ ├── index.md # Cocktail page (425 bundles)
|
||||||
│ │ └── cocktail.webp # AI-generated image (optional)
|
│ │ └── cocktail.webp # AI-generated image (optional)
|
||||||
│
|
│
|
||||||
├── layouts/
|
├── layouts/
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
@source "../../content/**/*.md";
|
@source "../../content/**/*.md";
|
||||||
@source "../../assets/js/**/*.js";
|
@source "../../assets/js/**/*.js";
|
||||||
|
|
||||||
|
@custom-variant hover (&:hover);
|
||||||
|
|
||||||
/* ── Design tokens ─────────────────────────────────────────────────────────── */
|
/* ── Design tokens ─────────────────────────────────────────────────────────── */
|
||||||
@theme {
|
@theme {
|
||||||
/* Core palette — exact match to design */
|
/* Core palette — exact match to design */
|
||||||
|
|||||||
@@ -180,3 +180,7 @@ document.addEventListener("htmx:afterSwap", () => {
|
|||||||
void main.offsetHeight;
|
void main.offsetHeight;
|
||||||
main.style.animation = "page-in 300ms ease-out";
|
main.style.animation = "page-in 300ms ease-out";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
document.addEventListener("htmx:afterSettle", () => {
|
||||||
|
window.scrollTo({ top: 0, behavior: "instant" });
|
||||||
|
});
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
title: "Imprint"
|
||||||
|
description: "Legal notice and privacy information for Bar Pivoine."
|
||||||
|
layout: "imprint"
|
||||||
|
---
|
||||||
|
After Width: | Height: | Size: 694 KiB |
|
After Width: | Height: | Size: 727 KiB |
|
After Width: | Height: | Size: 690 KiB |
|
After Width: | Height: | Size: 698 KiB |
|
After Width: | Height: | Size: 779 KiB |
|
After Width: | Height: | Size: 558 KiB |
|
After Width: | Height: | Size: 739 KiB |
|
After Width: | Height: | Size: 614 KiB |
|
After Width: | Height: | Size: 626 KiB |
|
After Width: | Height: | Size: 701 KiB |
|
After Width: | Height: | Size: 708 KiB |
|
After Width: | Height: | Size: 739 KiB |
|
After Width: | Height: | Size: 712 KiB |
|
After Width: | Height: | Size: 590 KiB |
@@ -2,9 +2,9 @@
|
|||||||
title: "Afternoon"
|
title: "Afternoon"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Afternoon: a Coffee / Tea served in a Collins Glass. Made with Kahlua, Baileys irish cream, Frangelico, Coffee and more."
|
description: "Afternoon: a Coffee served in a Collins Glass. Made with Kahlua, Baileys irish cream, Frangelico, Coffee and more."
|
||||||
alcoholic: "Alcoholic"
|
alcoholic: "Alcoholic"
|
||||||
categories: ["Coffee / Tea"]
|
categories: ["Coffee"]
|
||||||
glasses: ["Collins Glass"]
|
glasses: ["Collins Glass"]
|
||||||
ingredients: ["Kahlua", "Baileys irish cream", "Frangelico", "Coffee", "Cream"]
|
ingredients: ["Kahlua", "Baileys irish cream", "Frangelico", "Coffee", "Cream"]
|
||||||
ingredientMeasures: ["1 cl ", "1 cl ", "1 1/2 ", "4 cl hot "]
|
ingredientMeasures: ["1 cl ", "1 cl ", "1 1/2 ", "4 cl hot "]
|
||||||
|
|||||||
|
After Width: | Height: | Size: 579 KiB |
|
After Width: | Height: | Size: 485 KiB |
|
After Width: | Height: | Size: 621 KiB |
|
After Width: | Height: | Size: 780 KiB |
|
After Width: | Height: | Size: 591 KiB |
@@ -2,9 +2,9 @@
|
|||||||
title: "Apello"
|
title: "Apello"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Apello: a Other / Unknown served in a Collins Glass. Made with Orange juice, Grapefruit juice, Apple juice, Maraschino cherry."
|
description: "Apello: a Other served in a Collins Glass. Made with Orange juice, Grapefruit juice, Apple juice, Maraschino cherry."
|
||||||
alcoholic: "Non alcoholic"
|
alcoholic: "Non alcoholic"
|
||||||
categories: ["Other / Unknown"]
|
categories: ["Other"]
|
||||||
glasses: ["Collins Glass"]
|
glasses: ["Collins Glass"]
|
||||||
ingredients: ["Orange juice", "Grapefruit juice", "Apple juice", "Maraschino cherry"]
|
ingredients: ["Orange juice", "Grapefruit juice", "Apple juice", "Maraschino cherry"]
|
||||||
ingredientMeasures: ["4 cl ", "3 cl ", "1 cl ", "1 "]
|
ingredientMeasures: ["4 cl ", "3 cl ", "1 cl ", "1 "]
|
||||||
|
|||||||
|
After Width: | Height: | Size: 664 KiB |
|
After Width: | Height: | Size: 843 KiB |
|
After Width: | Height: | Size: 671 KiB |
|
After Width: | Height: | Size: 684 KiB |
|
After Width: | Height: | Size: 697 KiB |
|
After Width: | Height: | Size: 570 KiB |
|
After Width: | Height: | Size: 628 KiB |
|
After Width: | Height: | Size: 526 KiB |
|
After Width: | Height: | Size: 720 KiB |
|
After Width: | Height: | Size: 663 KiB |
|
After Width: | Height: | Size: 797 KiB |
|
After Width: | Height: | Size: 773 KiB |
|
After Width: | Height: | Size: 595 KiB |
|
After Width: | Height: | Size: 782 KiB |
@@ -2,9 +2,9 @@
|
|||||||
title: "Bible Belt"
|
title: "Bible Belt"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Bible Belt: a Other / Unknown served in a Highball glass. Made with Southern Comfort, Triple sec, Lime, Sour mix."
|
description: "Bible Belt: a Other served in a Highball glass. Made with Southern Comfort, Triple sec, Lime, Sour mix."
|
||||||
alcoholic: "Alcoholic"
|
alcoholic: "Alcoholic"
|
||||||
categories: ["Other / Unknown"]
|
categories: ["Other"]
|
||||||
glasses: ["Highball glass"]
|
glasses: ["Highball glass"]
|
||||||
ingredients: ["Southern Comfort", "Triple sec", "Lime", "Sour mix"]
|
ingredients: ["Southern Comfort", "Triple sec", "Lime", "Sour mix"]
|
||||||
ingredientMeasures: ["2 oz ", "1/2 oz ", "2 wedges ", "2 oz "]
|
ingredientMeasures: ["2 oz ", "1/2 oz ", "2 wedges ", "2 oz "]
|
||||||
|
|||||||
|
After Width: | Height: | Size: 650 KiB |
@@ -2,11 +2,11 @@
|
|||||||
title: "Big Red"
|
title: "Big Red"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Big Red: a Shot served in a Shot glass. Made with Irish cream, Goldschlager."
|
description: "Big Red: a Shot served in a Shot glass. Made with Irish cream, Goldschläger."
|
||||||
alcoholic: "Alcoholic"
|
alcoholic: "Alcoholic"
|
||||||
categories: ["Shot"]
|
categories: ["Shot"]
|
||||||
glasses: ["Shot glass"]
|
glasses: ["Shot glass"]
|
||||||
ingredients: ["Irish cream", "Goldschlager"]
|
ingredients: ["Irish cream", "Goldschläger"]
|
||||||
ingredientMeasures: ["1/2 oz ", "1/2 oz "]
|
ingredientMeasures: ["1/2 oz ", "1/2 oz "]
|
||||||
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/yqwuwu1441248116.jpg"
|
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/yqwuwu1441248116.jpg"
|
||||||
---
|
---
|
||||||
|
|||||||
|
After Width: | Height: | Size: 650 KiB |
|
After Width: | Height: | Size: 716 KiB |
|
After Width: | Height: | Size: 625 KiB |
|
After Width: | Height: | Size: 711 KiB |
@@ -2,11 +2,11 @@
|
|||||||
title: "Bob Marley"
|
title: "Bob Marley"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Bob Marley: a Shot served in a Shot glass. Made with Midori melon liqueur, Jägermeister, Goldschlager."
|
description: "Bob Marley: a Shot served in a Shot glass. Made with Midori melon liqueur, Jägermeister, Goldschläger."
|
||||||
alcoholic: "Alcoholic"
|
alcoholic: "Alcoholic"
|
||||||
categories: ["Shot"]
|
categories: ["Shot"]
|
||||||
glasses: ["Shot glass"]
|
glasses: ["Shot glass"]
|
||||||
ingredients: ["Midori melon liqueur", "Jägermeister", "Goldschlager"]
|
ingredients: ["Midori melon liqueur", "Jägermeister", "Goldschläger"]
|
||||||
ingredientMeasures: ["1/2 oz ", "1/2 oz ", "1/2 oz "]
|
ingredientMeasures: ["1/2 oz ", "1/2 oz ", "1/2 oz "]
|
||||||
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/rrqrst1477140664.jpg"
|
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/rrqrst1477140664.jpg"
|
||||||
---
|
---
|
||||||
|
|||||||
|
After Width: | Height: | Size: 660 KiB |
|
After Width: | Height: | Size: 720 KiB |
|
After Width: | Height: | Size: 645 KiB |
|
After Width: | Height: | Size: 538 KiB |
|
After Width: | Height: | Size: 588 KiB |
@@ -2,9 +2,9 @@
|
|||||||
title: "Brain Fart"
|
title: "Brain Fart"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Brain Fart: a Punch / Party Drink served in a Punch bowl. Made with Everclear, Vodka, Mountain Dew, Surge and more."
|
description: "Brain Fart: a Party Drink served in a Punch bowl. Made with Everclear, Vodka, Mountain Dew, Surge and more."
|
||||||
alcoholic: "Alcoholic"
|
alcoholic: "Alcoholic"
|
||||||
categories: ["Punch / Party Drink"]
|
categories: ["Party Drink"]
|
||||||
glasses: ["Punch bowl"]
|
glasses: ["Punch bowl"]
|
||||||
ingredients: ["Everclear", "Vodka", "Mountain Dew", "Surge", "Lemon juice", "Rum"]
|
ingredients: ["Everclear", "Vodka", "Mountain Dew", "Surge", "Lemon juice", "Rum"]
|
||||||
ingredientMeasures: ["1 fifth ", "1 fifth Smirnoff red label ", "2 L ", "2 L ", "1 small bottle ", "1 pint "]
|
ingredientMeasures: ["1 fifth ", "1 fifth Smirnoff red label ", "2 L ", "2 L ", "1 small bottle ", "1 pint "]
|
||||||
|
|||||||
|
After Width: | Height: | Size: 768 KiB |
|
After Width: | Height: | Size: 640 KiB |
|
After Width: | Height: | Size: 752 KiB |
|
After Width: | Height: | Size: 618 KiB |
|
After Width: | Height: | Size: 646 KiB |
|
After Width: | Height: | Size: 758 KiB |
|
After Width: | Height: | Size: 620 KiB |
|
After Width: | Height: | Size: 626 KiB |
@@ -2,9 +2,9 @@
|
|||||||
title: "Cafe Savoy"
|
title: "Cafe Savoy"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Cafe Savoy: a Coffee / Tea served in a Coffee mug. Made with Coffee, Milk, Triple sec, Brandy."
|
description: "Cafe Savoy: a Coffee served in a Coffee mug. Made with Coffee, Milk, Triple sec, Brandy."
|
||||||
alcoholic: "Alcoholic"
|
alcoholic: "Alcoholic"
|
||||||
categories: ["Coffee / Tea"]
|
categories: ["Coffee"]
|
||||||
glasses: ["Coffee mug"]
|
glasses: ["Coffee mug"]
|
||||||
ingredients: ["Coffee", "Milk", "Triple sec", "Brandy"]
|
ingredients: ["Coffee", "Milk", "Triple sec", "Brandy"]
|
||||||
ingredientMeasures: ["1/2 oz ", "1/2 oz "]
|
ingredientMeasures: ["1/2 oz ", "1/2 oz "]
|
||||||
|
|||||||
|
After Width: | Height: | Size: 674 KiB |
|
After Width: | Height: | Size: 749 KiB |
|
After Width: | Height: | Size: 750 KiB |
|
After Width: | Height: | Size: 636 KiB |
|
After Width: | Height: | Size: 664 KiB |
|
After Width: | Height: | Size: 556 KiB |
|
After Width: | Height: | Size: 666 KiB |
|
After Width: | Height: | Size: 709 KiB |
|
After Width: | Height: | Size: 617 KiB |
|
After Width: | Height: | Size: 681 KiB |
|
After Width: | Height: | Size: 689 KiB |
|
After Width: | Height: | Size: 678 KiB |
|
After Width: | Height: | Size: 719 KiB |
|
After Width: | Height: | Size: 568 KiB |
|
After Width: | Height: | Size: 589 KiB |
|
After Width: | Height: | Size: 608 KiB |
|
After Width: | Height: | Size: 775 KiB |
|
After Width: | Height: | Size: 665 KiB |
|
After Width: | Height: | Size: 698 KiB |
|
After Width: | Height: | Size: 581 KiB |
|
After Width: | Height: | Size: 757 KiB |
@@ -2,9 +2,9 @@
|
|||||||
title: "Cranberry Punch"
|
title: "Cranberry Punch"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Cranberry Punch: a Punch / Party Drink served in a Punch Bowl. Made with Cranberry juice, Sugar, Pineapple juice, Almond flavoring and more."
|
description: "Cranberry Punch: a Party Drink served in a Punch Bowl. Made with Cranberry juice, Sugar, Pineapple juice, Almond flavoring and more."
|
||||||
alcoholic: "Non alcoholic"
|
alcoholic: "Non alcoholic"
|
||||||
categories: ["Punch / Party Drink"]
|
categories: ["Party Drink"]
|
||||||
glasses: ["Punch Bowl"]
|
glasses: ["Punch Bowl"]
|
||||||
ingredients: ["Cranberry juice", "Sugar", "Pineapple juice", "Almond flavoring", "Ginger ale"]
|
ingredients: ["Cranberry juice", "Sugar", "Pineapple juice", "Almond flavoring", "Ginger ale"]
|
||||||
ingredientMeasures: ["4 cups ", "1 1/2 cup ", "4 cups ", "1 tblsp ", "2 qt "]
|
ingredientMeasures: ["4 cups ", "1 1/2 cup ", "4 cups ", "1 tblsp ", "2 qt "]
|
||||||
|
|||||||
|
After Width: | Height: | Size: 671 KiB |
|
After Width: | Height: | Size: 831 KiB |
|
After Width: | Height: | Size: 854 KiB |
|
After Width: | Height: | Size: 529 KiB |
|
After Width: | Height: | Size: 712 KiB |
|
After Width: | Height: | Size: 657 KiB |
@@ -2,9 +2,9 @@
|
|||||||
title: "Danbooka"
|
title: "Danbooka"
|
||||||
date: "2026-01-01"
|
date: "2026-01-01"
|
||||||
draft: false
|
draft: false
|
||||||
description: "Danbooka: a Coffee / Tea served in a Coffee Mug. Made with Coffee, Everclear."
|
description: "Danbooka: a Coffee served in a Coffee Mug. Made with Coffee, Everclear."
|
||||||
alcoholic: "Alcoholic"
|
alcoholic: "Alcoholic"
|
||||||
categories: ["Coffee / Tea"]
|
categories: ["Coffee"]
|
||||||
glasses: ["Coffee Mug"]
|
glasses: ["Coffee Mug"]
|
||||||
ingredients: ["Coffee", "Everclear"]
|
ingredients: ["Coffee", "Everclear"]
|
||||||
ingredientMeasures: ["3 parts ", "1 part "]
|
ingredientMeasures: ["3 parts ", "1 part "]
|
||||||
|
|||||||
|
After Width: | Height: | Size: 891 KiB |
|
After Width: | Height: | Size: 686 KiB |
|
After Width: | Height: | Size: 681 KiB |
|
After Width: | Height: | Size: 549 KiB |
|
After Width: | Height: | Size: 680 KiB |
|
After Width: | Height: | Size: 798 KiB |
|
After Width: | Height: | Size: 784 KiB |
|
After Width: | Height: | Size: 590 KiB |