Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 445 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 445 Bytes

Inspirado em: https://just-the-docs.github.io/just-the-docs/

Instalação de pacotes:

sudo apt-get install libxml2-dev libxslt-dev build-essential libxml2 libxml2-dev libxslt1-dev ruby-dev ruby-bundler nodejs
sudo gem install bundler

Subindo ambiente dev:

git clone [email protected]:VOCE/fflch.github.io.git
cd fflch.github.io
bundle config set --local path 'vendor/bundle'
bundle install
bundle exec jekyll serve