For everyone's coding journey working on the various projects.
- Run the
new-blog.shornew-blog.sh "post title"to get create a blog post - The script will create a
filenamewith your title ad open it invim
Add your posts in _posts then build and serve.
Or you could serve with watch livereload enabled.
jekyll serve --livereload
- Ensure that you have
Jekyllinstalled - Run the
Bundle installcommand - Build and Serve locally:
jekyll buildandjekyll serve3.1 Or using bundle:bundle exec build jekyll
Have fun!