From 9722aec61fc143f535d99494c7a4c6484b805867 Mon Sep 17 00:00:00 2001 From: Tait Hoyem Date: Wed, 19 Jan 2022 14:01:49 -0700 Subject: [PATCH] Add documentation to jweb --- jweb/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 jweb/README.md 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.