Pesto: how old is this recipe? (2024)

";$(".gallery_fader_buffer_"+this.altro_buffer+this.gallery_fader_suffix).parent().append(obj);$(".gallery_fader_buffer_"+this.gallery_fader_buffer+this.gallery_fader_suffix).animate({opacity:0},0).css({"background":"url('"+dest_url+"') center center no-repeat","background-size":"cover"}).animate({opacity:1,left:0},this.gallery_fader_fade_time);$(".gallery_fader_text_content_"+this.gallery_fader_suffix).hide();$(".gallery_fader_text_content_"+this.gallery_fader_suffix+" .gallery_fader_text_box_content").html(title+description);$(".gallery_fader_text_content_"+this.gallery_fader_suffix).hide().fadeIn(2000);if (this.gallery_fader_links_array[this.gallery_fader_index]!=""){var current_link = this.gallery_fader_links_array[this.gallery_fader_index];$(".gallery_fader_text_content_"+this.gallery_fader_suffix+" .gallery_fader_text_box_content h3").click(function(){location.href=current_link;}).css({cursor:"pointer"});}$(".gallery_fader_pagination_indicator_"+this.gallery_fader_suffix).removeClass("mainBGColor").removeClass("gallery_fader_pagination_indicator_selected").addClass("gallery_fader_pagination_indicator");$(".gallery_fader_pagination_indicator_id_"+this.gallery_fader_suffix+"_"+(this.gallery_fader_array.length - this.gallery_fader_index -1)).addClass("gallery_fader_pagination_indicator_selected");if (this.gallery_fader_buffer==1) this.gallery_fader_buffer = 2; else this.gallery_fader_buffer = 1;}var dest_width = $(".gallery_fader_slideScrollContainer"+this.gallery_fader_suffix).width();$(".gallery_fader_slideScrollAllContainer"+this.gallery_fader_suffix).css({ left:-dest_width*index});$(".gallery_fader_slideScrollAllContainer"+this.gallery_fader_suffix).find(".gallery_fader_scroll_image_container").addClass("gallery_fader_scroll_image_container_off");$(".gallery_fader_slideScrollAllContainer"+this.gallery_fader_suffix).find(".gallery_fader_scroll_image_container"+this.gallery_fader_index).removeClass("gallery_fader_scroll_image_container_off");}this.image_gallery_next = function(){if (this.stop_over==true){this.imageGalleryStop();this.imageGalleryStart();}if (this.gallery_fader_index+1

').addClass('gallery_fader_scroll_image_container gallery_fader_scroll_image_container'+i).css({width:container_width, left:container_width*i}) .append($('

').addClass('gallery_fader_scroll_image_bg').css({backgroundImage:"url('"+gallery_fader_array[i]+"')"}));if (current_link!=""){var myself_link = current_link;image_container.append($('

').addClass('gallery_fader_scroll_image_link').click(function(){location.href=myself_link;}));}$(".gallery_fader_slideScrollAllContainer"+this.gallery_fader_suffix).append(image_container);}$(".gallery_fader_slideScrollContainer"+this.gallery_fader_suffix).fadeIn();}var myself = this;if (this.gallery_fader_height==0){$(window).resize(function(){var dest_width = $(".gallery_fader_slideScrollContainer"+myself.gallery_fader_suffix).width();var ratio = $(window).innerWidth()/dest_width;var dest_height = $(window).innerHeight()/ratio;if (myself.gallery_fader_remove_offset==true) dest_height-=$(".gallery_fader_slideScrollContainer"+myself.gallery_fader_suffix).offset().top;$(".gallery_fader_slide"+myself.gallery_fader_suffix).height(dest_height);$(".gallery_fader_slide"+myself.gallery_fader_suffix+" .gallery_fader_arrow_sx").css({"top": Math.ceil((dest_height-$(".gallery_fader_slide"+myself.gallery_fader_suffix+" .gallery_fader_arrow_sx").height())/2)});$(".gallery_fader_slide"+myself.gallery_fader_suffix+" .gallery_fader_arrow_dx").css({"top": Math.ceil((dest_height-$(".gallery_fader_slide"+myself.gallery_fader_suffix+" .gallery_fader_arrow_dx").height())/2)});$(".gallery_fader_slideScrollContainer"+myself.gallery_fader_suffix).find(".gallery_fader_scroll_image_container").each(function(index, obj){$(obj).css({width:dest_width,left:dest_width*index});});$(".gallery_fader_slideScrollAllContainer"+myself.gallery_fader_suffix).css({ left:-dest_width/myself.gallery_fader_index});window.setTimeout(function(){myself.image_gallery_go_again()},10);});window.setTimeout(function(){$(window).resize();},100);}}this.imageGalleryPrev = function(){if (this.gallery_fader_index-1>=0) this.galleryFaderChangeImage(this.gallery_fader_index-1); else this.galleryFaderChangeImage(this.gallery_fader_array.length-1);}this.imageGalleryStart = function(){if (typeof(this.gallery_interval)!="undefined") this.imageGalleryStop();var myself = this;var callMethod = function(){myself.image_gallery_next();}if (myself.stop_over==true || this.gallery_interval==null){this.gallery_interval = window.setInterval(callMethod, this.gallery_fader_timeout);}}this.imageGalleryStop = function(){if (this.stop_over==true) window.clearInterval(this.gallery_interval);}this.resizeSlide = function(w,h){if (w == "") w = "100%";if (h == "") h = $(window).height();$(".gallery_fader_slide"+this.gallery_fader_suffix+" .gallery_fader_arrow_sx").css({"top": Math.ceil((h-$(".gallery_fader_slide"+this.gallery_fader_suffix+" .gallery_fader_arrow_sx").height())/2)});$(".gallery_fader_slide"+this.gallery_fader_suffix+" .gallery_fader_arrow_dx").css({"top": Math.ceil((h-$(".gallery_fader_slide"+this.gallery_fader_suffix+" .gallery_fader_arrow_dx").height())/2)});$(".gallery_fader_slide"+this.gallery_fader_suffix+", .gallery_fader_slideContainer"+this.gallery_fader_suffix+", .gallery_fader_buffer_1"+this.gallery_fader_suffix+", .gallery_fader_buffer_2"+this.gallery_fader_suffix+", .gallery_fader_buffer_foreground"+this.gallery_fader_suffix+"").width(w).css({"height":h});}this.resizeToWindow = function(){var dest_gallery_resize = function(){myself.resizeSlide();}$(window).resize(dest_gallery_resize);setTimeout(dest_gallery_resize,1);}this.startSlide = function(startSlide){var callMethod = function(){myself.galleryFaderChangeImage();myself.imageGalleryStart();if (myself.stop_over==true){$(".gallery_fader_text_box_"+myself.gallery_fader_suffix+", .gallery_fader_slideContainer"+myself.gallery_fader_suffix+", .gallery_fader_slideContainer"+myself.gallery_fader_suffix+" .gallery_fader_arrow_dx, .gallery_fader_slideContainer"+myself.gallery_fader_suffix+" .gallery_fader_arrow_sx" ).mouseenter(function(){console.log("mouseover");myself.imageGalleryStop();});$(".gallery_fader_text_box_"+myself.gallery_fader_suffix+", .gallery_fader_slideContainer"+myself.gallery_fader_suffix+", .gallery_fader_slideContainer"+myself.gallery_fader_suffix+" .gallery_fader_arrow_dx, .gallery_fader_slideContainer"+myself.gallery_fader_suffix+" .gallery_fader_arrow_sx" ).mouseleave(function(){console.log("mouseout");myself.imageGalleryStart();});}myself.resizeSlide(myself.gallery_fader_width,myself.gallery_fader_height);$(".gallery_fader_slide"+myself.gallery_fader_suffix).css({"position":"relative","margin-left":"auto","margin-right":"auto"})$(".gallery_fader_slideContainer"+this.gallery_fader_suffix).css({"position":"relative"});$(".gallery_fader_buffer_1"+myself.gallery_fader_suffix+", .gallery_fader_buffer_2"+myself.gallery_fader_suffix).css({"position":"absolute","top":"0","left":"0"});$(".gallery_fader_text_box_"+myself.gallery_fader_suffix).css({"position":"absolute","bottom":"9px","left":"0px","right":"0px","padding":"15px","background":"url(img/bg_barra_gallery.png)"});$(".gallery_fader_pagination_indicator_"+myself.gallery_fader_suffix).click(function(evt){myself.galleryFaderChangeImage(myself.gallery_fader_array.length - $(evt.currentTarget).index()-1);});$(".gallery_fader_arrow_dx").click(function(){myself.image_gallery_next();});$(".gallery_fader_arrow_sx").click(function(){myself.imageGalleryPrev();});$(".gallery_fader_slideContainer"+myself.gallery_fader_suffix).css({"opacity":myself.gallery_fader_opacity});$(".gallery_fader_slideContainer"+myself.gallery_fader_suffix).parent().css({"background":myself.gallery_fader_bg_color});}window.setTimeout(callMethod, startSlide);}}$(document).ready(function(e){$(".gallery_fader_slide2821").css("overflow","hidden");galleru_fader_2821 = new gcGalleryFader("2821", new Array( '../uploaded_files/multires_images/201612151481795859/08_b.jpg', '../uploaded_files/multires_images/201612151481795860/12_b.jpg', '../uploaded_files/multires_images/201612151481795876/pesto_b.jpg'),new Array( '', '', ''), new Array( '', '', ''), new Array( '', '', ''),{scroll_mode:""});galleru_fader_2821.setSize('','400');galleru_fader_2821.setGalleryOpacity(100);galleru_fader_2821.setGalleryBGColor('000000');galleru_fader_2821.setStopOver(true);galleru_fader_2821.removeTopOffset('');galleru_fader_2821.init();galleru_fader_2821.setGalleryTimeout(5000);galleru_fader_2821.startSlide(0);galleru_fader_2821.resizeToWindow();});// */ -->

Pesto: how old is this recipe? (2024)

FAQs

When was pesto first made? ›

In 1863, Giovanni Battista Ratto provided what is believed to be the first modern recipe or pesto. It remains today in the known origin of pesto from his book, La Cuciniera Genovese. Pesto is very regional in Italy.

Is pesto Italian or Mexican? ›

Pesto originated in Liguria, Italy, where pesto is made in a mortar and pestle. (In fact, “pestâ” means “to pound.”) I don't have the patience to crush basil by hand, one handful at a time. So, I recommend using your food processor.

How long does homemade pesto keep? ›

FAQ: How Long Does Homemade Pesto Last? You can store this basil pesto in a jar or sealable container, then tightly seal and refrigerate for up to 1 week or freeze for up to 2–3 months. Let it thaw at room temperature or in the refrigerator.

What is the most popular pesto in Italy? ›

Still, the most famous pesto—and the one we tend to think of when we hear the word—is pesto alla genovese.

Why is pesto so expensive? ›

Its scarcity, plus the fact that the plants are picked roots, soil, and all to ensure that only juvenile leaves make it into pesto, makes it extraordinarily expensive and something that only premium, artisan pesto makers can justify using.

Is pesto healthy? ›

Pesto Adds a Ton of Nutrients and Flavor to Food

Pesto is a delicious sauce often made from basil, olive oil, garlic, parmesan cheese and pine nuts. All of these ingredients have health benefits and the reason this topping is considered healthy is that the fat source is unsaturated.

What do Italians eat pesto with? ›

Italian Tradition

Pesto is the perfect sauce to enjoy with a dish of trofie (the traditional Ligurian short pasta), lasagna, potato gnocchi or as a topping for a bowl of minestrone. It can be mixed into tomato sauce to enhance the flavor of pasta dishes or used with fish fillets to make them more appetizing.

What city in Italy is famous for creating pesto? ›

'Genoese pesto') is a paste made of crushed garlic, pine nuts, salt, basil leaves, grated cheese such as Parmesan or pecorino sardo, and olive oil. It originated in the Italian city of Genoa, and is used to dress pasta and sometimes soups.

What nuts can you use in pesto? ›

Pistachios, almonds, and walnuts or even seeds like sunflower, sesame, and pumpkin can replace the traditional pine nuts in pesto. Pretty much any edible nut tastes delicious—just make sure to toast and cool the nut before grinding them into the sauce.

What do you eat pesto with? ›

Leftover pesto recipe ideas
  1. On pizza. While we naturally reach for a bag of pasta when it comes to cooking with pesto, it also works dotted onto a pizza base. ...
  2. In a dip. ...
  3. In mash. ...
  4. As a marinade or dressing. ...
  5. Omelette. ...
  6. In soup. ...
  7. In a stew.
  8. On bread.

Why does pesto go bad so fast? ›

Because it's an oil-based sauce, it will spoil and go rancid after a while if exposed to air. So if you see it start get exposed to air, you can top the jar with some high quality olive oil to cut off contact with air. Good news is that store-bought pesto will come with instructions on the label.

What cut of pasta is best for pesto? ›

Pesto Sauce

This fresh and fragrant pasta sauce is served uncooked, so choose a pasta shape that won't overwhelm it. Similar to oil-based sauces, pesto is served best with longer cuts of pasta, like the corkscrew shape of Fusilli. Pesto works best with Bucatini, Capellini, thinner Spaghettini, and Fettuccine.

What is the difference between pesto and pesto genovese? ›

While traditional pesto alla Genovese typically includes non-vegetarian cheeses (including Parmigiano Reggiano and Pecorino Sardo), pesto by nature invites interpretation - feel free to substitute the traditional cheese for a vegetarian alternative.

What does pesto mean in English? ›

pesto. noun. pes·​to ˈpes-tō : a sauce made especially of fresh basil, garlic, oil, pine nuts, and grated cheese.

What was pesto in the 1990s? ›

Today it may seem commonplace, but 20 years ago, putting pesto instead of tomato sauce in your pasta or on your pizza seemed like a fresh, exciting thing to try. It heralded a comparatively "lighter" style of Italian cooking, is it was often paired with chicken and other vegetables.

Why is pesto not vegetarian? ›

The reason is because classic basil pesto contains pecorino and Parmigiano-Reggiano, which are both made from milk curdled in animal rennet. That means that most of the pesto sauces you see on supermarket shelves are not vegetarian.

Is pesto OK for 1 year old? ›

There are no ingredients of particular concern in classic basil pesto, which contains olive oil, pine nuts, basil, garlic, cheese, and salt. All these ingredients are fine for babies, unless, of course, they have already shown signs of allergies to any of them.

When has pesto gone bad? ›

If you see a dramatic change in color, such as the sauce getting much darker, or if you smell a rancid or funky odor, then you can assume the product has spoiled. In these cases, it's best to discard the pesto and open a new jar instead of eating it.

Top Articles
Latest Posts
Article information

Author: Barbera Armstrong

Last Updated:

Views: 5817

Rating: 4.9 / 5 (79 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Barbera Armstrong

Birthday: 1992-09-12

Address: Suite 993 99852 Daugherty Causeway, Ritchiehaven, VT 49630

Phone: +5026838435397

Job: National Engineer

Hobby: Listening to music, Board games, Photography, Ice skating, LARPing, Kite flying, Rugby

Introduction: My name is Barbera Armstrong, I am a lovely, delightful, cooperative, funny, enchanting, vivacious, tender person who loves writing and wants to share my knowledge and understanding with you.