hi all,
I am trying to install jekyll but I am not a dev, so I had a few issues, like using a non-admin account to install, or must I be admin? where to install? how can I clean everything and start from scratch?
can anyone link a guide for totally newbie?
Yes, you will need an admin password.
Give this tutorial a try.
thank, this helped a little. now I am stack with
Liquid Exception: invalid byte sequence in US-ASCII in believe.md
Solved with this, if anyone will any time looking for similar error. it took my a while to fix it.
$ export LC_ALL=en_US.UTF-8 $ export LANG=en_US.UTF-8 $ bundle exec jekyll serve --watch