Scipt to launch jekyll server inside tmux session
I modified the scipt from blog.htbaa.com. It’s very simple and easy.
The script creates tmux session with you username that are two vertical panels. Other side the script goes to blog folder and launches the service.
The value of this scipt that you can create new blog posts while the server is running. When you edit some file the site will be regrenerated and you will see the output.
|
|
After that creating the script I modified the scipt to be excecuable.
|
|