Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 537 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 537 Bytes

PyLadies BR Conf

Setup com docker

$ cd conf
$ export JEKYLL_VERSION=3.8
$ docker run --rm  \
 --volume="$PWD:/srv/jekyll" \
 -p 4000:4000 -it jekyll/jekyll:$JEKYLL_VERSION \
 jekyll serve --drafts

Setup local

  1. Instale o Jekyll
  2. Faça o fork do repo
  3. Clone o repo que acabou de forkar.
  4. Run jekyll serve

Tema original

Para mais instruções confira o repositório do tema original aqui.