+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/_default/index.html b/layouts/_default/index.html
index a3ef554..9c28058 100644
--- a/layouts/_default/index.html
+++ b/layouts/_default/index.html
@@ -3,7 +3,7 @@
-
+
Welcome to the UK TRE Community!
{{ .Site.Params.Description }}
@@ -25,6 +25,6 @@
Welcome to the UK TRE Community!
{{ partial "contact" . }}
-
+
{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/blurb.html b/layouts/partials/blurb.html
index e761b87..b61836b 100644
--- a/layouts/partials/blurb.html
+++ b/layouts/partials/blurb.html
@@ -8,6 +8,6 @@
Who we are
-
+
\ No newline at end of file
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
deleted file mode 100644
index e69de29..0000000
diff --git a/static/favicon.svg b/static/favicon.svg
new file mode 100644
index 0000000..55547c4
--- /dev/null
+++ b/static/favicon.svg
@@ -0,0 +1,140 @@
+
+
From 22bb62cbd4bddf28f04e413d809c92177e606554 Mon Sep 17 00:00:00 2001
From: Hari Sood
Date: Tue, 30 Jan 2024 12:53:28 +0000
Subject: [PATCH 2/6] Events page
---
.vscode/settings.json | 4 ++
config/_default/config.yaml | 4 ++
content/events/_index.md | 7 ++
content/events/past/december_meeting.md | 9 +++
content/events/upcoming/march_meeting.md | 11 +++
content/events/upcoming/test_event.md | 22 ++++++
layouts/_default/about/index.html | 35 +++++-----
layouts/_default/events/index.html | 88 ++++++++++++++++++++++++
layouts/partials/actions.html | 2 +-
9 files changed, 164 insertions(+), 18 deletions(-)
create mode 100644 .vscode/settings.json
create mode 100644 content/events/_index.md
create mode 100644 content/events/past/december_meeting.md
create mode 100644 content/events/upcoming/march_meeting.md
create mode 100644 content/events/upcoming/test_event.md
create mode 100644 layouts/_default/events/index.html
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000..564f1dc
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,4 @@
+{
+ "files.autoSave": "onFocusChange",
+ "editor.formatOnSave": true
+}
\ No newline at end of file
diff --git a/config/_default/config.yaml b/config/_default/config.yaml
index 05dc6e8..5db4c4e 100644
--- a/config/_default/config.yaml
+++ b/config/_default/config.yaml
@@ -5,8 +5,12 @@ theme: hugo-bootstrap-theme
themesdir: node_modules/@filipecarneiro
copyright: Add our licence
+# Build all pages that have a frontmatter date setting of the future - this allows us to publish pages for events happening in the future
+buildFuture: true
+
# Taxonomies
taxonomies:
tag: tags
+ category: categories
\ No newline at end of file
diff --git a/content/events/_index.md b/content/events/_index.md
new file mode 100644
index 0000000..515a05c
--- /dev/null
+++ b/content/events/_index.md
@@ -0,0 +1,7 @@
+---
+title: Community events
+layout: events/index
+description: See what events we have coming up, and access notes, slides and recordings from previous events
+url: /events
+---
+
diff --git a/content/events/past/december_meeting.md b/content/events/past/december_meeting.md
new file mode 100644
index 0000000..e06f6f9
--- /dev/null
+++ b/content/events/past/december_meeting.md
@@ -0,0 +1,9 @@
+---
+title: "UK TRE Community December quarterly meeting"
+description: "The quarterly meeting for the community, including community updates, breakout discussions and project workshops, hosted online"
+date: "2024-12-04"
+draft: false
+url: events/decembermeeting
+tags:
+- past_event
+---
\ No newline at end of file
diff --git a/content/events/upcoming/march_meeting.md b/content/events/upcoming/march_meeting.md
new file mode 100644
index 0000000..5cfae31
--- /dev/null
+++ b/content/events/upcoming/march_meeting.md
@@ -0,0 +1,11 @@
+---
+title: "UK TRE Community March quarterly meeting"
+description: "The quarterly meeting for the community, including community updates, breakout discussions and project workshops, hosted online"
+date: "2024-03-01"
+draft: false
+url: events/marchmeeting
+tags:
+- upcoming_event
+---
+
+# UK TRE Community March quarterly meeting
diff --git a/content/events/upcoming/test_event.md b/content/events/upcoming/test_event.md
new file mode 100644
index 0000000..9eec953
--- /dev/null
+++ b/content/events/upcoming/test_event.md
@@ -0,0 +1,22 @@
+---
+title: "Test event"
+description: "A different test event"
+register_url: "https://example.com"
+draft: false
+url: events/test
+tags:
+- upcoming_event
+---
+
+# Test meeting
+**Date**: 1st March 2024 09:00
+
+**Host**: Simon Li (Dundee)
+
+**Registration details**: xxx
+
+## Description
+
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
+
diff --git a/layouts/_default/about/index.html b/layouts/_default/about/index.html
index 2511577..283c8cd 100644
--- a/layouts/_default/about/index.html
+++ b/layouts/_default/about/index.html
@@ -6,25 +6,26 @@
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/partials/actions.html b/layouts/partials/actions.html
index fc25f83..28a3cf4 100644
--- a/layouts/partials/actions.html
+++ b/layouts/partials/actions.html
@@ -7,7 +7,7 @@
Events
We run quarterly community meetings, as well as ad hoc events. See what's coming up!
-
+
From aa400d68c83faf039905ea608db62101a542648d Mon Sep 17 00:00:00 2001
From: Hari Sood
Date: Tue, 30 Jan 2024 13:28:13 +0000
Subject: [PATCH 3/6] Updates plus MarkDown template for events
---
content/events/past/december_meeting.md | 20 +++++++++++++++++---
content/events/upcoming/march_meeting.md | 16 ++++++++++++++--
content/events/upcoming/test_event.md | 22 ----------------------
layouts/_default/events/index.html | 21 +++++++++++++++++----
templates/event.md | 24 ++++++++++++++++++++++++
5 files changed, 72 insertions(+), 31 deletions(-)
delete mode 100644 content/events/upcoming/test_event.md
create mode 100644 templates/event.md
diff --git a/content/events/past/december_meeting.md b/content/events/past/december_meeting.md
index e06f6f9..5abd3a2 100644
--- a/content/events/past/december_meeting.md
+++ b/content/events/past/december_meeting.md
@@ -1,9 +1,23 @@
---
title: "UK TRE Community December quarterly meeting"
description: "The quarterly meeting for the community, including community updates, breakout discussions and project workshops, hosted online"
-date: "2024-12-04"
+date: "2023-12-05T13:30:00"
+end_date: "2023-12-05T17:00:00"
+location: "Online"
+register_url: "https://example.com"
draft: false
-url: events/decembermeeting
+url: events/december_23_community_meeting
tags:
- past_event
----
\ No newline at end of file
+---
+
+# UK TRE Community December quarterly meeting
+**Date**: 5th December 2023 13:30 - 17:00
+
+**Host**: UK TRE Community
+
+**Registration details**: https://example.com
+
+## Description
+
+[ADD DESCRIPTION BELOW]
\ No newline at end of file
diff --git a/content/events/upcoming/march_meeting.md b/content/events/upcoming/march_meeting.md
index 5cfae31..b7ce7f5 100644
--- a/content/events/upcoming/march_meeting.md
+++ b/content/events/upcoming/march_meeting.md
@@ -1,11 +1,23 @@
---
title: "UK TRE Community March quarterly meeting"
description: "The quarterly meeting for the community, including community updates, breakout discussions and project workshops, hosted online"
-date: "2024-03-01"
+date: "2024-03-01T09:00:00"
+end_date: "2024-03-01T10:00:00"
+location: "Online"
+register_url: "https://example.com"
draft: false
-url: events/marchmeeting
+url: events/march_24_community_meeting
tags:
- upcoming_event
---
# UK TRE Community March quarterly meeting
+**Date**: 1st March 2024 09:00 - 17:00
+
+**Host**: UK TRE Community
+
+**Registration details**: https://example.com
+
+## Description
+
+[ADD DESCRIPTION BELOW]
\ No newline at end of file
diff --git a/content/events/upcoming/test_event.md b/content/events/upcoming/test_event.md
deleted file mode 100644
index 9eec953..0000000
--- a/content/events/upcoming/test_event.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "Test event"
-description: "A different test event"
-register_url: "https://example.com"
-draft: false
-url: events/test
-tags:
-- upcoming_event
----
-
-# Test meeting
-**Date**: 1st March 2024 09:00
-
-**Host**: Simon Li (Dundee)
-
-**Registration details**: xxx
-
-## Description
-
-Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
-
-
diff --git a/layouts/_default/events/index.html b/layouts/_default/events/index.html
index b2a0d90..7ee25e6 100644
--- a/layouts/_default/events/index.html
+++ b/layouts/_default/events/index.html
@@ -16,7 +16,14 @@
+
+
+
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/_default/groups/index.html b/layouts/_default/groups/index.html
new file mode 100644
index 0000000..427e052
--- /dev/null
+++ b/layouts/_default/groups/index.html
@@ -0,0 +1,92 @@
+{{ define "main" }}
+
+
+
{{ .Title }}
+
{{ .Description }}
+
+ If you would like to start a working group, or learn more about how our working groups work,
+ please see our working groups governance documentation.
+
+
+
+
+ Or send us an email.
+
+
+{{ end }}
\ No newline at end of file
diff --git a/layouts/_default/index.html b/layouts/_default/index.html
index 9c28058..a62498c 100644
--- a/layouts/_default/index.html
+++ b/layouts/_default/index.html
@@ -1,30 +1,30 @@
{{ define "main" }}
-
See what work is currently taking place in the community, as well as past and planned working groups
- See working groups
+ See working groups
\ No newline at end of file
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index 51c3424..01ec23a 100644
--- a/layouts/partials/contact.html
+++ b/layouts/partials/contact.html
@@ -1,7 +1,7 @@
Get involved
We'd love for you to get involved with the community!
-
See the Get Involved page for details on how to start with the community.
+
See the Get Involved page for details on how to start with the community.
Or simply use the button below to sign up for our mailing list to keep up with the latest developments!
Sign up for the mailing list
\ No newline at end of file
diff --git a/templates/resources.md b/templates/resources.md
new file mode 100644
index 0000000..2b9bcf9
--- /dev/null
+++ b/templates/resources.md
@@ -0,0 +1,37 @@
+---
+title: ""
+description: ""
+owners:
+-
+- (optional - complete or delete)
+- (optional - complete or delete)
+url: resources/
+tags:
+- resource
+tag_resource_types:
+-
+- (optional - complete or delete)
+- (optional - complete or delete)
+tag_resource_topics:
+-