diff --git a/jweb/README.md b/jweb/README.md new file mode 100644 index 0000000..f0636bb --- /dev/null +++ b/jweb/README.md @@ -0,0 +1,6 @@ +# jweb & njweb + +`jweb` creates a a new jekyll instance wihtout needing to type the whole `bundle exec jekyll serve` command. + +`njweb` creates a tmux environment, `cd`s to a directory, and starts jweb there. +Useful if you just wnat to boot up and start your jekyll site instantly instead of finding where it is, creating a tmux session and then running jweb from inside it.