From e3ce0bac4a64b6f893e486193ea27a36cf08af53 Mon Sep 17 00:00:00 2001 From: Andrea De Pirro Date: Wed, 18 Sep 2024 13:00:54 +0200 Subject: [PATCH 1/3] feat: add new section Barcelona --- data.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data.toml b/data.toml index 312b9fc..fc537c3 100644 --- a/data.toml +++ b/data.toml @@ -9,7 +9,7 @@ gtag_id = "G-33WB8LVHR6" base_url = "https://bcneng.github.io/foodies/" [[sections]] -title = "BcnFoodies" +title = "Cities" description = "A list of Google Maps of restaurants curated by bcneng.org community." direction = "column" item_style = "outline" @@ -33,6 +33,12 @@ url = "https://maps.app.goo.gl/a4Mwqk7pj6zdc36U6" title = "Paris" description = "" url = "https://maps.app.goo.gl/DYpVH2PzdETCMCqh6" + +[[sections]] +title = "Barcelona" +description = "A list of Google Maps of restaurants in Barcelona." +direction = "column" +item_style = "outline" [[sections.items]] title = "Tortillas - Barcelona" description = "" From 9c82fca5cf361c68d9d7aa98cd4e4ad5ada07ec6 Mon Sep 17 00:00:00 2001 From: Andrea De Pirro Date: Wed, 18 Sep 2024 13:02:36 +0200 Subject: [PATCH 2/3] feat: add new section Barcelona --- data.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.toml b/data.toml index fc537c3..c095b68 100644 --- a/data.toml +++ b/data.toml @@ -10,7 +10,7 @@ base_url = "https://bcneng.github.io/foodies/" [[sections]] title = "Cities" -description = "A list of Google Maps of restaurants curated by bcneng.org community." +description = "" direction = "column" item_style = "outline" [[sections.items]] @@ -36,7 +36,7 @@ url = "https://maps.app.goo.gl/DYpVH2PzdETCMCqh6" [[sections]] title = "Barcelona" -description = "A list of Google Maps of restaurants in Barcelona." +description = "" direction = "column" item_style = "outline" [[sections.items]] From 174468b3ed6155fc261ef7228eb72674d6de6a41 Mon Sep 17 00:00:00 2001 From: Andrea De Pirro Date: Wed, 18 Sep 2024 13:04:01 +0200 Subject: [PATCH 3/3] fix: description --- data.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.toml b/data.toml index c095b68..def859b 100644 --- a/data.toml +++ b/data.toml @@ -1,5 +1,5 @@ name = "BcnFoodies" -description = "A list of Google Maps of restaurants curated by bcneng.org community." +description = "A list of Google Maps of restaurants curated by https://bcneng.org/ community." keywords = "food, foodies, barcelona, maps, eating" image = "bcnfoodies.webp" theme = "dark"