diff --git a/build.pl b/build.pl
index 4010058..d3d56f0 100755
--- a/build.pl
+++ b/build.pl
@@ -1,12 +1,32 @@
#!/usr/bin/perl
-
+use strict;
+use warnings;
use feature qw(say);
-use Text::Markup::Markdown;
+use Data::Dumper;
+#use Text::Markup::Markdown;
+use YAML::PP;
+my $ypp = YAML::PP->new;
-my $html = Text::Markup->new->parse(file => 'menu.md');
+#my $html = Text::Markup->new->parse(file => 'menu.md');
+my %menu = $ypp->load_file("menu.yaml");
open my $fh, ">", "index.html";
+my $html = <<~EoF;
+
+
+ Cocktail Menu
+
+
+
+ EoF
+
+$html .= "Hi";
+
+#say Dumper(@menu);
+say "Menu";
+say Dumper($menu{menu});
+
print $fh $html;
diff --git a/index.html b/index.html
index 002efda..450c68a 100644
--- a/index.html
+++ b/index.html
@@ -1,127 +1,44 @@
-
+
+Cocktail Menu
-Old Fashioned
-
-
-- Bourbon
-- Maple syrup
-- Angostura bitters
-
-
-Sidecar
-
-
-- Bourbon
-- Cointreau
-- Lemon juice
-
-
-Gin & Tonic
-
-
-
-Gimlet
-
-
-- Gin
-- Lime juice
-- Simple syrup
-
-
-Bennet
-
-
-- Gin
-- Lime juice
-- Simple syrup
-- Angostura bitters
-
-
-Whiskey Sour
-
-
-- Bourbon
-- Lemon juice
-- Simple syrup
-
-
-Negroni
-
-
-- Gin
-- Campari
-- Sweet vermouth
-
-
-Boulevardier
-
-
-- Bourbon
-- Campari
-- Sweet vermouth
-
-
-Campari & Soda
-
-
-
-Bee's Knees
-
-
-- Gin
-- Honey syrup
-- Lemon juice
-
-
-Manhattan
-
-
-- Bourbon
-- Sweet vermouth
-- Angostura bitters
-
-
-Black Manhattan
-
-
-- Rye whiskey
-- Amaro
-- Angostura bitters
-- Orange bitters
-
-
-Rusty Nail
-
-
-
-Basil Gimlet
-
-
-- Gin
-- Lime juice
-- Simple syrup
-- Basil
-
-
-Daiquiri
-
-
-- Light rum
-- Lime juice
-- Simple syrup
-
-
+Old Fashioned
+
+- Bourbon
+- Maple syrup
+- Angostura bitters
+
+Boulevardier
+
+- Bourbon
+- Campari
+- Sweet vermouth
+
+Sidecar
+
+- Bourbon
+- Cointreau
+- Lemon juice
+
+Gin & Tonic
+
+Gimlet
+
+- Gin
+- Lime juice
+- Simple syrup
+
+Bennet
+
+- Gin
+- Lime juice
+- Simple syrup
+- Angostura bitters
+
diff --git a/menu.yaml b/menu.yaml
index 23265df..c7d1c57 100644
--- a/menu.yaml
+++ b/menu.yaml
@@ -7,6 +7,13 @@ menu:
- Bourbon
- Maple syrup
- Angostura bitters
+ - Boulevardier:
+ base: Bourbon
+ category: Spirit-Forward
+ ingredients:
+ - Bourbon
+ - Campari
+ - Sweet vermouth
- Sidecar:
base: Bourbon
category: Sours
@@ -35,3 +42,6 @@ menu:
- Lime juice
- Simple syrup
- Angostura bitters
+
+out_of_stock:
+ - Rye whiskey