Skip to content

Commit

Permalink
Add organizers. Attempted to remove phantom speakers.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
jdblischak committed Jun 9, 2021
1 parent ec9dac5 commit 66510ce
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 83 deletions.
84 changes: 55 additions & 29 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -249,57 +249,83 @@ disableKinds = ["taxonomy", "taxonomyTerm"]

# Team section
[params.team]
enable = false
enable = true
# Possibility to center items
#center = true
title = "Team"
subtitle = "The people putting it together"
bg = false
description = ""
speakers = "Speakers"
speakers = "" # "Speakers"


# All team member's pictures are stored under 'static/img/team'.
# Replace them with your own too.
# Suggestion: Image size should be at least 360px*360px or the alignment might be affected.
[[params.team.members]]
img = "faceholder.png"
name = "Organiser Name 1"
position = "Organiser Position 1"
reportsTo = ""
livesIn = "[Munich, Germany](#some-maps-url)"
scope = [
"Role 1 for [thing 1](#)",
"Role 2 for [thing 2](#)",
"Role 3 for [thing 3](#)"
img = "abbas-rizvi.png"
name = "Abbas Rizvi"
position = "Data Scientist at Tempus Labs"
bio = "Columbus, OH"
social = [
["fa-twitter", "https://twitter.com/aarizvi"],
["fa-github", "https://github.com/aarizvi"],
["fa-linkedin", "https://www.linkedin.com/in/aarizv"]
]

[[params.team.members]]
img = "bernie-lawson.jpg"
name = "Bernie Lawson"
position = "Data Scientist in Retail"
bio = "Cincinnati, OH"
social = [
["fa-twitter", "https://twitter.com/woodyblawson"],
["fa-github", "https://github.com/lawsonbh"],
["fa-linkedin", "https://www.linkedin.com/in/bernardlawson"]
]
# For bio markdown and even multiline strings are available.
bio = """I do things,
and stuff"""

[[params.team.members]]
img = "ezgi-karaesmen.jpg"
name = "Ezgi Karaesmen"
position = "Genomics at Nationwide Children's Hospital"
bio = "Columbus, OH"
social = [
["fa-twitter", "https://twitter.com/e_Karaesmen"],
["fa-github", "https://github.com/karaesmen"],
["fa-linkedin", "https://www.linkedin.com/in/ezgi-karaesmen/"]
]

[[params.team.members]]
img = "john-blischak.jpg"
name = "John Blischak"
position = "Freelance Scientific Software Developer"
bio = "Copley, OH"
social = [
["fa-twitter", "#"],
["fa-github", "#"],
["fa-linkedin", "#"]
["fa-twitter", "https://twitter.com/jdblischak"],
["fa-github", "https://github.com/jdblischak"],
["fa-linkedin", "https://www.linkedin.com/in/jdblischak"]
]

[[params.team.members]]
img = "faceholder.png"
name = "Organiser Name 2"
position = "Organiser Position 2"
img = "katie-sasso-schafer.jpg"
name = "Katie Sasso Schafer"
position = "Director of AI and Automation at Covail"
bio = "Columbus, OH"
social = [
["fa-twitter", "#"],
["fa-github", "#"],
["fa-linkedin", "#"]
["fa-twitter", "https://twitter.com/KatieSasso"],
["fa-github", "https://github.com/ksasso"],
["fa-linkedin", "https://www.linkedin.com/in/katiesasso"]
]

[[params.team.members]]
img = "faceholder.png"
name = "Organiser Name 3"
position = "Organiser Position 3"
img = "trevin-flickinger.jpg"
name = "Trevin Flickinger"
position = "Data Insights Analyst at Grange Insurance"
bio = "Columbus, OH"
social = [
["fa-twitter", "#"],
["fa-github", "#"],
["fa-linkedin", "#"]
["fa-twitter", "https://twitter.com/trevin_flick"],
["fa-github", "https://github.com/trevinflick"],
["fa-linkedin", "https://www.linkedin.com/in/trevin-flickinger-b9400226/"]
]

# Client section
Expand Down
27 changes: 0 additions & 27 deletions data/schedule/Talk01.toml

This file was deleted.

27 changes: 0 additions & 27 deletions data/schedule/Talk02.toml

This file was deleted.

Binary file added static/img/team/abbas-rizvi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/team/bernie-lawson.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/team/ezgi-karaesmen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/team/john-blischak.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/team/katie-sasso-schafer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/team/trevin-flickinger.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 66510ce

Please sign in to comment.