launch Jekyll website on localhost

PHOTO EMBED

Wed Jul 26 2023 00:51:42 GMT+0000 (Coordinated Universal Time)

Saved by @vs #bash

# Create a new Jekyll project
jekyll new my-jekyll-site
# Change to the project directory
cd my-jekyll-site
# Install dependencies
bundle install
# Start the Jekyll server
bundle exec jekyll serve
content_copyCOPY