jekyll.md

```shell ~ $ sudo apt-get update ~ $ sudo apt-get install ruby-full ~ $ sudo apt-get install nodejs ~ $ sudo chown user /var/lib/gems/2.3.0/ #chmod 744 /var/lib/gems/2.3.0/ #dando permissão total ao dono e somente leitura aos outros usuários ~ $ sudo chown user /usr/local/bin/ ~ $ gem install jekyll bundler ~ $ jekyll new projectname ~ $ cd projectname ~/projectname $ bundle install ~/projectname $ bundle exec jekyll serve #Now browse to http://localhost:4000 ```
Jekyll instalation on Ubuntu 16.04 LTS

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.