diff --git a/build.pl b/build.pl deleted file mode 100755 index d3d56f0..0000000 --- a/build.pl +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/perl -use strict; -use warnings; -use feature qw(say); -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 %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; - - -say $html; diff --git a/menu.md b/menu.md deleted file mode 100644 index 725e801..0000000 --- a/menu.md +++ /dev/null @@ -1,89 +0,0 @@ -Old Fashioned - -- Bourbon -- Maple syrup -- Angostura bitters - -Sidecar - -- Bourbon -- Cointreau -- Lemon juice - -Gin & Tonic - -- Gin -- Tonic water - -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 - -- Campari -- Club 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 - -- Scotch -- Drambouie - -Basil Gimlet - -- Gin -- Lime juice -- Simple syrup -- Basil - -Daiquiri - -- Light rum -- Lime juice -- Simple syrup