For everyone's coding journey working on the various projects.
- Run the
new-blog.sh
ornew-blog.sh "post title"
to get create a blog post - The script will create a
filename
with 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
Jekyll
installed - Run the
Bundle install
command - Build and Serve locally:
jekyll build
andjekyll serve
3.1 Or using bundle:bundle exec build jekyll
Have fun!