Skip to content

Commit

Permalink
Merge pull request #3 from bcneng/feature/sections
Browse files Browse the repository at this point in the history
feat: add new section Barcelona
  • Loading branch information
akira28 authored Sep 18, 2024
2 parents 3ffb738 + 174468b commit 8ddba70
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions data.toml
Original file line number Diff line number Diff line change
@@ -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 = "light"
Expand All @@ -9,8 +9,8 @@ gtag_id = ""
base_url = "https://bcneng.github.io/foodies/"

[[sections]]
title = "BcnFoodies"
description = "A list of Google Maps of restaurants curated by bcneng.org community."
title = "Cities"
description = ""
direction = "column"
item_style = "outline"
[[sections.items]]
Expand All @@ -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 = ""
direction = "column"
item_style = "outline"
[[sections.items]]
title = "Tortillas - Barcelona"
description = ""
Expand Down

0 comments on commit 8ddba70

Please sign in to comment.