Skip to content

Commit

Permalink
Update ol
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Dec 12, 2023
1 parent f0c3d01 commit f809b1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you need help with using GitHub in order to open an issue, sign up for an acc

We have a convenient script set up to help you create new blog posts for our Jekyll site. This script will automatically generate a new post file with the necessary front matter based on the title you provide.

Steps to Create a New Post:
#### Steps to Create a New Post:

1. Ensure Node.js is Installed: This script requires Node.js. If you don't have Node.js installed, please download and install it from [Node.js official website.](https://nodejs.org/)

Expand All @@ -45,11 +45,8 @@ npm run create-blog "Your Post Title"
```

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
Expand Down

0 comments on commit f809b1f

Please sign in to comment.