Skip to content

Commit fb79e21

Browse files
Copilotckenst
andauthored
Add resources page (#824)
* Initial plan * Add resources page with navigation link Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> * Small naming updates --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> Co-authored-by: Chris Kenst <ckenst@gmail.com>
1 parent 3bf4719 commit fb79e21

5 files changed

Lines changed: 18 additions & 6 deletions

File tree

_includes/nav.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<ul>
99
<a href="/subscribe" {% if page.url == '/subscribe/' %}class='active'{% endif %}>Newsletter</a> |
1010
<a href="/news" {% if page.url == '/news/' %}class='active'{% endif %}>Blog</a> |
11-
<a href="/about" {% if page.url == '/about/' %}class='active'{% endif %}>About</a>
11+
<a href="/about" {% if page.url == '/about/' %}class='active'{% endif %}>About</a> |
12+
<a href="/resources" {% if page.url == '/resources/' %}class='active'{% endif %}>Resources</a>
1213
</ul>
1314
</div>

about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: page
33
permalink: /about/
4-
title: About - Software Testing Conferences
5-
last_modified_at: 2025-12-18 16:03:00
4+
title: About
5+
last_modified_at: 2026-01-04 16:03:00
66
---
77

88
We are the only up to date list of Software Testing conferences and workshops published collaboratively with the global testing community.

news.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
layout: default
33
permalink: /news/
4-
title: The Latest News from Software Testing Conferences
4+
title: Latest News
5+
last_modified_at: 2026-01-04 16:03:00
56
---
67

78
<div class="home">

resources.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
layout: page
3+
permalink: /resources/
4+
title: Resources
5+
last_modified_at: 2026-01-04 19:36:00
6+
---
7+
8+
Resources to help you attend and eventually run your own workshop or conferences.
9+
10+
Coming soon.

sponsorships.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: page
33
permalink: /sponsorships/
4-
title: Sponsor Us - Software Testing Conferences
5-
last_modified_at: 2025-12-22 13:32:00
4+
title: Sponsoring Software Testing Conferences
5+
last_modified_at: 2026-01-04 13:32:00
66
---
77

88
**Sponsoring Us**

0 commit comments

Comments
 (0)