Layer5: [Blog] Standardize blog post sign-off

Created on 26 Feb 2021  路  3Comments  路  Source: layer5io/layer5

Current Behavior
Each blog post on https://layer5.io/blog ends with a sign-off from the post author, like so:

Screen Shot 2021-02-25 at 9 38 33 PM

Anyone authoring a post also has a community member profile.

Desired Behavior

Blog post sign-offs should be standardized and done through a common component built into the blog template.

Implementation

Augment existing single blog post view with Author sign-off in this format:

\- <Link to="/community/member/{author}">{author}</Link>

The first reference to author will need to be slugified.


Contributor Resources

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.

areblog frameworgatsby good first issue help wanted languagjavascript

Most helpful comment

@chinmaym07 that sounds right. Yes, that would be great. 馃憤

All 3 comments

@leecalcote sir as a separate component is required . One has to remove
\- <Link to="/community/member/{author}">{author}</Link> from every blog post & add that new component in blog-single component.
Can I work on this ?

@chinmaym07 that sounds right. Yes, that would be great. 馃憤

Good work, gents.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

logichub picture logichub  路  4Comments

leecalcote picture leecalcote  路  5Comments

Aniruddha-Shriwant picture Aniruddha-Shriwant  路  3Comments

navendu-pottekkat picture navendu-pottekkat  路  4Comments

chinmaym07 picture chinmaym07  路  4Comments