Intro to Jekyll
Intro
Welcome! This is my first Jekyll blog post. I’ve decided to use Jekyll because it’s a static site generator that is fast, secure, and developer-friendly.
Essential Jekyll Commands
When working with Jekyll locally, these are the commands I use most often.
1. Serving your site
To preview your blog on your local machine (usually at http://localhost:4000), run:
1
bundle exec jekyll serve
Reference
This post is licensed under CC BY 4.0 by the author.