Jek: Jekyll Dev Server
Start bundle exec jekyll serve --livereload in the background.
Process
- Check if port 4000 is already in use (
lsof -ti:4000).- If occupied, report the PID and ask the user before killing it.
- Run
bundle exec jekyll serve --livereloadin the background. - Report that the server is running at http://localhost:4000.