Python Sudeste 2018

Set up

$ git clone git@github.com:pythonsudeste/pythonsudeste2018-site.git
$ cd pythonsudeste2018-site
$ gem install bundler
$ bundle install
$ npm install

Instalando no Ubuntu

Para poder instalar todas as bibliotecas, é necessário instalar o pacote ruby-dev.

$ sudo apt-get install ruby-dev

Gulp

# Caso precise fazer o rebuild do javascript
$ gulp

Conferindo as mudanças

$ bundle exec jekyll serve
# no navegador abra: localhost:4000

Tenha em mente que o comando serve irá gerar um build da página

Fazendo build

$ cd pythonsudeste2018-site
$ bundle exec jekyll build

Créditos

Adaptado do projeto original criado pela Designa para a PythonBrazil[11]