Skip to content

Commit 66510ce

Browse files
committed
Add organizers. Attempted to remove phantom speakers.
The phantom speakers are included directly in the theme, so it's unclear to me the best way to remove them. Worse case I can override the theme. satRdays/hugo-satrdays-theme#40 (comment)
1 parent ec9dac5 commit 66510ce

9 files changed

+55
-83
lines changed

config.toml

+55-29
Original file line numberDiff line numberDiff line change
@@ -249,57 +249,83 @@ disableKinds = ["taxonomy", "taxonomyTerm"]
249249

250250
# Team section
251251
[params.team]
252-
enable = false
252+
enable = true
253253
# Possibility to center items
254254
#center = true
255255
title = "Team"
256256
subtitle = "The people putting it together"
257257
bg = false
258258
description = ""
259-
speakers = "Speakers"
259+
speakers = "" # "Speakers"
260260

261261

262262
# All team member's pictures are stored under 'static/img/team'.
263263
# Replace them with your own too.
264264
# Suggestion: Image size should be at least 360px*360px or the alignment might be affected.
265265
[[params.team.members]]
266-
img = "faceholder.png"
267-
name = "Organiser Name 1"
268-
position = "Organiser Position 1"
269-
reportsTo = ""
270-
livesIn = "[Munich, Germany](#some-maps-url)"
271-
scope = [
272-
"Role 1 for [thing 1](#)",
273-
"Role 2 for [thing 2](#)",
274-
"Role 3 for [thing 3](#)"
266+
img = "abbas-rizvi.png"
267+
name = "Abbas Rizvi"
268+
position = "Data Scientist at Tempus Labs"
269+
bio = "Columbus, OH"
270+
social = [
271+
["fa-twitter", "https://twitter.com/aarizvi"],
272+
["fa-github", "https://github.com/aarizvi"],
273+
["fa-linkedin", "https://www.linkedin.com/in/aarizv"]
274+
]
275+
276+
[[params.team.members]]
277+
img = "bernie-lawson.jpg"
278+
name = "Bernie Lawson"
279+
position = "Data Scientist in Retail"
280+
bio = "Cincinnati, OH"
281+
social = [
282+
["fa-twitter", "https://twitter.com/woodyblawson"],
283+
["fa-github", "https://github.com/lawsonbh"],
284+
["fa-linkedin", "https://www.linkedin.com/in/bernardlawson"]
275285
]
276-
# For bio markdown and even multiline strings are available.
277-
bio = """I do things,
278-
and stuff"""
286+
287+
[[params.team.members]]
288+
img = "ezgi-karaesmen.jpg"
289+
name = "Ezgi Karaesmen"
290+
position = "Genomics at Nationwide Children's Hospital"
291+
bio = "Columbus, OH"
292+
social = [
293+
["fa-twitter", "https://twitter.com/e_Karaesmen"],
294+
["fa-github", "https://github.com/karaesmen"],
295+
["fa-linkedin", "https://www.linkedin.com/in/ezgi-karaesmen/"]
296+
]
297+
298+
[[params.team.members]]
299+
img = "john-blischak.jpg"
300+
name = "John Blischak"
301+
position = "Freelance Scientific Software Developer"
302+
bio = "Copley, OH"
279303
social = [
280-
["fa-twitter", "#"],
281-
["fa-github", "#"],
282-
["fa-linkedin", "#"]
304+
["fa-twitter", "https://twitter.com/jdblischak"],
305+
["fa-github", "https://github.com/jdblischak"],
306+
["fa-linkedin", "https://www.linkedin.com/in/jdblischak"]
283307
]
284308

285309
[[params.team.members]]
286-
img = "faceholder.png"
287-
name = "Organiser Name 2"
288-
position = "Organiser Position 2"
310+
img = "katie-sasso-schafer.jpg"
311+
name = "Katie Sasso Schafer"
312+
position = "Director of AI and Automation at Covail"
313+
bio = "Columbus, OH"
289314
social = [
290-
["fa-twitter", "#"],
291-
["fa-github", "#"],
292-
["fa-linkedin", "#"]
315+
["fa-twitter", "https://twitter.com/KatieSasso"],
316+
["fa-github", "https://github.com/ksasso"],
317+
["fa-linkedin", "https://www.linkedin.com/in/katiesasso"]
293318
]
294319

295320
[[params.team.members]]
296-
img = "faceholder.png"
297-
name = "Organiser Name 3"
298-
position = "Organiser Position 3"
321+
img = "trevin-flickinger.jpg"
322+
name = "Trevin Flickinger"
323+
position = "Data Insights Analyst at Grange Insurance"
324+
bio = "Columbus, OH"
299325
social = [
300-
["fa-twitter", "#"],
301-
["fa-github", "#"],
302-
["fa-linkedin", "#"]
326+
["fa-twitter", "https://twitter.com/trevin_flick"],
327+
["fa-github", "https://github.com/trevinflick"],
328+
["fa-linkedin", "https://www.linkedin.com/in/trevin-flickinger-b9400226/"]
303329
]
304330

305331
# Client section

data/schedule/Talk01.toml

-27
This file was deleted.

data/schedule/Talk02.toml

-27
This file was deleted.

static/img/team/abbas-rizvi.png

62.7 KB
Loading

static/img/team/bernie-lawson.jpg

7.04 KB
Loading

static/img/team/ezgi-karaesmen.jpg

6.09 KB
Loading

static/img/team/john-blischak.jpg

5.43 KB
Loading
11.2 KB
Loading

static/img/team/trevin-flickinger.jpg

6.95 KB
Loading

0 commit comments

Comments
 (0)