Uma iniciativa da BrazilJS Foundation para ajudar aqueles que querem organizar conferências/eventos e não tem muito tempo para criar o site disso.
Nós usamos o Jekyll, um static generator em Ruby, para criar esse modelo extremamente simples de customizar. Além disso, a hospedagem é gratuita via Github Pages e você ainda pode usar seu próprio domínio.
Instale o Ruby (>= 1.9.2), caso você não tenha ainda.
Agora, a melhor forma de instalar o Jekyll é via RubyGems:
gem install jekyll
Uma vez instalado, você só precisa clonar o projeto:
git clone [email protected]:braziljs/conf-boilerplate.git
Depois vá para pasta do projeto:
cd conf-boilerplate
E finalmente rode:
jekyll --server --auto
Agora você irá ver o site rodando em localhost:4000
:D
Atenção: Essa não é a versão definitiva disso, nós precisamos de um modo melhor para automatizar esse processo (talvez com git hooks…)
- Rode
./publish.sh
na raíz do projeto.
Nós somos um grupo de desenvolvedores que passaram por muitas dificuldades organizando conferências pelo Brasil.
Líder do Projeto: Zeno Rocha
An iniciative of BrazilJS Foundation to help those people who wants to organize conferences/events and don't have too much time to create the website of it.
We use Jekyll, a static generator in Ruby, to create an easily customizable template. More than that, hosting is free via Github Pages and you can use your own domain.
Install Ruby (>= 1.9.2), if you don't have it yet.
Now, the best way to install Jekyll is via RubyGems:
gem install jekyll
Once Jekyll is installed, you just need to clone the project:
git clone [email protected]:braziljs/conf-boilerplate.git
Then go to the project's folder:
cd conf-boilerplate
And finally run:
jekyll --server --auto
Now you can see the website running in localhost:4000
:D
Attention: This is not the definitive version of it, we need a better way to automate this process (maybe with some git hooks…)
- Run
./publish.sh
on the root folder.
We're a group of developers who have been through hard times organizing conferences around Brazil.
Project Lead: Zeno Rocha