From 765fbdb492a50754d55855e44d18b52923add1dd Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Tue, 12 Dec 2023 16:56:16 -0500 Subject: [PATCH] Update READMe --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 60215d3b..703b4adb 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,16 @@ We have a convenient script set up to help you create new blog posts for our Jek 2. Run the Script: Use the following command to create a new post: -```bash -npm run create-blog "Your Post Title" -``` + ```bash + npm run create-blog "Your Post Title" + ``` + + Replace "Your Post Title" with the actual title of your blog post. -Replace "Your Post Title" with the actual title of your blog post. 3. Edit Your Post: The script will create a new Markdown file in the _posts directory. The file name is generated based on the current date and the title you provide. Open this file in your favorite text editor to add content to your blog post. + 4. Follow Jekyll Conventions: Ensure that you follow the standard Jekyll conventions for blog posts. This includes using Markdown for formatting and placing any images or additional resources in the appropriate directories. + 5. Run `npm run lint` before committing to your PR. ## License