From 58b12534bbf45191cde3587900cd7ce91d540d3b Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Fri, 7 Feb 2025 00:15:58 -0600 Subject: [PATCH] New blog post --- data/blog/blogideas.mdx | 6 ------ data/blog/how-to-quickly-write-frontmatter.mdx | 15 +++++++-------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/data/blog/blogideas.mdx b/data/blog/blogideas.mdx index a647f2d..6f1f18b 100644 --- a/data/blog/blogideas.mdx +++ b/data/blog/blogideas.mdx @@ -2,13 +2,7 @@ title: 'idea' date: '2025-1-1' #lastmod: '202year-month-day' -tags: ['tag1', 'tag2', 'tag3'] draft: true -summary: 'summary' -#images: ['/static/images/image.jpg',] -#authors: ['default',] -#layout: PostLayout # PostLayout, PostSimple and PostBanner -#canonicalUrl: https://jonb.io/blog/the-url-here --- - split dns jonb.io vs int.jonb.io - entertainment stack \ No newline at end of file diff --git a/data/blog/how-to-quickly-write-frontmatter.mdx b/data/blog/how-to-quickly-write-frontmatter.mdx index 6a330a3..07874c7 100644 --- a/data/blog/how-to-quickly-write-frontmatter.mdx +++ b/data/blog/how-to-quickly-write-frontmatter.mdx @@ -1,16 +1,15 @@ --- title: 'Using Visual Studio Code to quickly write frontmatter' -date: '2024-11-12' -#lastmod: '202year-day-month' -tags: ['Visual Studio Code', 'guide', 'Tailwind Nextjs Starter Blog'] -draft: true +date: '2024-2-7' +tags: ['Visual Studio Code', 'guide', 'code'] +draft: false summary: 'summary' -#images: ['/static/images/image.jpg',] -#authors: ['default',] -#layout: PostLayout -#canonicalUrl: https://jonb.io/blog/the-url-here --- +1. Paste the following into your md or mdx snippet file.In Visual Studio Code, go to File --> Preferences --> Configure Snippets. + +2. To use a snippet, type the prefix and you will get snippet suggestions. + ```json { "Blog Frontmatter": {