Honey & Co Recipes: Blood Orange & Pistachio Cakes (2024)

Support Us Login

'); subMenuHolder = jQuery(".bn-sub-navigation #submenu-" + submenuId); var data = testData[submenuId], hasMain = (typeof data.mainFilters != "undefined" && data.mainFilters.length > 0), hasMore = (typeof data.moreFilters != "undefined" && data.moreFilters.length > 0), hasTrailers = (typeof data.trailers != "undefined" && data.trailers.length > 0); // main filters empty if(!hasMain) return; // TPL var tpl = '', createLink = function(lable, url){ return '' + lable + ''; }, createTrailer = function(trailer){ return '

'; }, createBanner = function(targeting){ var tg = (targeting) ? 'data-targeting=\'' + JSON.stringify(targeting) + '\'' : ''; var banner_html = '

' + '

' + '

'; banner_html += '

'; return banner_html; }, createMain = function(){ if(!hasMain) return ''; var result = '

'; // create filter list result += '

'; for(var i in data.mainFilters) { if(!data.mainFilters.hasOwnProperty(i)) continue; var item = data.mainFilters[i]; if(item.is_visible == 1){ result += createLink(item.label, item.url,item.is_visible); } } if(hasMore) result += 'more'; result += '

'; // end filter list // create trailers if(hasTrailers) { for(var i1 in data.trailers) { if(!data.trailers.hasOwnProperty(i1)) continue; if(i1 == 2) { result += createBanner(data.targeting); } var trailer = data.trailers[i1]; result += createTrailer(trailer); } } // end trailers result += '

'; result += '

'; return result; }, createExtra = function(){ if(!hasMore) return ''; var result = '

'; for(var i in data.moreFilters) { if(!data.moreFilters.hasOwnProperty(i)) continue; var item = data.moreFilters[i]; if(item.is_visible == 1) { result += createLink(item.label, item.url); } } result += '

'; result += '

'; return result; }; tpl += createMain(); if(hasMore) tpl += createExtra(); subMenuHolder.html(tpl); // more button jQuery("#submenu-" + submenuId + " .sub-more").on('click', function() { var t = jQuery(this); var extra = jQuery('#submenu-' + submenuId + ' .sub-col-extra'); t.toggleClass('active'); extra.toggleClass('active'); return false; }); } jQuery('.bn-sub-navigation #submenu-' + submenuId + ' .sub-col-extra').removeClass('active'); jQuery('.bn-sub-navigation #submenu-' + submenuId + ' .sub-more').removeClass('active'); subMenu.show(); subMenuHolder.show(); }; window.updateSubMenuPosition = function(){ mainMenuEndPoint = topNav.position(); mainMenuHeight = topNav.outerHeight(); subMenu.css('position', 'absolute'); subMenu.css('top', mainMenuEndPoint.top + mainMenuHeight); }; //init scroll control var locationPath = document.location.pathname.split('/'); if(locationPath[1] != 'admin') { var block = jQuery('#one-line-nav-block'), navBar = jQuery('#nav-bar'), navLoginButtons = jQuery('#nav-login-buttons'), searchBar = jQuery('.top-nav .search-bar'), scrollPosition = jQuery(window).scrollTop(), windowWidth = jQuery(window).width(), topNav = jQuery(".top-nav"), subMenu = jQuery(".bn-sub-navigation"), subMenuIsDev = false, timeoutHideMenuTime = 300, timeoutHideMenu; block.find('.centered').append(navBar.clone()); block.find('.one-line-nav').append(navLoginButtons.clone()); block.find('.one-line-nav').append(searchBar.clone()); // // sub menu // var mainMenuEndPoint = topNav.position(), mainMenuHeight = topNav.outerHeight(); // subMenu.css('position', 'absolute'); // subMenu.css('top', mainMenuEndPoint.top + mainMenuHeight); window.updateSubMenuPosition(); if(subMenuIsDev) subMenu.addClass('active'); // add arrows jQuery('.with-submenu').append(''); if(windowWidth > 1024) { var openedSubMenuId; jQuery('.b-nav-new a[data-submenu]').hover(function(){ clearTimeout(timeoutHideMenu); var t = jQuery(this), subMenuId = t.data('submenu'); // createSubMenu generateSubmenu(subMenuId); if(t.parents('.one-line-nav').length === 0) window.updateSubMenuPosition(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); openedSubMenuId = subMenuId; jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').addClass('opened'); subMenu.addClass('active'); // window.updateSubMenuPosition(); if(typeof window.bannerClass !== 'undefined') window.bannerClass.findAndInit(); }, function(){ timeoutHideMenu = setTimeout(function(){ if(!subMenuIsDev) { subMenu.removeClass('active'); subMenu.hide(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); } },timeoutHideMenuTime); }); subMenu.hover(function(){ clearTimeout(timeoutHideMenu); },function(){ timeoutHideMenu = setTimeout(function(){ if(!subMenuIsDev) { subMenu.removeClass('active'); subMenu.hide(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); } },timeoutHideMenuTime); }); } // mobile submenu else { jQuery(document).on('click touchend', '.with-submenu .mobile-arrow', function(){ var t = jQuery(this), li = jQuery(t.parent()), nav = t.parents('.b-nav-new'); if(!li.hasClass('opened')) { var opened = jQuery('.with-submenu.opened', nav); if(opened.length > 0) { jQuery('.b-nav-new .nav-list li a.disabled').removeClass('disabled'); opened.removeClass('opened'); } li.addClass("opened"); jQuery('.b-nav-new .nav-list>li[class!="with-submenu opened"] a[class!="mobile-arrow"]').addClass('disabled'); } else { jQuery('.b-nav-new .nav-list li a.disabled').removeClass('disabled'); li.removeClass('opened'); } return false; }); } // // end sub menu // scrollControl(windowWidth, scrollPosition, block, subMenu, topNav); jQuery(window).scroll(function () { var scrollPosition = jQuery(window).scrollTop(), windowWidth = jQuery(window).width(); scrollControl(windowWidth, scrollPosition, block, subMenu, topNav); }); jQuery(window).resize(function(){ var windowWidth = jQuery(window).width(); if(windowWidth < 1025) { if(block.hasClass("active")) { block.removeClass("active"); block.hide(); } if(subMenu.hasClass("active")) subMenu.removeClass("active"); } }); } }); jQuery(document).ready(function() { //notification display message // + set a localstorage to display only once //check if it is IOS or not var iOS = !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform); if (iOS) { //hide the notification for IOS user SINCE it is still does not support Web push. jQuery("#notification-button-mobile").hide(); } if (Modernizr.localstorage) { var countNotification = localStorage.getItem('countNotification'); if (countNotification === null) { countNotification = 0; } if (countNotification <= 1 ){ setTimeout(function() { jQuery("#notification-button-mobile").attr('data-balloon-visible',''); setTimeout(function() { jQuery("#notification-button-mobile").removeAttr('data-balloon-visible'); }, 12000); },2000 ); setTimeout(function() { jQuery("#notification-button").attr('data-balloon-visible',''); setTimeout(function() { jQuery("#notification-button").removeAttr('data-balloon-visible'); }, 12000); },2000 ); } countNotification++; localStorage.setItem('countNotification',countNotification); } else { //Find a alternative solution maybe a Variable. // i dont provide support for notification for old browser though one solution is to use cookies but this would affect speed and this is a BETA test. } });

Get the Best of London Life, Culture and Style

By entering my email I agree to the CultureWhisper Privacy Policy (we won`t share data & you can unsubscribe anytime).

Things to do

By CW Contributor on 13/8/2015

Honey & Co cookbook: We lovethis irresistible blood orange and pistachio cake recipe from the newHoney & Co baking book

Honey & Co Recipes: Blood Orange & Pistachio Cakes (3)

Photography © Patricia Niven 2015, HONEY & CO: THE BAKING BOOK by Sarit Packer and Itamar Srulovich

Israeli husband and wife team,Sarit Packer and Itamar Srulovich, are back withtheir second Honey & Cocookbook after the success of their first book 'Food from the Middle East' just last year.

Aside from this, theyalso run a small Middle Eastern café restaurant behind Warren Street tube station,Honey & Co London, which has been celebrated unanimouslyby critics and public alike. Their cooking is hailed for being homely, delicious, and visibly made with love– the couple themselves describe Honey & Co as 'an extension of [their] home'.

This rich Honey & Co cake recipe is theperfect fruitysweet treat for this summer.


Blood orange &pistachio cakes

While these are perfectly delicious made with regular oranges, this particular combination really comes into its own in late January with the musky, more grown- up flavour of blood oranges. These look sensational as well, as everything made with blood oranges does.


INGREDIENTS

Makes 10 large muffin-sized cakes
Silicone moulds work well here

For the cake batter
250g unsalted butter
250g caster sugar
zest of 1 blood orange
125g ground almonds
125g ground pistachios
4 eggs
250g self-raising flour
a pinch of table salt

For the topping
120g caster sugar
1 tbsp cornflour
3–4 blood oranges


METHOD

Preheat the oven to 190°C/170°C fan/ gas mark 5 and lightly spray or butter ten large muffin tins. Mix the sugar and cornflour for the topping together and spoon a teaspoonful into each muffintin. Shake the tins a little so you have a sugared layer on the base of each one.

Use a sharp knife (I think serrated is best for this job) to cut away the skin from the oranges for the topping, then cut the flesh into slices about as wide as your finger – you should get 3–4 full slices from each orange (eat the end bits). Place a slice of orange flat in the base of each tin.

I use an electric mixer to make the batter, but if you don’t have one, you can make it by hand. Cream together the butter, sugar and orange zest until paler and a little aerated. Add the ground almonds and pistachios and mix until it all comes together and starts to stick to the side of the bowl. Add the eggs one at a time,mixing well to combine each one before adding the next. Once you have a smooth paste, scrape it down the sides of the bowl all the way to the bottom, then add the flour and salt in one go. Mix again at a high speed until you have a nice, smooth, well-combined batter.

I usually transfer it to a piping bag at this stage but you can also use two spoons to scoop the batter instead. Divide it between the tins. You can weigh them if you want to be specific; there should be about 80g in each. Place the tins on a baking tray and bake in the centre of the oven for 15 minutes, then turn them around for an even bake and leave for a further 10–15 minutes until the cakes are set. You can check this by pressing lightly with yourfinger.The cakes should have a slight bounce and your finger shouldn’t sink at all.

Remove from the oven and flip the moulds onto a tray lined with baking parchment. Allow to cool slightly upside-down (5–10 minutes will do) before you remove the cakes from the tins. Don’t let them get too cold or it will be really hard to keep the orange slices intact (the cornflour thickens with the orange juice and sticks the slice to the tin when cold).

These are best eaten straight away, as they are delicious warm. They also keep well in the fridge for a few days, but for best results let them come up to room temperature before eating.


Recipe extracted fromHoney & Co: The Baking Bookby Sarit Packer and Itamar Srulovich (Saltyard Books, Hardback £25)

summer cookbooks recipe cake sweet

You may also like:

  • Atul Kochhar Recipes: Masala Chai Soufflés
  • Fern Verrow recipe: Angel Cake
  • Meringue Girls Recipes: Prosecco, Strawberry and Popping Candy Truffles
  • Skye Gyngell recipes: Apple Galette
Honey & Co Recipes: Blood Orange & Pistachio Cakes (2024)
Top Articles
Latest Posts
Article information

Author: Jeremiah Abshire

Last Updated:

Views: 5913

Rating: 4.3 / 5 (54 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Jeremiah Abshire

Birthday: 1993-09-14

Address: Apt. 425 92748 Jannie Centers, Port Nikitaville, VT 82110

Phone: +8096210939894

Job: Lead Healthcare Manager

Hobby: Watching movies, Watching movies, Knapping, LARPing, Coffee roasting, Lacemaking, Gaming

Introduction: My name is Jeremiah Abshire, I am a outstanding, kind, clever, hilarious, curious, hilarious, outstanding person who loves writing and wants to share my knowledge and understanding with you.