Skip to content

Commit 400e8c1

Browse files
Updates the look and feel of the talks page
1 parent 13bd5d2 commit 400e8c1

11 files changed

Lines changed: 42 additions & 564 deletions

File tree

_config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ collections:
165165
portfolio:
166166
output: true
167167
permalink: /:collection/:path/
168-
talks:
169-
output: true
170-
permalink: /:collection/:path/
168+
# talks:
169+
# output: true
170+
# permalink: /:collection/:path/
171171

172172

173173
# Defaults
@@ -218,13 +218,13 @@ defaults:
218218
share: true
219219
comments: true
220220
# _talks
221-
- scope:
222-
path: ""
223-
type: talks
224-
values:
225-
layout: talk
226-
author_profile: true
227-
share: true
221+
# - scope:
222+
# path: ""
223+
# type: talks
224+
# values:
225+
# layout: talk
226+
# author_profile: true
227+
# share: true
228228

229229
# Sass/SCSS
230230
sass:

_data/talks.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[
2+
{
3+
"date": "2026-03-14",
4+
"title": "Agentic AI",
5+
"event": "National Conference on Emerging Technologies (AI, ML & DS)",
6+
"venue": "Vikrant Institute of Technology & Management (VITM)",
7+
"location": "Indore, Madhya Pradesh",
8+
"speaker": "Keynote Speaker",
9+
"link": ""
10+
}
11+
]

_pages/talks.html

Lines changed: 0 additions & 16 deletions
This file was deleted.

_pages/talks.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: archive
3+
title: "Talks"
4+
permalink: /talks/
5+
author_profile: true
6+
---
7+
8+
{% include base_path %}
9+
10+
<!-- {% if site.talkmap_link == true %}
11+
12+
<p style="text-decoration:underline;"><a href="/talkmap.html">See a map of all the places I've given a talk!</a></p>
13+
14+
{% endif %} -->
15+
16+
17+
{% assign sorted_talks = site.data.talks | sort: "date" | reverse %}
18+
19+
{% for talk in sorted_talks %}
20+
* **{{ talk.speaker }}**: `` [{{ talk.title }}]({% if talk.link != empty and talk.link != nil %}{{ talk.link }}{% else %}#{% endif %}), *{{ talk.event }}*, {{ talk.venue }}, {{ talk.location }}, {{ talk.date | date: "%B %Y" }}.
21+
{% endfor %}

_talks/2012-03-01-talk-1.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

_talks/2014-02-01-talk-2.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

_talks/2014-03-01-talk-3.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

markdown_generator/readme.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)