cncf/contribcard

Make ContribCard social messages configurable via config file

caniszczyk opened this issue · 0 comments

It’s not configurable from a config file yet, but you can update it directly in the code for now:

<meta property="og:description" content="Happy #kuberTENes! Check out my #FirstContribution to Kubernetes https://contribcard.clotributor.dev" />

export const DESCRIPTION = `Happy #kuberTENes! Check out my #FirstContribution to Kubernetes`;
export const HASHTAGS = ['kuberTENes', 'FirstContribution'];