Skip to content

Commit

Permalink
Add venue map
Browse files Browse the repository at this point in the history
  • Loading branch information
carlwgeorge committed Apr 3, 2024
1 parent 8642c35 commit f2fcb0c
Show file tree
Hide file tree
Showing 6 changed files with 389 additions and 3 deletions.
10 changes: 10 additions & 0 deletions content/map.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Map"
page_header_bg: "images/background/page-title-bg.jpg"
description : "Map"
layout: "map"
ignore_header: true
map_image: "images/map.svg"
---

## Map for _Texas Linux Festival_
12 changes: 9 additions & 3 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,23 +198,29 @@ name = "Venue"
weight = 70
hasChildren = true

[[menu.main]]
parent = "Venue"
name = "Map"
url = "map/"
weight = 10

[[menu.main]]
parent = "Venue"
name = "Location"
url = "https://www.palmereventscenter.com/attend/"
weight = 1
weight = 20

[[menu.main]]
parent = "Venue"
name = "Hotels"
url = "venue_hotels/"
weight = 2
weight = 30

[[menu.main]]
parent = "Venue"
name = "Parking"
url = "https://www.palmereventscenter.com/directions-and-parking/"
weight = 3
weight = 40


[[menu.main]]
Expand Down
Loading

0 comments on commit f2fcb0c

Please sign in to comment.