|
| 1 | +--- |
| 2 | +# |
| 3 | +# Sample data for community members. |
| 4 | +# |
| 5 | + |
| 6 | +# The short name is used to identify related pieces of content in the site. For example it is used in the "authors" array of blog posts, and it is used in the "presenters" array for OpenSearch Conference sessions to identify who is speaking. |
| 7 | +# The format for existing values is not normalized. In some cases it is "first-initial-of-first-name" + "last-name", or matching a GitHub username, or something all together random. What is important is that it is unique within the system. |
| 8 | +short_name: "mvanjiappan" |
| 9 | + |
| 10 | +# The member's full name, or otherwise meaningful preferred name. It is used in the templates for presenting content authors as well as the name of conference speakers. |
| 11 | +name: "Mohanraj Vanjiappan" |
| 12 | + |
| 13 | +# The path to the community member's photo. |
| 14 | +#photo: "/assets/media/..." |
| 15 | + |
| 16 | +# Used as the level 1 page header text. |
| 17 | +primary_title: 'Mohanraj Vanjiappan' |
| 18 | + |
| 19 | +# Used as the document title displayed in the browser title bar. |
| 20 | +title: 'OpenSearch Project Community Member: Mohanraj Vanjiappan' |
| 21 | + |
| 22 | +# Community member job title and company where they work. |
| 23 | +job_title_and_company: '' |
| 24 | + |
| 25 | +# Array of conference IDs for which the community member is a keynote speaker, if any, or boolean false otherwise. |
| 26 | +# This value is only relevant for member's with the "conference_speaker" user persona. |
| 27 | +#keynote_speaker: |
| 28 | +# - '2023-north-america' |
| 29 | +# keynote_speaker: false |
| 30 | + |
| 31 | +# The conference topic track for the conference sessions that the user is a speaker. These are shaped as an array of value pairs mapping conference ID and name. |
| 32 | +# For example for the North American conference for the year 2023, and the "Community" track: |
| 33 | +session_track: |
| 34 | + - conference_id: "2024-north-america" |
| 35 | + name: "Operating OpenSearch" |
| 36 | + |
| 37 | +# URL for the community member profile. |
| 38 | +permalink: '/community/members/vohanraj-vanjiappan.html' |
| 39 | + |
| 40 | +# Array of community member user personas. |
| 41 | +# At this time, only conference_speaker, and author are defined. |
| 42 | +personas: |
| 43 | + - conference_speaker |
| 44 | + |
| 45 | +# Array of conference IDs that the member is a speaker. |
| 46 | +conference_id: |
| 47 | + - "2024-north-america" |
| 48 | + |
| 49 | + |
| 50 | +# Optional GitHub username |
| 51 | +#github: githubusername |
| 52 | + |
| 53 | +# Optional LinkedIn username |
| 54 | +#linkedin: linkedinusername |
| 55 | + |
| 56 | +# Optional Twitter username |
| 57 | +#twitter: twitterusername |
| 58 | + |
| 59 | +# Optional Mastodon server url, and username / handle. |
| 60 | +#mastodon: |
| 61 | +# url: https://mastodon.social/@mastodonusername |
| 62 | +# name: mastodonusername |
| 63 | +--- |
| 64 | + |
0 commit comments