diff --git a/Rules b/Rules index 3777a39..741b979 100644 --- a/Rules +++ b/Rules @@ -10,6 +10,13 @@ compile '/weather/' do filter :erb end +compile %r{/personal/2017/11/cumquat-infused-vodka/} do + filter :rdiscount + layout 'article' + layout 'topphoto' + filter :rubypants +end + compile %r{/(?:technical|personal|)articles/(page/|)} do filter :erb layout 'articles' diff --git a/content/personal/2017/11/cumquat-infused-vodka.md b/content/personal/2017/11/cumquat-infused-vodka.md new file mode 100755 index 0000000..a1fab78 --- /dev/null +++ b/content/personal/2017/11/cumquat-infused-vodka.md @@ -0,0 +1,10 @@ +Some 9 years after my [first attempt](/personal/2008/11/cumquat-liqueur/) at +making Cumquat liqueur my little Cumquat tree was loaded with fruit again. + +The +tree is living at my parents house after I moved into an apartment and no +longer had space for it and Mum asked what to do with the fruit. The +orginal liqueur turned out fine but wasn't really to my taste so my suggestion +was to try making Cumquat infused vodka. + + diff --git a/content/personal/2017/11/cumquat-infused-vodka.yaml b/content/personal/2017/11/cumquat-infused-vodka.yaml new file mode 100644 index 0000000..ef314e5 --- /dev/null +++ b/content/personal/2017/11/cumquat-infused-vodka.yaml @@ -0,0 +1,14 @@ +--- +title: Cumquat Infused Vodka +extra: My little tree makes booze again +kind: article +section: personal +created_at: 2017-11-26 20:35:00.000000000 +10:00 +keywords: +- vodka +- alcohol +- cumquat +- kumquat +photo: /images/2017/IMG_5868.jpg +photo_alt: Cumquats +short_url: diff --git a/output/images/2017/IMG_5867.jpg b/output/images/2017/IMG_5867.jpg new file mode 100755 index 0000000..bebbd5a Binary files /dev/null and b/output/images/2017/IMG_5867.jpg differ diff --git a/output/images/2017/IMG_5868.jpg b/output/images/2017/IMG_5868.jpg new file mode 100755 index 0000000..0d75eda Binary files /dev/null and b/output/images/2017/IMG_5868.jpg differ diff --git a/output/images/2017/IMG_6503.JPG b/output/images/2017/IMG_6503.JPG new file mode 100755 index 0000000..997a50b Binary files /dev/null and b/output/images/2017/IMG_6503.JPG differ