My personal blog
To run the project locally, you need to have Ruby and Jekyll installed on your computer. If you don't have them installed, follow the instructions in the official Jekyll documentation.
If you have Ruby and Jekyll installed, follow these steps:
bundle exec jekyll serve
To stop the project, press Ctrl + C
in the terminal. If this does not work, close the terminal window.
ps aux |grep jekyll |awk '{print $2}' | xargs kill -9