Skip to content

Commit 372b0bb

Browse files
committed
Initial templates and data
1 parent 737eef2 commit 372b0bb

31 files changed

+1536
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

404.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: default
3+
---
4+
5+
<style type="text/css" media="screen">
6+
.container {
7+
margin: 10px auto;
8+
max-width: 600px;
9+
text-align: center;
10+
}
11+
h1 {
12+
margin: 30px 0;
13+
font-size: 4em;
14+
line-height: 1;
15+
letter-spacing: -1px;
16+
}
17+
</style>
18+
19+
<div class="container">
20+
<h1>404</h1>
21+
22+
<p><strong>Page not found :(</strong></p>
23+
<p>The requested page could not be found.</p>
24+
</div>

Gemfile

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
source "https://rubygems.org"
2+
3+
# Hello! This is where you manage which Jekyll version is used to run.
4+
# When you want to use a different version, change it below, save the
5+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
6+
#
7+
# bundle exec jekyll serve
8+
#
9+
# This will help ensure the proper Jekyll version is running.
10+
# Happy Jekylling!
11+
gem "jekyll", "~> 3.8.1"
12+
13+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14+
gem "minima", "~> 2.0"
15+
16+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18+
# gem "github-pages", group: :jekyll_plugins
19+
20+
# If you have any plugins, put them here!
21+
group :jekyll_plugins do
22+
gem "jekyll-feed", "~> 0.6"
23+
end
24+
25+
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
26+
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
27+
28+
# Performance-booster for watching directories on Windows
29+
gem "wdm", "~> 0.1.0" if Gem.win_platform?
30+

Gemfile.lock

+74
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.0.5)
8+
em-websocket (0.5.1)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0.6.0)
11+
eventmachine (1.2.7)
12+
ffi (1.9.23)
13+
forwardable-extended (2.6.0)
14+
http_parser.rb (0.6.0)
15+
i18n (0.9.5)
16+
concurrent-ruby (~> 1.0)
17+
jekyll (3.8.1)
18+
addressable (~> 2.4)
19+
colorator (~> 1.0)
20+
em-websocket (~> 0.5)
21+
i18n (~> 0.7)
22+
jekyll-sass-converter (~> 1.0)
23+
jekyll-watch (~> 2.0)
24+
kramdown (~> 1.14)
25+
liquid (~> 4.0)
26+
mercenary (~> 0.3.3)
27+
pathutil (~> 0.9)
28+
rouge (>= 1.7, < 4)
29+
safe_yaml (~> 1.0)
30+
jekyll-feed (0.9.3)
31+
jekyll (~> 3.3)
32+
jekyll-sass-converter (1.5.2)
33+
sass (~> 3.4)
34+
jekyll-seo-tag (2.4.0)
35+
jekyll (~> 3.3)
36+
jekyll-watch (2.0.0)
37+
listen (~> 3.0)
38+
kramdown (1.16.2)
39+
liquid (4.0.0)
40+
listen (3.1.5)
41+
rb-fsevent (~> 0.9, >= 0.9.4)
42+
rb-inotify (~> 0.9, >= 0.9.7)
43+
ruby_dep (~> 1.2)
44+
mercenary (0.3.6)
45+
minima (2.5.0)
46+
jekyll (~> 3.5)
47+
jekyll-feed (~> 0.9)
48+
jekyll-seo-tag (~> 2.1)
49+
pathutil (0.16.1)
50+
forwardable-extended (~> 2.6)
51+
public_suffix (3.0.2)
52+
rb-fsevent (0.10.3)
53+
rb-inotify (0.9.10)
54+
ffi (>= 0.5.0, < 2)
55+
rouge (3.1.1)
56+
ruby_dep (1.5.0)
57+
safe_yaml (1.0.4)
58+
sass (3.5.6)
59+
sass-listen (~> 4.0.0)
60+
sass-listen (4.0.0)
61+
rb-fsevent (~> 0.9, >= 0.9.4)
62+
rb-inotify (~> 0.9, >= 0.9.7)
63+
64+
PLATFORMS
65+
ruby
66+
67+
DEPENDENCIES
68+
jekyll (~> 3.8.1)
69+
jekyll-feed (~> 0.6)
70+
minima (~> 2.0)
71+
tzinfo-data
72+
73+
BUNDLED WITH
74+
1.16.1

_config.yml

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
11+
# Site settings
12+
# These are used to personalize your new site. If you look in the HTML files,
13+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
14+
# You can create any custom variable you would like, and they will be accessible
15+
# in the templates via {{ site.myvariable }}.
16+
title: Whisk(e)y
17+
18+
description: >- # this means to ignore newlines until "baseurl:"
19+
A Whisk(e)y log
20+
baseurl: "" # the subpath of your site, e.g. /blog
21+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
22+
23+
# Build settings
24+
markdown: kramdown
25+
theme: minima
26+
plugins:
27+
- jekyll-feed
28+
29+
# Exclude from processing.
30+
# The following items will not be processed, by default. Create a custom list
31+
# to override the default setting.
32+
# exclude:
33+
# - Gemfile
34+
# - Gemfile.lock
35+
# - node_modules
36+
# - vendor/bundle/
37+
# - vendor/cache/
38+
# - vendor/gems/
39+
# - vendor/ruby/

_data/bourbon/to_try.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- name: Whistlepig Rye
2+
- name: Elijah Craig
3+
- name: Four Roses
4+
- name: Blanton's Gold Edition
5+
- name: Woodford Reserve Kentucky Bourbon
6+
- name: Jack Daniel's No. 27 Gold
7+
- name: Jack Daniel's Single Barrel Rye

_data/bourbon/tried.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- name: Bulleit Rye
2+
rating: 3
3+
4+
- name: Bulleit
5+
rating: 2

_data/english/to_try.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- name: Cotswolds Single Malt

_data/english/tried.yml

Whitespace-only changes.

_data/irish/to_try.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- name: Yellow Spot

_data/irish/tried.yml

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
- name: Tullamore Dew 14
2+
rating: 2
3+
4+
- name: Teeling Single Grain
5+
rating: 0
6+
7+
- name: Teeling Single Malt
8+
rating: 1
9+
10+
- name: Writers Tears Copper Pot
11+
rating: 2
12+
13+
- name: Bushmills Black Bush
14+
rating: 1
15+
16+
- name: Redbreast 12
17+
rating: 3
18+
19+
- name: Green Spot
20+
rating: 3
21+
22+
- name: Powers John’s Lane
23+
rating: 0
24+
25+
- name: Midleton Barry Crockett Legacy
26+
rating: 3
27+
28+
- name: Jameson Irish Whiskey
29+
rating: 2

_data/japanese/to_try.yml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- name: Nikka Taketsuru Pure Malt
2+
- name: Nikka All Malt

_data/japanese/tried.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- name: Hibiki Harmony
2+
rating: 2
3+
4+
- name: Nikka “From the Barrel”
5+
rating: 3

_data/scotch/to_try.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- name: Monkey Shoulder
2+
- name: Lagavulin 16
3+
- name: Ardbeg Uigeadail
4+
- name: Johnnie Walker Black Label 12
5+
- name: Johnnie Walker Green Label 15

_data/scotch/tried.yml

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
- name: Aberlour 10
2+
rating: 3
3+
4+
- name: Auchentoshan 12
5+
rating: 0
6+
7+
- name: Auchentoshan 3 Wood
8+
rating: 3
9+
10+
- name: Dalwhinnie 15
11+
rating: 3
12+
13+
- name: Kilkerran work in progress
14+
rating: 0
15+
16+
- name: Laphroiag 10
17+
rating: 0
18+
19+
- name: Aultmore 12
20+
rating: 0
21+
22+
- name: Dalwhinnie Winter’s Gold
23+
rating: 0
24+
25+
- name: Glenlivet 18
26+
rating: 3
27+
28+
- name: Auchentoshan 12
29+
rating: 2
30+
31+
- name: Balvenie Doublewood 12
32+
rating: 1
33+
34+
- name: Tomintoul 14
35+
rating: 1
36+
37+
- name: Talisker Skye
38+
rating: 0
39+
40+
- name: Talisker Storm
41+
rating: 0
42+
43+
- name: Talisker 10
44+
rating: 0
45+
46+
- name: Glenfiddich 15
47+
rating: 2
48+
49+
- name: Glenfiddich 18
50+
rating: 1
51+
52+
- name: Chivas Regal 18
53+
rating: 2
54+
55+
- name: Tomatin Legacy
56+
rating: 1
57+
58+
- name: Glenmorangie Port Wood Finish
59+
rating: 1
60+
61+
- name: Cardhu Gold Reserve
62+
rating: 1
63+
64+
- name: MacAllan 10 Sherry Oak
65+
rating: 0
66+
67+
- name: Balvenie 14 Caribbean Cask
68+
rating: 1
69+
70+
- name: Benromach 10
71+
rating: 1

_data/welsh/to_try.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- name: Penderyn Madeira-finished

_data/welsh/tried.yml

Whitespace-only changes.

_includes/whiskys.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<table class="table table-sm table-borderless table-hover">
2+
<thead>
3+
<tr>
4+
<th scope="col">Name</th>
5+
<th scope="col">Rating (out of 3)</th>
6+
</tr>
7+
</thead>
8+
<tbody>
9+
{% for whisky in include.whiskys %}
10+
<tr>
11+
<th scope="row">{{ whisky.name }}</th>
12+
<td>{{ whisky.rating | default: "n/a"}}</td>
13+
</tr>
14+
{% endfor %}
15+
</tbody>
16+
</table>

_layouts/default.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>Whisk(e)y</title>
8+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
9+
<link rel="stylesheet" href="assets/css/style.css">
10+
</head>
11+
<body>
12+
{{ content }}
13+
</body>
14+
</html>

_site/404.html

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>Whisk(e)y</title>
8+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
9+
<link rel="stylesheet" href="assets/css/style.css">
10+
</head>
11+
<body>
12+
<style type="text/css" media="screen">
13+
.container {
14+
margin: 10px auto;
15+
max-width: 600px;
16+
text-align: center;
17+
}
18+
h1 {
19+
margin: 30px 0;
20+
font-size: 4em;
21+
line-height: 1;
22+
letter-spacing: -1px;
23+
}
24+
</style>
25+
26+
<div class="container">
27+
<h1>404</h1>
28+
29+
<p><strong>Page not found :(</strong></p>
30+
<p>The requested page could not be found.</p>
31+
</div>
32+
33+
</body>
34+
</html>

_site/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# whisky
2+
Keeping tabs on whisk(e)y

_site/assets/css/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tbody tr th {
2+
font-weight: normal; }

0 commit comments

Comments
 (0)