Skip to content

Commit 1fe736b

Browse files
author
Aaron Stephanus
committed
Migrates authors, osci participants, and conference speakers to community members; reorganizes opensearchcon templates for both archival, and future use
Signed-off-by: Aaron Stephanus <[email protected]>
1 parent 8fc38fc commit 1fe736b

File tree

1,288 files changed

+14887
-6250
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,288 files changed

+14887
-6250
lines changed

Diff for: .github/workflows/vale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1818
with:
19-
files: '["_posts", "_authors"]'
19+
files: '["_posts", "_community_members"]'
2020
fail_on_error: false
2121
reporter: github-pr-check
2222
filter_mode: added

Diff for: BLOG_GUIDE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ For each author, add an author [bio](#author-bio) and [picture](#author-picture)
9999

100100
### Author bio
101101

102-
For an author bio, create an author file in the `_authors` directory. The name the author file must be the same as the variable you are referencing in the `authors` list of the blog front matter. For example, suppose your front matter contains the following author list:
102+
For an author bio, create an author file in the `_community_members` directory with the value of 'author' in its `personas` array. The name the author file must be the same as the variable you are referencing in the `authors` list of the blog front matter. For example, suppose your front matter contains the following author list:
103103

104104
```
105105
authors:
@@ -112,7 +112,7 @@ In this example, the file name is `krisfreedain.markdown`. The author file conta
112112
---
113113
short_name: krisfreedain
114114
name: Kris Freedain
115-
photo: '/assets/media/authors/krisfreedain.jpg'
115+
photo: '/assets/media/community/memberes/krisfreedain.jpg'
116116
twitter: 'KrisFreedain'
117117
github: krisfreedain
118118
linkedin: 'krisfreedain'
@@ -124,4 +124,4 @@ The Twitter, GitHub, and LinkedIn profile names are optional.
124124

125125
### Author picture
126126

127-
Add an author picture file in the `assets/media/authors` directory. The name of the file must be the same as the `short_name` variable in the author file front matter. Common image file extensions are `.png` and `.jpg`. In this example, the file name is `krisfreedain.jpg`.
127+
Add an author picture file in the `assets/media/community/members/` directory. The name of the file must be the same as the `short_name` variable in the author file front matter. Common image file extensions are `.png` and `.jpg`. In this example, the file name is `krisfreedain.jpg`.

Diff for: _authors/_sample.markdown

-29
This file was deleted.

Diff for: _authors/aalkouz.markdown

-9
This file was deleted.

Diff for: _authors/abandeji.markdown

-9
This file was deleted.

Diff for: _authors/achiojha.markdown

-9
This file was deleted.

Diff for: _authors/aditjind.markdown

-6
This file was deleted.

Diff for: _authors/adnapibar.markdown

-8
This file was deleted.

Diff for: _authors/alicejw.markdown

-9
This file was deleted.

Diff for: _authors/alolitas.markdown

-9
This file was deleted.

Diff for: _authors/amistrn.markdown

-8
This file was deleted.

Diff for: _authors/amitgalitz.markdown

-8
This file was deleted.

Diff for: _authors/amsiglan.markdown

-8
This file was deleted.

Diff for: _authors/anandhi.markdown

-7
This file was deleted.

Diff for: _authors/ananzh.markdown

-8
This file was deleted.

Diff for: _authors/andhopp.markdown

-8
This file was deleted.

Diff for: _authors/andrross.markdown

-8
This file was deleted.

Diff for: _authors/anurag_gup.markdown

-9
This file was deleted.

Diff for: _authors/aoguan.markdown

-7
This file was deleted.

Diff for: _authors/apasun.markdown

-10
This file was deleted.

Diff for: _authors/armarble.markdown

-9
This file was deleted.

Diff for: _authors/arubin.markdown

-9
This file was deleted.

Diff for: _authors/ashisagr.markdown

-7
This file was deleted.

Diff for: _authors/ashwinkumar12345.markdown

-10
This file was deleted.

Diff for: _authors/ashwinpc.markdown

-8
This file was deleted.

Diff for: _authors/ausgeraci.markdown

-9
This file was deleted.

Diff for: _authors/awssamit.markdown

-9
This file was deleted.

Diff for: _authors/billbeckler.markdown

-8
This file was deleted.

Diff for: _authors/bpavani.markdown

-6
This file was deleted.

Diff for: _authors/bukhtawa.markdown

-8
This file was deleted.

Diff for: _authors/canascar.markdown

-8
This file was deleted.

Diff for: _authors/carlmeadows.markdown

-9
This file was deleted.

Diff for: _authors/chibenwa.markdown

-7
This file was deleted.

Diff for: _authors/csw.markdown

-8
This file was deleted.

Diff for: _authors/dagney.markdown

-9
This file was deleted.

Diff for: _authors/daichen.markdown

-8
This file was deleted.

Diff for: _authors/daryllswager.markdown

-8
This file was deleted.

0 commit comments

Comments
 (0)