Removed old files
This commit is contained in:
parent
d32acfd144
commit
66f457a59f
33
build.pl
33
build.pl
@ -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;
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title>Cocktail Menu</title>
|
|
||||||
<link rel="stylsheet" href="style.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
EoF
|
|
||||||
|
|
||||||
$html .= "Hi";
|
|
||||||
|
|
||||||
#say Dumper(@menu);
|
|
||||||
say "Menu";
|
|
||||||
say Dumper($menu{menu});
|
|
||||||
|
|
||||||
print $fh $html;
|
|
||||||
|
|
||||||
|
|
||||||
say $html;
|
|
||||||
89
menu.md
89
menu.md
@ -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
|
|
||||||
Loading…
x
Reference in New Issue
Block a user