Skip to content

Commit 9ef689a

Browse files
authored
Merge pull request #3 from Xpirix/init_structures
Init structures
2 parents ae4db0a + 39c8cb1 commit 9ef689a

16 files changed

+155
-223
lines changed

config.toml

+25-6
Original file line numberDiff line numberDiff line change
@@ -137,22 +137,41 @@ sectionPagesMenu = 'main'
137137
# See https://gohugo.io/content-management/menus/
138138
[menu]
139139
[[menu.main]]
140-
name = "Conference"
140+
name = "Home"
141141
url = "/"
142142
weight = 10
143143

144144
[[menu.main]]
145145
name = "About"
146-
parent = "Conference"
147-
url = "/uc-2025/about/"
146+
url = "/about/"
148147
weight = 20
149148

150149
[[menu.main]]
151-
name = "Attending"
152-
parent = "Conference"
153-
url = "/uc-2025/attending/"
150+
name = "Schedule"
151+
url = "/schedule/"
154152
weight = 30
155153

154+
[[menu.main]]
155+
name = "Schedule"
156+
parent = "Detailed Schedule"
157+
url = "/schedule-details/"
158+
weight = 10
159+
160+
[[menu.main]]
161+
name = "Sponsors"
162+
url = "/sponsors/"
163+
weight = 40
164+
165+
[[menu.main]]
166+
name = "Attending"
167+
url = "/attending/"
168+
weight = 50
169+
170+
[[menu.main]]
171+
name = "Tickets"
172+
url = "/tickets/"
173+
weight = 60
174+
156175
[outputs]
157176
home = ["HTML", "RSS", "JSON"]
158177

config/commit.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6f24c3d8
1+
ae4db0a

content/_index.md

+2-52
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,19 @@
11
---
22
type: "page"
33
title: "QGIS User Conference 2025"
4-
subtitle: "2-3 June 2025, Norrköping, Sweden"
5-
64
draft: false
75
heroSize: "is-medium"
86
heroImage: "uc-2025/visualization_center.webp"
97
heroLogo: "uc-2025/logo_multicolor.png"
108
HasBanner: true
119
heroIsUserConference: true
1210
ButtonText: "Add to your Calendar"
13-
ButtonLink: "/uc-2025/qgis-uc-2025.ics"
11+
ButtonLink: "uc-2025/qgis-uc-2025.ics"
1412
sidebar: true
15-
aliases:
16-
- /uc-2025
1713
---
1814

1915
{{< content-start >}}
2016

21-
## Welcome to Sweden!
22-
23-
The QGIS User Conference is an annual event that brings together users and developers of the QGIS open-source geographic information system (GIS) software. The conference provides an opportunity for attendees to learn about the latest developments in QGIS, share their experiences with others, and network with other QGIS users and developers. The conference attracts attendees from a broad spectrum of organizations and industries.
24-
25-
This year, the conference is being held on **2-3 June 2025** in **Norrköping, Sweden**. Additionally, an additional workshop day is being planned for the **4th June**.
26-
27-
Right after the conference, the **28th QGIS Contributor Meeting** will be right next door on **4-6 June**. Contributor meetings bring together active members of the QGIS project to plan their work, hold face-to-face discussions and brainstorm new ideas.
28-
29-
The program has not yet been set, but you can find some examples of what to expect at the [QGIS User Conference 2024 website](https://uc2024.qgis.sk/).
30-
31-
32-
{{< columns-start >}}
33-
{{< column-start>}}
34-
35-
{{< rich-box-start >}}
36-
{{< rich-content-start themeClass="coloring-6">}}
37-
### Call for Papers
38-
[Send in your presentation and workshop proposals](https://talks.osgeo.org/qgis-uc2025/cfp)
39-
40-
{{< rich-content-end >}}
41-
{{< rich-box-end >}}
42-
{{< column-end >}}
43-
{{< column-start>}}
44-
45-
{{< rich-box-start >}}
46-
{{< rich-content-start themeClass="coloring-6" >}}
47-
### Tickets
48-
49-
Tickets will be available in spring 2025.
50-
51-
{{< rich-content-end >}}
52-
{{< rich-box-end >}}
53-
{{< column-end >}}
54-
{{< columns-end >}}
55-
56-
## Venue
57-
58-
<div class="rounded">
59-
60-
![Visualization Center C](./uc-2025/visualization_center.webp)
61-
62-
</div>
63-
64-
The event will be held at the [Visualization Center C](https://www.visualiseringscenter.se/en/), [Cnema](https://cnema.se/)
65-
and [Campus Norrköping](https://liu.se/en/article/campus-norrkoping) of [Linköping University](https://liu.se/en). These are
66-
situated in the heart of Norrköping, a city with a rich industrial history and beautiful water displays right outside
67-
the venues.
17+
# QGIS User Conference 2025
6818

6919
{{< content-end >}}

content/about.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
type: "page"
3+
title: "About"
4+
heroImage: "uc-2025/visualization_center.webp"
5+
heroLogo: "uc-2025/logo_multicolor.png"
6+
heroIsUserConference: true
7+
HasBanner: true
8+
draft: false
9+
sidebar: true
10+
---
11+
12+
{{< content-start >}}
13+
14+
# QGIS User Conference 2025
15+
16+
{{< content-end >}}

content/attending.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
type: "page"
3+
title: "Attending"
4+
heroImage: "uc-2025/visualization_center.webp"
5+
heroLogo: "uc-2025/logo_multicolor.png"
6+
heroIsUserConference: true
7+
HasBanner: true
8+
draft: false
9+
sidebar: true
10+
---
11+
12+
{{< content-start >}}
13+
14+
# Attending
15+
16+
{{< content-end >}}

content/schedule-details.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
type: "page"
3+
title: "Detailed Schedule"
4+
heroImage: "uc-2025/visualization_center.webp"
5+
heroLogo: "uc-2025/logo_multicolor.png"
6+
heroIsUserConference: true
7+
HasBanner: true
8+
draft: false
9+
sidebar: true
10+
---
11+
12+
{{< content-start >}}
13+
14+
# Detailed Schedule
15+
16+
{{< content-end >}}

content/schedule.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
type: "page"
3+
title: "Schedule"
4+
heroImage: "uc-2025/visualization_center.webp"
5+
heroLogo: "uc-2025/logo_multicolor.png"
6+
heroIsUserConference: true
7+
HasBanner: true
8+
draft: false
9+
sidebar: true
10+
---
11+
12+
{{< content-start >}}
13+
14+
# Schedule Overview
15+
16+
{{< content-end >}}

content/sponsors.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
type: "page"
3+
title: "Sponsors"
4+
heroImage: "uc-2025/visualization_center.webp"
5+
heroLogo: "uc-2025/logo_multicolor.png"
6+
heroIsUserConference: true
7+
HasBanner: true
8+
draft: false
9+
sidebar: true
10+
---
11+
12+
{{< content-start >}}
13+
14+
# Gold sponsors
15+
16+
{{< content-end >}}

content/tickets.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
type: "page"
3+
title: "Tickets"
4+
heroImage: "uc-2025/visualization_center.webp"
5+
heroLogo: "uc-2025/logo_multicolor.png"
6+
heroIsUserConference: true
7+
HasBanner: true
8+
draft: false
9+
sidebar: true
10+
---
11+
12+
{{< content-start >}}
13+
14+
# Tickets
15+
16+
{{< content-end >}}

content/uc-2025/about.md

-56
This file was deleted.

content/uc-2025/attending.md

-59
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)