You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an effort to clean up the frontmatter on posts, I thought it would make sense to possibly move author information to either separate metadata yaml files, or as template partials. I'm thinking more the former than the latter with using the metalsmith-metadata plugin which will allow us to load arbitrary metadata from external files.
I guess we could move the avatars + the .yaml file to a new location and keep it there. Then just make sure the author: metadata matches an entry in the .yaml file. This would really help clean up posts and allow us to keep all author data in sync across all posts.
The text was updated successfully, but these errors were encountered:
In an effort to clean up the frontmatter on posts, I thought it would make sense to possibly move author information to either separate metadata yaml files, or as template partials. I'm thinking more the former than the latter with using the
metalsmith-metadata
plugin which will allow us to load arbitrary metadata from external files.I already keep author avatar images in:
https://github.com/pixlsus/website/tree/master/src/images/authors
I guess we could move the avatars + the .yaml file to a new location and keep it there. Then just make sure the
author:
metadata matches an entry in the .yaml file. This would really help clean up posts and allow us to keep all author data in sync across all posts.The text was updated successfully, but these errors were encountered: