Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create blog post template #77

Open
1 task
zenlex opened this issue Jun 25, 2022 · 1 comment
Open
1 task

Create blog post template #77

zenlex opened this issue Jun 25, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@zenlex
Copy link
Collaborator

zenlex commented Jun 25, 2022

Related to CI/CD issue #113.

@zenlex zenlex added urgent should take precedence over other issues in project column stack:markdown labels Jun 25, 2022
@zenlex zenlex removed urgent should take precedence over other issues in project column stack:markdown labels Jul 7, 2022
@zenlex zenlex added the good first issue Good for newcomers label Oct 22, 2022
@helmturner
Copy link
Collaborator

The shape of the frontmatter should reflect the following object:

type frontmatter = {
    description?: string | null | undefined;
    updated?: string | null | undefined;
    author: string;
    title: string;
    date: string;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Selected for Development
Development

No branches or pull requests

2 participants