Compare commits

...

7 Commits

Author SHA1 Message Date
valknar 16bf611780 refactor: streamline favicon/icon set to match roux convention
SVG + favicon-32.png + apple-touch-icon.png (180) + icon-192/512.png.
Removes favicon.ico and redundant 16/48/96/180px named files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 17:00:41 +02:00
valknar ea7691b772 feat: generate PNG favicons and apple-touch-icon from SVG
Adds icon-16/32/48/96/180/192/512.png and favicon.ico (multi-size).
Updates site.webmanifest with 192/512 PNG entries and head.html with
apple-touch-icon and explicit PNG/ICO fallback links.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 16:52:22 +02:00
valknar 649ea4f56f fix: rename category "Coffee / Tea" to "Coffee" across recipes
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 11:20:13 +02:00
valknar 5023752f58 fix: correct recipe count to 425, scope site count to recipes section
README had 426 (off by one due to _index.md). Homepage and footer now
use where .Site.RegularPages "Section" "recipes" to exclude non-recipe
pages like /imprint/ from the count.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 20:05:20 +02:00
valknar 5461b764f4 fix: remove background rect from favicon.svg for transparent bg
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 19:41:12 +02:00
valknar 0ae9846ce5 feat: define footer menu in hugo.toml, render dynamically in partial
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 19:34:44 +02:00
valknar 10212c75b7 fix: correct Goldschläger umlaut in recipe content
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 19:16:52 +02:00
85 changed files with 174 additions and 161 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# 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)**
@@ -40,7 +40,7 @@ bar/
│ ├── recipes/
│ │ ├── _index.md # Archive front matter
│ │ └── {slug}/
│ │ ├── index.md # Cocktail page (426 bundles)
│ │ ├── index.md # Cocktail page (425 bundles)
│ │ └── cocktail.webp # AI-generated image (optional)
├── layouts/
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Afternoon"
date: "2026-01-01"
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"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Collins Glass"]
ingredients: ["Kahlua", "Baileys irish cream", "Frangelico", "Coffee", "Cream"]
ingredientMeasures: ["1 cl ", "1 cl ", "1 1/2 ", "4 cl hot "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Apello"
date: "2026-01-01"
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"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Collins Glass"]
ingredients: ["Orange juice", "Grapefruit juice", "Apple juice", "Maraschino cherry"]
ingredientMeasures: ["4 cl ", "3 cl ", "1 cl ", "1 "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Bible Belt"
date: "2026-01-01"
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"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball glass"]
ingredients: ["Southern Comfort", "Triple sec", "Lime", "Sour mix"]
ingredientMeasures: ["2 oz ", "1/2 oz ", "2 wedges ", "2 oz "]
+2 -2
View File
@@ -2,11 +2,11 @@
title: "Big Red"
date: "2026-01-01"
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"
categories: ["Shot"]
glasses: ["Shot glass"]
ingredients: ["Irish cream", "Goldschlager"]
ingredients: ["Irish cream", "Goldschläger"]
ingredientMeasures: ["1/2 oz ", "1/2 oz "]
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/yqwuwu1441248116.jpg"
---
+2 -2
View File
@@ -2,11 +2,11 @@
title: "Bob Marley"
date: "2026-01-01"
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"
categories: ["Shot"]
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 "]
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/rrqrst1477140664.jpg"
---
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Brain Fart"
date: "2026-01-01"
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"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Punch bowl"]
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 "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Cafe Savoy"
date: "2026-01-01"
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"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Coffee mug"]
ingredients: ["Coffee", "Milk", "Triple sec", "Brandy"]
ingredientMeasures: ["1/2 oz ", "1/2 oz "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Cranberry Punch"
date: "2026-01-01"
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"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Punch Bowl"]
ingredients: ["Cranberry juice", "Sugar", "Pineapple juice", "Almond flavoring", "Ginger ale"]
ingredientMeasures: ["4 cups ", "1 1/2 cup ", "4 cups ", "1 tblsp ", "2 qt "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Danbooka"
date: "2026-01-01"
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"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Coffee Mug"]
ingredients: ["Coffee", "Everclear"]
ingredientMeasures: ["3 parts ", "1 part "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Downshift"
date: "2026-01-01"
draft: false
description: "Downshift: a Punch / Party Drink served in a Hurricane glass. Made with Fruit punch, Sprite, Tequila, 151 proof rum."
description: "Downshift: a Party Drink served in a Hurricane glass. Made with Fruit punch, Sprite, Tequila, 151 proof rum."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Hurricane glass"]
ingredients: ["Fruit punch", "Sprite", "Tequila", "151 proof rum"]
ingredientMeasures: ["2 part ", "1 part ", "2 shots ", "Float Bacardi "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Egg Cream"
date: "2026-01-01"
draft: false
description: "Egg Cream: a Other / Unknown served in a Coffee mug. Made with Chocolate syrup, Milk, Soda water."
description: "Egg Cream: a Other served in a Coffee mug. Made with Chocolate syrup, Milk, Soda water."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Coffee mug"]
ingredients: ["Chocolate syrup", "Milk", "Soda water"]
ingredientMeasures: ["2 tblsp ", "6 oz whole ", "6 oz "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Egg Nog #4"
date: "2026-01-01"
draft: false
description: "Egg Nog #4: a Punch / Party Drink served in a Punch bowl. Made with Egg yolk, Sugar, Milk, Light rum and more."
description: "Egg Nog #4: a Party Drink served in a Punch bowl. Made with Egg yolk, Sugar, Milk, Light rum and more."
alcoholic: "Optional alcohol"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Punch bowl"]
ingredients: ["Egg yolk", "Sugar", "Milk", "Light rum", "Bourbon", "Vanilla extract", "Salt", "Whipping cream", "Egg white", "Sugar", "Nutmeg"]
ingredientMeasures: ["6 ", "1/4 cup ", "2 cups ", "1/2 cup ", "1/2 cup ", "1 tsp ", "1/4 tsp ", "1 cup ", "6 ", "1/4 cup ", "Ground "]
@@ -2,9 +2,9 @@
title: "Egg-Nog - Classic Cooked"
date: "2026-01-01"
draft: false
description: "Egg-Nog - Classic Cooked: a Punch / Party Drink served in a Pitcher. Made with Egg, Sugar, Salt, Milk and more."
description: "Egg-Nog - Classic Cooked: a Party Drink served in a Pitcher. Made with Egg, Sugar, Salt, Milk and more."
alcoholic: "Optional alcohol"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Pitcher"]
ingredients: ["Egg", "Sugar", "Salt", "Milk", "Vanilla extract"]
ingredientMeasures: ["6 ", "1/4 cup ", "1/4 tsp ", "1 qt ", "1 tsp "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Egg Nog - Healthy"
date: "2026-01-01"
draft: false
description: "Egg Nog - Healthy: a Punch / Party Drink served in a Collins Glass. Made with Egg, Sugar, Condensed milk, Milk and more."
description: "Egg Nog - Healthy: a Party Drink served in a Collins Glass. Made with Egg, Sugar, Condensed milk, Milk and more."
alcoholic: "Optional alcohol"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Collins Glass"]
ingredients: ["Egg", "Sugar", "Condensed milk", "Milk", "Vanilla extract", "Rum", "Nutmeg"]
ingredientMeasures: ["1/2 cup ", "3 tblsp ", "13 oz skimmed ", "3/4 cup skimmed ", "1 tsp ", "1 tsp "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Frappé"
date: "2026-01-01"
draft: false
description: "Frappé: a Coffee / Tea served in a Highball Glass. Made with Coffee, Milk, Sugar."
description: "Frappé: a Coffee served in a Highball Glass. Made with Coffee, Milk, Sugar."
alcoholic: "Non alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Highball Glass"]
ingredients: ["Coffee", "Milk", "Sugar"]
ingredientMeasures: ["1/2 cup black ", "1/2 cup ", "1-2 tsp "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Fruit Cooler"
date: "2026-01-01"
draft: false
description: "Fruit Cooler: a Other / Unknown served in a Highball Glass. Made with Apple juice, Strawberries, Sugar, Lemon and more."
description: "Fruit Cooler: a Other served in a Highball Glass. Made with Apple juice, Strawberries, Sugar, Lemon and more."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball Glass"]
ingredients: ["Apple juice", "Strawberries", "Sugar", "Lemon", "Apple", "Soda water", "Ice"]
ingredientMeasures: ["1 can frozen ", "1 cup ", "2 tblsp ", "1 ", "1 ", "1 L "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Fruit Flip-Flop"
date: "2026-01-01"
draft: false
description: "Fruit Flip-Flop: a Other / Unknown served in a Highball Glass. Made with Yoghurt, Fruit juice."
description: "Fruit Flip-Flop: a Other served in a Highball Glass. Made with Yoghurt, Fruit juice."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball Glass"]
ingredients: ["Yoghurt", "Fruit juice"]
ingredientMeasures: ["1 cup ", "1 cup "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Fruit Shake"
date: "2026-01-01"
draft: false
description: "Fruit Shake: a Other / Unknown served in a Highball Glass. Made with Yoghurt, Banana, Orange juice, Fruit and more."
description: "Fruit Shake: a Other served in a Highball Glass. Made with Yoghurt, Banana, Orange juice, Fruit and more."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball Glass"]
ingredients: ["Yoghurt", "Banana", "Orange juice", "Fruit", "Ice"]
ingredientMeasures: ["1 cup fruit ", "1 ", "4 oz frozen ", "1/2 piece textural ", "6 "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Fuzzy Asshole"
date: "2026-01-01"
draft: false
description: "Fuzzy Asshole: a Coffee / Tea served in a Coffee mug. Made with Coffee, Peach schnapps."
description: "Fuzzy Asshole: a Coffee served in a Coffee mug. Made with Coffee, Peach schnapps."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Coffee mug"]
ingredients: ["Coffee", "Peach schnapps"]
ingredientMeasures: ["1/2 ", "1/2 "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Gluehwein"
date: "2026-01-01"
draft: false
description: "Gluehwein: a Punch / Party Drink served in a Irish coffee cup. Made with Red wine, Water, Sugar, Cinnamon and more."
description: "Gluehwein: a Party Drink served in a Irish coffee cup. Made with Red wine, Water, Sugar, Cinnamon and more."
alcoholic: "Optional alcohol"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Irish coffee cup"]
ingredients: ["Red wine", "Water", "Sugar", "Cinnamon", "Cloves", "Lemon peel"]
ingredientMeasures: ["1 L ", "125 ml ", "60 gr ", "1 ", "3 ", "1 tblsp "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "H.D."
date: "2026-01-01"
draft: false
description: "H.D.: a Coffee / Tea served in a Beer mug. Made with Whisky, Baileys irish cream, Coffee."
description: "H.D.: a Coffee served in a Beer mug. Made with Whisky, Baileys irish cream, Coffee."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Beer mug"]
ingredients: ["Whisky", "Baileys irish cream", "Coffee"]
ingredientMeasures: ["4 cl ", "8 cl "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Halloween Punch"
date: "2026-01-01"
draft: false
description: "Halloween Punch: a Punch / Party Drink served in a Punch bowl. Made with Cherry Juice, Orange Peel, Red Chili Flakes, Cloves and more."
description: "Halloween Punch: a Party Drink served in a Punch bowl. Made with Cherry Juice, Orange Peel, Red Chili Flakes, Cloves and more."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Punch bowl"]
ingredients: ["Cherry Juice", "Orange Peel", "Red Chili Flakes", "Cloves", "Ginger", "Vodka"]
ingredientMeasures: ["1 bottle", "3", "1", "10", "6", "20 cl"]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Herbal flame"
date: "2026-01-01"
draft: false
description: "Herbal flame: a Coffee / Tea served in a Mason jar. Made with Hot Damn, Tea."
description: "Herbal flame: a Tea served in a Mason jar. Made with Hot Damn, Tea."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Tea"]
glasses: ["Mason jar"]
ingredients: ["Hot Damn", "Tea"]
ingredientMeasures: ["5 shots ", "very sweet "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Holloween Punch"
date: "2026-01-01"
draft: false
description: "Holloween Punch: a Punch / Party Drink served in a Punch bowl. Made with Grape juice, Carbonated soft drink, Sherbet, Sherbet."
description: "Holloween Punch: a Party Drink served in a Punch bowl. Made with Grape juice, Carbonated soft drink, Sherbet, Sherbet."
alcoholic: "Non alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Punch bowl"]
ingredients: ["Grape juice", "Carbonated soft drink", "Sherbet", "Sherbet"]
ingredientMeasures: [", orange
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Hot Creamy Bush"
date: "2026-01-01"
draft: false
description: "Hot Creamy Bush: a Coffee / Tea served in a Irish coffee cup. Made with Irish whiskey, Baileys irish cream, Coffee."
description: "Hot Creamy Bush: a Coffee served in a Irish coffee cup. Made with Irish whiskey, Baileys irish cream, Coffee."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Irish coffee cup"]
ingredients: ["Irish whiskey", "Baileys irish cream", "Coffee"]
ingredientMeasures: ["1 shot ", "3/4 shot ", "6 oz hot "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Iced Coffee Fillip"
date: "2026-01-01"
draft: false
description: "Iced Coffee Fillip: a Coffee / Tea served in a Coffee mug. Made with Kahlua, Coffee."
description: "Iced Coffee Fillip: a Coffee served in a Coffee mug. Made with Kahlua, Coffee."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Coffee mug"]
ingredients: ["Kahlua", "Coffee"]
ingredientMeasures: ["2 tsp ", "Strong cold "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Iced Coffee"
date: "2026-01-01"
draft: false
description: "Iced Coffee: a Coffee / Tea served in a Coffee mug. Made with Coffee, Sugar, Water, Milk."
description: "Iced Coffee: a Coffee served in a Coffee mug. Made with Coffee, Sugar, Water, Milk."
alcoholic: "Non alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Coffee mug"]
ingredients: ["Coffee", "Sugar", "Water", "Milk"]
ingredientMeasures: ["1/4 cup instant ", "1/4 cup ", "1/4 cup hot ", "4 cups cold "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Irish Coffee"
date: "2026-01-01"
draft: false
description: "Irish Coffee: a Coffee / Tea served in a Irish coffee cup. Made with Irish whiskey, Coffee, Sugar, Whipped cream."
description: "Irish Coffee: a Coffee served in a Irish coffee cup. Made with Irish whiskey, Coffee, Sugar, Whipped cream."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Irish coffee cup"]
ingredients: ["Irish whiskey", "Coffee", "Sugar", "Whipped cream"]
ingredientMeasures: ["1 1/2 oz ", "8 oz ", "1 tsp ", "1 tblsp "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Jack's Vanilla Coke"
date: "2026-01-01"
draft: false
description: "Jack's Vanilla Coke: a Other / Unknown served in a Old-fashioned glass. Made with Ice, Tennessee whiskey, Vanilla extract, Coca-Cola."
description: "Jack's Vanilla Coke: a Other served in a Old-fashioned glass. Made with Ice, Tennessee whiskey, Vanilla extract, Coca-Cola."
alcoholic: "Alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Old-fashioned glass"]
ingredients: ["Ice", "Tennessee whiskey", "Vanilla extract", "Coca-Cola"]
ingredientMeasures: ["4-5 ", "2 oz ", "1 tsp ", "10-12 oz "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Jamaican Coffee"
date: "2026-01-01"
draft: false
description: "Jamaican Coffee: a Coffee / Tea served in a Champagne flute. Made with Rum, Coffee, Water, Whipped cream."
description: "Jamaican Coffee: a Coffee served in a Champagne flute. Made with Rum, Coffee, Water, Whipped cream."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Champagne flute"]
ingredients: ["Rum", "Coffee", "Water", "Whipped cream"]
ingredientMeasures: ["1/6 glass ", "1/6 glass strong black ", "1/2 glass cold "]
@@ -2,9 +2,9 @@
title: "Kill the cold Smoothie"
date: "2026-01-01"
draft: false
description: "Kill the cold Smoothie: a Other / Unknown served in a Highball glass. Made with Ginger, Lemon, Water."
description: "Kill the cold Smoothie: a Other served in a Highball glass. Made with Ginger, Lemon, Water."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball glass"]
ingredients: ["Ginger", "Lemon", "Water"]
ingredientMeasures: ["1 inch ", "1/4 ", "1 cup hot "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Kioki Coffee"
date: "2026-01-01"
draft: false
description: "Kioki Coffee: a Coffee / Tea served in a Coffee mug. Made with Kahlua, Brandy, Coffee."
description: "Kioki Coffee: a Coffee served in a Coffee mug. Made with Kahlua, Brandy, Coffee."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Coffee mug"]
ingredients: ["Kahlua", "Brandy", "Coffee"]
ingredientMeasures: ["1 oz ", "1/2 oz "]
@@ -2,9 +2,9 @@
title: "Kiwi Papaya Smoothie"
date: "2026-01-01"
draft: false
description: "Kiwi Papaya Smoothie: a Other / Unknown served in a Highball Glass. Made with Kiwi, Papaya."
description: "Kiwi Papaya Smoothie: a Other served in a Highball Glass. Made with Kiwi, Papaya."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball Glass"]
ingredients: ["Kiwi", "Papaya"]
ingredientMeasures: ["3 ", "1/2 "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Kurant Tea"
date: "2026-01-01"
draft: false
description: "Kurant Tea: a Coffee / Tea served in a Champagne flute. Made with Absolut Kurant, Tea, Sugar."
description: "Kurant Tea: a Tea served in a Champagne flute. Made with Absolut Kurant, Tea, Sugar."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Tea"]
glasses: ["Champagne flute"]
ingredients: ["Absolut Kurant", "Tea", "Sugar"]
ingredientMeasures: ["4 cl ", "Turkish apple ", " (if needed)
@@ -2,9 +2,9 @@
title: "Lassi - A South Indian Drink"
date: "2026-01-01"
draft: false
description: "Lassi - A South Indian Drink: a Other / Unknown served in a Highball Glass. Made with Yoghurt, Water, Cumin seed, Salt and more."
description: "Lassi - A South Indian Drink: a Other served in a Highball Glass. Made with Yoghurt, Water, Cumin seed, Salt and more."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball Glass"]
ingredients: ["Yoghurt", "Water", "Cumin seed", "Salt", "Mint"]
ingredientMeasures: ["1/2 cup plain ", "1 1/4 cup cold ", "1/2 tsp ground roasted ", "1/4 tsp ", "1/4 tsp dried "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Lassi Khara"
date: "2026-01-01"
draft: false
description: "Lassi Khara: a Other / Unknown served in a Highball Glass. Made with Yoghurt, Water, Salt, Asafoetida."
description: "Lassi Khara: a Other served in a Highball Glass. Made with Yoghurt, Water, Salt, Asafoetida."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball Glass"]
ingredients: ["Yoghurt", "Water", "Salt", "Asafoetida"]
ingredientMeasures: ["1 cup ", "2 cups cold ", "1 tsp ", "1 pinch "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Lassi - Mango"
date: "2026-01-01"
draft: false
description: "Lassi - Mango: a Other / Unknown served in a Highball glass. Made with Mango, Yoghurt, Sugar, Water."
description: "Lassi - Mango: a Other served in a Highball glass. Made with Mango, Yoghurt, Sugar, Water."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball glass"]
ingredients: ["Mango", "Yoghurt", "Sugar", "Water"]
ingredientMeasures: ["2 ", "2 cups ", "1/2 cup ", "1 cup iced "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Lassi Raita"
date: "2026-01-01"
draft: false
description: "Lassi Raita: a Other / Unknown served in a Highball Glass. Made with Yoghurt, Ice, Sugar, Lime and more."
description: "Lassi Raita: a Other served in a Highball Glass. Made with Yoghurt, Ice, Sugar, Lime and more."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball Glass"]
ingredients: ["Yoghurt", "Ice", "Sugar", "Lime", "Salt"]
ingredientMeasures: ["2 cups ", "4-6 "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Lassi - Sweet"
date: "2026-01-01"
draft: false
description: "Lassi - Sweet: a Other / Unknown served in a Highball glass. Made with Yoghurt, Water, Sugar, Salt and more."
description: "Lassi - Sweet: a Other served in a Highball glass. Made with Yoghurt, Water, Sugar, Salt and more."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball glass"]
ingredients: ["Yoghurt", "Water", "Sugar", "Salt", "Lemon juice"]
ingredientMeasures: ["1 cup ", "2 cups cold ", "4 tblsp ", "pinch ", "2 tblsp "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Lemouroudji"
date: "2026-01-01"
draft: false
description: "Lemouroudji: a Other / Unknown served in a Highball Glass. Made with Ginger, Water, Lemon, Sugar and more."
description: "Lemouroudji: a Other served in a Highball Glass. Made with Ginger, Water, Lemon, Sugar and more."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball Glass"]
ingredients: ["Ginger", "Water", "Lemon", "Sugar", "Cayenne pepper"]
ingredientMeasures: ["2 pieces ", "1 gal ", "1 lb ", "1 cup ", "ground "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Limeade"
date: "2026-01-01"
draft: false
description: "Limeade: a Other / Unknown served in a Highball glass. Made with Lime, Sugar, Soda water, Lime peel."
description: "Limeade: a Other served in a Highball glass. Made with Lime, Sugar, Soda water, Lime peel."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball glass"]
ingredients: ["Lime", "Sugar", "Soda water", "Lime peel"]
ingredientMeasures: ["Juice of 1 ", "1 tblsp ", " (seltzer water)
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Masala Chai"
date: "2026-01-01"
draft: false
description: "Masala Chai: a Coffee / Tea served in a Coffee Mug. Made with Water, Tea, Ginger, Cardamom and more."
description: "Masala Chai: a Tea served in a Coffee Mug. Made with Water, Tea, Ginger, Cardamom and more."
alcoholic: "Non alcoholic"
categories: ["Coffee / Tea"]
categories: ["Tea"]
glasses: ["Coffee Mug"]
ingredients: ["Water", "Tea", "Ginger", "Cardamom", "Cloves", "Cinnamon", "Black pepper", "Sugar", "Milk"]
ingredientMeasures: ["2 cups ", "3-4 tsp ", "1 chunk dried ", "3-4 crushed ", "3 ", "1 piece ", "1-2 whole ", " to taste
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Melya"
date: "2026-01-01"
draft: false
description: "Melya: a Coffee / Tea served in a Coffee mug. Made with Espresso, Honey, Cocoa powder."
description: "Melya: a Coffee served in a Coffee mug. Made with Espresso, Honey, Cocoa powder."
alcoholic: "Non alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Coffee mug"]
ingredients: ["Espresso", "Honey", "Cocoa powder"]
ingredientMeasures: ["Unsweetened "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Mocha-Berry"
date: "2026-01-01"
draft: false
description: "Mocha-Berry: a Coffee / Tea served in a Irish coffee cup. Made with Coffee, Chambord raspberry liqueur, Cocoa powder, Whipped cream."
description: "Mocha-Berry: a Coffee served in a Irish coffee cup. Made with Coffee, Chambord raspberry liqueur, Cocoa powder, Whipped cream."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Irish coffee cup"]
ingredients: ["Coffee", "Chambord raspberry liqueur", "Cocoa powder", "Whipped cream"]
ingredientMeasures: ["6 oz ", "2 oz ", "2 tblsp "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Moscow Mule"
date: "2026-01-01"
draft: false
description: "Moscow Mule: a Punch / Party Drink served in a Copper Mug. Made with Vodka, Lime juice, Ginger ale."
description: "Moscow Mule: a Party Drink served in a Copper Mug. Made with Vodka, Lime juice, Ginger ale."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Copper Mug"]
ingredients: ["Vodka", "Lime juice", "Ginger ale"]
ingredientMeasures: ["2 oz ", "2 oz ", "8 oz "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Mudslinger"
date: "2026-01-01"
draft: false
description: "Mudslinger: a Punch / Party Drink served in a Punch bowl. Made with Southern Comfort, Orange juice, Pepsi Cola."
description: "Mudslinger: a Party Drink served in a Punch bowl. Made with Southern Comfort, Orange juice, Pepsi Cola."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Punch bowl"]
ingredients: ["Southern Comfort", "Orange juice", "Pepsi Cola"]
ingredientMeasures: ["750 ml ", "1 L ", "750 ml "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Mulled Wine"
date: "2026-01-01"
draft: false
description: "Mulled Wine: a Punch / Party Drink served in a Collins Glass. Made with Water, Sugar, Cloves, Cinnamon and more."
description: "Mulled Wine: a Party Drink served in a Collins Glass. Made with Water, Sugar, Cloves, Cinnamon and more."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Collins Glass"]
ingredients: ["Water", "Sugar", "Cloves", "Cinnamon", "Lemon peel", "Red wine", "Brandy"]
ingredientMeasures: ["3 cups ", "1 cup ", "12 ", "2 ", "1 ", "750 ml ", "1/4 cup "]
+1 -1
View File
@@ -6,7 +6,7 @@ description: "Oatmeal Cookie: a Cocktail served in a Mason jar. Made with Kahlua
alcoholic: "Alcoholic"
categories: ["Cocktail"]
glasses: ["Mason jar"]
ingredients: ["Kahlua", "Baileys irish cream", "Butterscotch schnapps", "Jägermeister", "Goldschlager"]
ingredients: ["Kahlua", "Baileys irish cream", "Butterscotch schnapps", "Jägermeister", "Goldschläger"]
ingredientMeasures: ["2 parts", "2 parts", "4 parts", "1 part", "1/2 part"]
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/bsvmlg1515792693.jpg"
---
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Orange Whip"
date: "2026-01-01"
draft: false
description: "Orange Whip: a Other / Unknown served in a Collins Glass. Made with Orange juice, Rum, Vodka, Cream and more."
description: "Orange Whip: a Other served in a Collins Glass. Made with Orange juice, Rum, Vodka, Cream and more."
alcoholic: "Alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Collins Glass"]
ingredients: ["Orange juice", "Rum", "Vodka", "Cream", "Ice"]
ingredientMeasures: ["4 oz ", "1 oz ", "1 oz ", "1 package ", "Over "]
@@ -2,9 +2,9 @@
title: "Pineapple Gingerale Smoothie"
date: "2026-01-01"
draft: false
description: "Pineapple Gingerale Smoothie: a Other / Unknown served in a Highball Glass. Made with Ginger, Pineapple."
description: "Pineapple Gingerale Smoothie: a Other served in a Highball Glass. Made with Ginger, Pineapple."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball Glass"]
ingredients: ["Ginger", "Pineapple"]
ingredientMeasures: ["1/4 inch ", "1/2 "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Pink Penocha"
date: "2026-01-01"
draft: false
description: "Pink Penocha: a Punch / Party Drink served in a Punch bowl. Made with Everclear, Vodka, Peach schnapps, Orange juice and more."
description: "Pink Penocha: a Party Drink served in a Punch bowl. Made with Everclear, Vodka, Peach schnapps, Orange juice and more."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Punch bowl"]
ingredients: ["Everclear", "Vodka", "Peach schnapps", "Orange juice", "Cranberry juice"]
ingredientMeasures: ["750 ml ", "1750 ml ", "1750 ml ", "1 gal ", "1 gal "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Planter's Punch"
date: "2026-01-01"
draft: false
description: "Planter's Punch: a Punch / Party Drink served in a Collins glass. Made with Dark rum, Orgeat syrup, Orange juice, Pineapple juice."
description: "Planter's Punch: a Party Drink served in a Collins glass. Made with Dark rum, Orgeat syrup, Orange juice, Pineapple juice."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Collins glass"]
ingredients: ["Dark rum", "Orgeat syrup", "Orange juice", "Pineapple juice"]
ingredientMeasures: ["1 part ", "1/2 part ", "2 parts ", "1 part "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Raspberry Cooler"
date: "2026-01-01"
draft: false
description: "Raspberry Cooler: a Other / Unknown served in a Highball glass. Made with Raspberry vodka, Lemon-lime soda, Ice."
description: "Raspberry Cooler: a Other served in a Highball glass. Made with Raspberry vodka, Lemon-lime soda, Ice."
alcoholic: "Alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball glass"]
ingredients: ["Raspberry vodka", "Lemon-lime soda", "Ice"]
ingredientMeasures: ["2 oz ", "4 oz "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Rum Punch"
date: "2026-01-01"
draft: false
description: "Rum Punch: a Punch / Party Drink served in a Punch bowl. Made with Rum, Ginger ale, Fruit punch, Orange juice and more."
description: "Rum Punch: a Party Drink served in a Punch bowl. Made with Rum, Ginger ale, Fruit punch, Orange juice and more."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Punch bowl"]
ingredients: ["Rum", "Ginger ale", "Fruit punch", "Orange juice", "Ice"]
ingredientMeasures: ["mikey bottle ", "large bottle ", "355 ml frozen ", "355 ml frozen ", "crushed "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Rum Runner"
date: "2026-01-01"
draft: false
description: "Rum Runner: a Punch / Party Drink served in a Cocktail glass. Made with Malibu rum, Blackberry brandy, Orange juice, Pineapple juice and more."
description: "Rum Runner: a Party Drink served in a Cocktail glass. Made with Malibu rum, Blackberry brandy, Orange juice, Pineapple juice and more."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Cocktail glass"]
ingredients: ["Malibu rum", "Blackberry brandy", "Orange juice", "Pineapple juice", "Cranberry juice"]
ingredientMeasures: ["1 1/2 oz ", "1 oz ", "3-4 oz ", "3-4 oz ", "3-4 oz "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Sangria"
date: "2026-01-01"
draft: false
description: "Sangria: a Punch / Party Drink served in a Pitcher. Made with Red wine, Sugar, Orange juice, Lemon juice and more."
description: "Sangria: a Party Drink served in a Pitcher. Made with Red wine, Sugar, Orange juice, Lemon juice and more."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Pitcher"]
ingredients: ["Red wine", "Sugar", "Orange juice", "Lemon juice", "Cloves", "Cinnamon"]
ingredientMeasures: ["1 bottle ", "1/2 cup ", "1 cup ", "1 cup "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Smut"
date: "2026-01-01"
draft: false
description: "Smut: a Punch / Party Drink served in a Beer mug. Made with Red wine, Peach schnapps, Pepsi Cola, Orange juice."
description: "Smut: a Party Drink served in a Beer mug. Made with Red wine, Peach schnapps, Pepsi Cola, Orange juice."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Beer mug"]
ingredients: ["Red wine", "Peach schnapps", "Pepsi Cola", "Orange juice"]
ingredientMeasures: ["1/3 part ", "1 shot ", "1/3 part ", "1/3 part "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Sweet Sangria"
date: "2026-01-01"
draft: false
description: "Sweet Sangria: a Punch / Party Drink served in a Pitcher. Made with Red wine, Sugar, Water, Apple and more."
description: "Sweet Sangria: a Party Drink served in a Pitcher. Made with Red wine, Sugar, Water, Apple and more."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Pitcher"]
ingredients: ["Red wine", "Sugar", "Water", "Apple", "Orange", "Lime", "Lemon", "Fresca"]
ingredientMeasures: ["2 bottles ", "1 cup ", "2 cups hot ", "1 cup", " wedges
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Talos Coffee"
date: "2026-01-01"
draft: false
description: "Talos Coffee: a Coffee / Tea served in a Brandy snifter. Made with Grand Marnier, Coffee."
description: "Talos Coffee: a Coffee served in a Brandy snifter. Made with Grand Marnier, Coffee."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Brandy snifter"]
ingredients: ["Grand Marnier", "Coffee"]
ingredientMeasures: ["3 parts ", "1 part "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Tennesee Mud"
date: "2026-01-01"
draft: false
description: "Tennesee Mud: a Coffee / Tea served in a Coffee Mug. Made with Coffee, Jack Daniels, Amaretto, Whipped cream."
description: "Tennesee Mud: a Coffee served in a Coffee Mug. Made with Coffee, Jack Daniels, Amaretto, Whipped cream."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Coffee Mug"]
ingredients: ["Coffee", "Jack Daniels", "Amaretto", "Whipped cream"]
ingredientMeasures: ["8 oz ", "4 oz ", "4 oz "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Thai Coffee"
date: "2026-01-01"
draft: false
description: "Thai Coffee: a Coffee / Tea served in a Highball glass. Made with Coffee, Coriander, Cardamom, Sugar and more."
description: "Thai Coffee: a Coffee served in a Highball glass. Made with Coffee, Coriander, Cardamom, Sugar and more."
alcoholic: "Non alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Highball glass"]
ingredients: ["Coffee", "Coriander", "Cardamom", "Sugar", "Whipping cream", "Ice"]
ingredientMeasures: ["6 tblsp ground", "1/4 tsp ", "4-5 whole green "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Thai Iced Coffee"
date: "2026-01-01"
draft: false
description: "Thai Iced Coffee: a Coffee / Tea served in a Highball glass. Made with Coffee, Sugar, Cream, Cardamom."
description: "Thai Iced Coffee: a Coffee served in a Highball glass. Made with Coffee, Sugar, Cream, Cardamom."
alcoholic: "Non alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Highball glass"]
ingredients: ["Coffee", "Sugar", "Cream", "Cardamom"]
ingredientMeasures: ["black", " pods
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Thai Iced Tea"
date: "2026-01-01"
draft: false
description: "Thai Iced Tea: a Coffee / Tea served in a Highball glass. Made with Tea, Water, Condensed milk, Ice and more."
description: "Thai Iced Tea: a Tea served in a Highball glass. Made with Tea, Water, Condensed milk, Ice and more."
alcoholic: "Non alcoholic"
categories: ["Coffee / Tea"]
categories: ["Tea"]
glasses: ["Highball glass"]
ingredients: ["Tea", "Water", "Condensed milk", "Ice", "Mint"]
ingredientMeasures: ["1/4 cup Thai ", "1/2 cup boiling ", "2 tsp sweetened ", "cubes", "garnish"]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Tomato Tang"
date: "2026-01-01"
draft: false
description: "Tomato Tang: a Other / Unknown served in a Highball glass. Made with Tomato juice, Lemon juice, Celery salt."
description: "Tomato Tang: a Other served in a Highball glass. Made with Tomato juice, Lemon juice, Celery salt."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball glass"]
ingredients: ["Tomato juice", "Lemon juice", "Celery salt"]
ingredientMeasures: ["2 cups ", "1-2 tblsp ", "1 dash "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Vodka Fizz"
date: "2026-01-01"
draft: false
description: "Vodka Fizz: a Other / Unknown served in a White wine glass. Made with Vodka, Half-and-half, Limeade, Ice and more."
description: "Vodka Fizz: a Other served in a White wine glass. Made with Vodka, Half-and-half, Limeade, Ice and more."
alcoholic: "Alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["White wine glass"]
ingredients: ["Vodka", "Half-and-half", "Limeade", "Ice", "Nutmeg"]
ingredientMeasures: ["2 oz ", "2 oz ", "2 oz "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "White Wine Sangria"
date: "2026-01-01"
draft: false
description: "White Wine Sangria: a Punch / Party Drink served in a Pitcher. Made with Lime, lemon, White Wine, Strawberries and more."
description: "White Wine Sangria: a Party Drink served in a Pitcher. Made with Lime, lemon, White Wine, Strawberries and more."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Pitcher"]
ingredients: ["Lime", "lemon", "White Wine", "Strawberries", "Apple", "Apple Brandy", "Soda Water"]
ingredientMeasures: ["1", "1", "750 ml", "1 cup", "1 cup", "3 shots", "Top"]
+3 -3
View File
@@ -2,10 +2,10 @@
title: "Whitecap Margarita"
date: "2026-01-01"
draft: false
description: "Whitecap Margarita: a Other / Unknown served in a Margarita/Coupette glass. Made with Ice, Tequila, Cream of coconut, Lime juice."
description: "Whitecap Margarita: a Other served in a Margarita glass. Made with Ice, Tequila, Cream of coconut, Lime juice."
alcoholic: "Alcoholic"
categories: ["Other / Unknown"]
glasses: ["Margarita/Coupette glass"]
categories: ["Other"]
glasses: ["Margarita glass"]
ingredients: ["Ice", "Tequila", "Cream of coconut", "Lime juice"]
ingredientMeasures: ["1 cup ", "2 oz ", "1/4 cup ", "3 tblsp fresh "]
drinkThumbnail: "https://www.thecocktaildb.com/images/media/drink/srpxxp1441209622.jpg"
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Wine Cooler"
date: "2026-01-01"
draft: false
description: "Wine Cooler: a Punch / Party Drink served in a Collins Glass. Made with Red wine, Lemon-lime soda, Ice."
description: "Wine Cooler: a Party Drink served in a Collins Glass. Made with Red wine, Lemon-lime soda, Ice."
alcoholic: "Optional alcohol"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Collins Glass"]
ingredients: ["Red wine", "Lemon-lime soda", "Ice"]
ingredientMeasures: ["2 oz white or ", "5 oz ", "cubes"]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Wine Punch"
date: "2026-01-01"
draft: false
description: "Wine Punch: a Punch / Party Drink served in a Collins Glass. Made with Red wine, Lemon, Orange juice, Orange and more."
description: "Wine Punch: a Party Drink served in a Collins Glass. Made with Red wine, Lemon, Orange juice, Orange and more."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Collins Glass"]
ingredients: ["Red wine", "Lemon", "Orange juice", "Orange", "Pineapple juice"]
ingredientMeasures: ["1 bottle ", "2 ", "1 cup ", "3 ", "1 cup "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Yoghurt Cooler"
date: "2026-01-01"
draft: false
description: "Yoghurt Cooler: a Other / Unknown served in a Highball Glass. Made with Yoghurt, Fruit, Ice."
description: "Yoghurt Cooler: a Other served in a Highball Glass. Made with Yoghurt, Fruit, Ice."
alcoholic: "Non alcoholic"
categories: ["Other / Unknown"]
categories: ["Other"]
glasses: ["Highball Glass"]
ingredients: ["Yoghurt", "Fruit", "Ice"]
ingredientMeasures: ["1 cup ", "1 cup "]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Zimadori Zinger"
date: "2026-01-01"
draft: false
description: "Zimadori Zinger: a Punch / Party Drink served in a Collins glass. Made with Midori melon liqueur, Zima."
description: "Zimadori Zinger: a Party Drink served in a Collins glass. Made with Midori melon liqueur, Zima."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
categories: ["Party Drink"]
glasses: ["Collins glass"]
ingredients: ["Midori melon liqueur", "Zima"]
ingredientMeasures: ["1.5 oz ", "12 oz "]
+3 -3
View File
@@ -2,10 +2,10 @@
title: "Zizi Coin-coin"
date: "2026-01-01"
draft: false
description: "Zizi Coin-coin: a Punch / Party Drink served in a Margarita/Coupette glass. Made with Cointreau, Lemon juice, Ice, Lemon."
description: "Zizi Coin-coin: a Party Drink served in a Margarita glass. Made with Cointreau, Lemon juice, Ice, Lemon."
alcoholic: "Alcoholic"
categories: ["Punch / Party Drink"]
glasses: ["Margarita/Coupette glass"]
categories: ["Party Drink"]
glasses: ["Margarita glass"]
ingredients: ["Cointreau", "Lemon juice", "Ice", "Lemon"]
ingredientMeasures: ["5 cl ", "2 cl ", "cubes", " or lime
"]
+2 -2
View File
@@ -2,9 +2,9 @@
title: "Zorro"
date: "2026-01-01"
draft: false
description: "Zorro: a Coffee / Tea served in a Coffee Mug. Made with Sambuca, Baileys irish cream, White Creme de Menthe."
description: "Zorro: a Coffee served in a Coffee Mug. Made with Sambuca, Baileys irish cream, White Creme de Menthe."
alcoholic: "Alcoholic"
categories: ["Coffee / Tea"]
categories: ["Coffee"]
glasses: ["Coffee Mug"]
ingredients: ["Sambuca", "Baileys irish cream", "White Creme de Menthe"]
ingredientMeasures: ["2 cl ", "2 cl ", "2 cl "]
+10
View File
@@ -36,6 +36,16 @@ noClasses = true
[build]
writeStats = true
[[menus.footer]]
name = "Imprint"
url = "/imprint/"
weight = 1
[[menus.footer]]
name = "Pivoine"
url = "https://pivoine.art"
weight = 2
[[menus.main]]
name = "Recipes"
url = "/recipes/"
+1 -3
View File
@@ -123,7 +123,6 @@
"gap-3",
"gap-3.5",
"gap-4",
"gap-5",
"gap-6",
"gap-7",
"gap-[10px]",
@@ -147,7 +146,6 @@
"grid-cols-[1.05fr_0.95fr]",
"grid-cols-[1.6fr_1fr_1fr_1fr]",
"grid-cols-[120px_1fr]",
"grid-cols-[120px_auto]",
"grid-cols-[1fr_1.15fr]",
"group",
"group-hover:text-gold",
@@ -169,7 +167,6 @@
"hover:text-ink",
"hover:text-ink-soft",
"inline-flex",
"inline-grid",
"italic",
"items-baseline",
"items-center",
@@ -313,6 +310,7 @@
"py-1.5",
"py-16",
"py-2",
"py-24",
"py-3",
"py-4",
"py-[10px]",
+1 -1
View File
@@ -1,5 +1,5 @@
{{ define "main" }}
{{- $pages := .Site.RegularPages -}}
{{- $pages := where .Site.RegularPages "Section" "recipes" -}}
{{- $featured := first 8 (shuffle $pages) -}}
{{- $hero := index (shuffle $pages) 0 -}}
{{- $cats := .Site.Taxonomies.categories.ByCount -}}
+5 -4
View File
@@ -10,7 +10,7 @@
<span class="font-serif text-[32px] font-medium tracking-[-0.01em] leading-none text-ink">Bar Pivoine</span>
</a>
<div class="w-full h-px bg-warm/10 mb-4"></div>
{{- $count := len .Site.RegularPages -}}
{{- $count := len (where .Site.RegularPages "Section" "recipes") -}}
<p class="text-ink-mute text-sm leading-relaxed">A field guide to the good pour. {{ $count }} cocktail recipes, low light, honest measures, no garnish left behind.</p>
<p class="font-mono text-[11px] text-ink-faint leading-relaxed mt-3">Recipes from the <a href="https://www.kaggle.com/datasets/aadyasingh55/cocktails" class="underline underline-offset-2 hover:text-ink-soft transition-colors duration-[180ms]">open cocktail dataset</a> · imagery via FLUX.2 pro</p>
</div>
@@ -51,9 +51,10 @@
<div class="flex justify-between items-center mt-[54px] pt-6 border-t border-warm/10">
<span class="font-mono text-[11px] text-ink-faint tracking-[0.04em]">© 2026 Bar Pivoine</span>
<div class="flex items-center gap-4 font-mono text-[11px] text-ink-faint tracking-[0.04em]">
<a href="/imprint/" class="hover:text-ink transition-colors duration-[180ms]">Imprint</a>
<span class="text-warm/20">|</span>
<a href="https://pivoine.art" class="hover:text-ink transition-colors duration-[180ms]">Pivoine</a>
{{- range $i, $item := .Site.Menus.footer -}}
{{- if $i }}<span class="text-warm/20">|</span>{{ end -}}
<a href="{{ $item.URL }}" class="hover:text-ink transition-colors duration-[180ms]">{{ $item.Name }}</a>
{{- end -}}
</div>
</div>
+3 -2
View File
@@ -102,6 +102,7 @@
/>
<!-- Favicon & PWA -->
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

-1
View File
@@ -1,5 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<rect width="100" height="100" rx="22" fill="#14100c"/>
<!-- outer ring: 12 ellipses, every 30° -->
<ellipse cx="50" cy="20" rx="4" ry="10" fill="#e3ad5e" fill-opacity="0.44" transform="rotate(0 50 50)"/>
<ellipse cx="50" cy="20" rx="4" ry="10" fill="#e3ad5e" fill-opacity="0.44" transform="rotate(30 50 50)"/>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

+4
View File
@@ -3,6 +3,10 @@
"short_name": "Bar Pivoine",
"description": "A field guide to the good pour.",
"icons": [
{ "src": "/favicon-32.png", "type": "image/png", "sizes": "32x32" },
{ "src": "/apple-touch-icon.png", "type": "image/png", "sizes": "180x180" },
{ "src": "/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/icon-512.png", "type": "image/png", "sizes": "512x512" },
{ "src": "/favicon.svg", "type": "image/svg+xml", "sizes": "any" }
],
"start_url": "/",