Skip to content

Commit 8e4184f

Browse files
committed
Add option for variable event button label
1 parent 1c55f5a commit 8e4184f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

_includes/home-news-bar.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ <h4>{{ post.title }}</h4>
4646
{% elsif post.categories contains 'blog' %}Read Blog
4747
{% elsif post.categories contains 'presentation' %}View Presentation
4848
{% elsif post.categories contains 'video' %}Watch Video
49-
{% elsif post.categories contains 'event' %}Join Virtual Meetup
49+
{% elsif post.categories contains 'event' %}
50+
{% if post.event_button_label != '' %}
51+
{{ post.event_button_label }}
52+
{% else %}
53+
Join Virtual Meetup
54+
{% endif%}
5055
{% else %}Read More
5156
{% endif %}
5257
</a>

_posts/2025-09-12-graphics-programming-conference-2025.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ event_type: ""
99
author: ""
1010
image: "/images/events/2025-11-18-slang-graphics-programming-conference-2025.webp"
1111
human_date: "🗓️ November 18-20, 2025"
12+
event_button_label: "Learn More"
1213
---
1314

1415
**Location**: Breda, The Netherlands
1516
**Website**: <a href="https://graphicsprogrammingconference.com/" target="_blank">https://graphicsprogrammingconference.com/</a>
1617

1718

18-
In its second year, Graphics Programmaing Conference will have the latest advances in real-time rendering in games, interactive application and other new developments.
19+
In its second year, Graphics Programmaing Conference will have the latest advances in real-time rendering in games, interactive application and other new developments.
1920

21+
**Wednesday, November 19th at 16:00**
2022
Slang Working Group Chair, Shannong Woods will be speaking on Slang, the open-source, cross-platform shading language hosted by Khronos Group. This presentation explores how Slang's modern features enable neural graphics techniques across diverse GPU platforms. We will examine Slang's key architectural advantages: its modular system for scalable shader development, built-in automatic differentiation capabilities, and seamless cross-platform compilation. We will explore Slang's automatic differentiation system, enabling gradient-based optimization without requiring external ML frameworks. By understanding Slang's language design and capabilities, graphics programmers can leverage its neural graphics features to build more sophisticated and performant shader systems, unlocking new possibilities in real-time rendering across all target platforms.
2123

2224
<a class="btn btn-primary" href="https://graphicsprogrammingconference.com/" target="_blank">View the GPC2025 Website</a>

0 commit comments

Comments
 (0)