Skip to content

Commit

Permalink
jekyll build from Action 5214251
Browse files Browse the repository at this point in the history
  • Loading branch information
energee committed Nov 27, 2023
0 parents commit 5400305
Show file tree
Hide file tree
Showing 39 changed files with 2,522 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
menu.lolev.beer
36 changes: 36 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Simple kiosk display for menu

Sample Entry Layout, adjust in _data/menu.yml to update.

```
drafts:
hoppy:
- beer: 'ONSITE #1'
type: IPA
description: 12oz
abv: 5.4%
- beer: 'ONSITE #2'
type: Blonde
description: 12oz
abv: 4.2%
traditional:
- beer: 'ONSITE #3'
type: Bavarian Lager
description: 12oz
abv: 4.5%
- beer: 'ONSITE #4'
type: Helles Lager
description: 12oz
abv: 4.2%
to go:
'':
- beer: 'ONSITE #1'
price: $13
- beer: 'ONSITE #2'
price: $15
- beer: 'ONSITE #3'
price: $20
```

Runs on Jekyll, use `jekyll serve --livereload` to view locally.
Loading

0 comments on commit 5400305

Please sign in to comment.