* doc: split blog index into Hindsight and Hindsight Cloud sections - Tag the document upload post with `hindsight-cloud` - BlogListPage renders two sections, capping Cloud at 3 posts with a "View all →" link - Swizzle BlogTagsPostsPage so /blog/tags/hindsight-cloud uses the custom grid layout * doc: attribute blog posts to Nicolò Boschi with GitHub profile image Replace the generic "Hindsight Team" author with the real author entry (nicoloboschi) across all 15 blog posts. GitHub profile image is loaded from https://github.com/nicoloboschi.png. * doc: add Hindsight Team title to nicoloboschi author * doc: assign blog posts to correct authors based on git blame - Add benfrank241 (Ben Bartholomew) and chrislatimer (Chris Latimer) to authors.yml - Assign 7 posts to Ben, 1 post to Chris, remainder stay with Nicolò
21 lines
530 B
YAML
21 lines
530 B
YAML
hindsight:
|
|
name: Hindsight Team
|
|
url: https://github.com/vectorize-io/hindsight
|
|
|
|
nicoloboschi:
|
|
name: Nicolò Boschi
|
|
title: Hindsight Team
|
|
url: https://github.com/nicoloboschi
|
|
image_url: https://github.com/nicoloboschi.png
|
|
|
|
benfrank241:
|
|
name: Ben Bartholomew
|
|
title: Hindsight Team
|
|
url: https://github.com/benfrank241
|
|
image_url: https://github.com/benfrank241.png
|
|
|
|
chrislatimer:
|
|
name: Chris Latimer
|
|
title: Hindsight Team
|
|
url: https://github.com/chrislatimer
|
|
image_url: https://github.com/chrislatimer.png
|