Skip to content

Commit 8549e80

Browse files
committed
Added Discord link
Added Events page
1 parent 0e7ef77 commit 8549e80

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

hugo_site/config/_default/menus.en.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ url = "/authors"
2323

2424
[[main]]
2525
weight = 4
26+
name = "Events"
27+
url = "/events"
28+
29+
[[main]]
30+
weight = 5
2631
name = "Hugoplate Examples"
2732

2833
# ---------

hugo_site/config/_default/params.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ preloader = "" # use jpg, png, svg or gif format.
3737

3838
# Navigation button on navbar
3939
[navigation_button]
40-
enable = false
41-
label = "Github"
42-
link = "https://github.com/ComputingTeachers/computingteachers.uk"
40+
enable = true
41+
label = "Discord"
42+
link = "https://discord.gg/nbJBEFNHZg"
4343

4444
# search
4545
# search module: https://github.com/gethugothemes/hugo-modules/tree/master/search
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Events"
3+
meta_title: ""
4+
description: "This is meta description"
5+
draft: false
6+
---
7+
8+
## Previous Events
9+
10+
### Kent Computing Teachers Unconference 2023
11+
12+
13+
### Kent Computing Teachers Unconference 2025
14+
15+
https://www.dovercollege.ac.uk/news/computing-unconference/
16+
3 June 2025
17+
18+
## Future Events
19+

0 commit comments

Comments
 (0)