New blog post
All checks were successful
Build and Deploy docker container / build (push) Successful in 4m19s

This commit is contained in:
Jonathan Branan 2025-02-07 00:15:58 -06:00
parent e1a3d59894
commit 58b12534bb
2 changed files with 7 additions and 14 deletions

View File

@ -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

View File

@ -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": {