This is a draft

You can mark a post as a draft by adding draft: true to the front matter of the post and then it will only display in the local dev environment.

function sample() {
    console.log('hello world');
}