Skip to content

pyladies-brazil/conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe9d216 · Feb 20, 2025
Feb 16, 2025
Feb 16, 2025
Oct 21, 2019
Feb 20, 2025
Feb 16, 2025
Jun 16, 2019
Apr 8, 2018
Sep 28, 2019
Apr 8, 2018
Jan 27, 2025
Feb 1, 2025
Apr 22, 2018
Aug 7, 2018
Jun 16, 2019
Apr 22, 2018
Apr 22, 2018
Feb 16, 2025
Jul 11, 2019

Repository files navigation

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.