Skip to content

A kickstart to create websites for conference/events [WIP]

Notifications You must be signed in to change notification settings

gnuwilliam/conf-boilerplate

 
 

Repository files navigation

Conf Boilerplate

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.

Como funciona?

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.

Primeiros passos

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 git@github.com: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

Deploy

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.

Quem está por trás disso?

Nós somos um grupo de desenvolvedores que passaram por muitas dificuldades organizando conferências pelo Brasil.

Líder do Projeto: Zeno Rocha


Conf Boilerplate

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.

How it works?

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.

Getting started

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 git@github.com: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

Deploy

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.

Who is behind of it?

We're a group of developers who have been through hard times organizing conferences around Brazil.

Project Lead: Zeno Rocha

About

A kickstart to create websites for conference/events [WIP]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 79.9%
  • Shell 20.1%