|
1 |
| -# Joon: Roon theme for Jekyll |
2 |
| - |
3 |
| -Jekyll theme based on the Roon for [Ghost](http://github.com/tryghost/roon/). |
4 |
| - |
5 |
| -## Demo |
6 |
| -View this jekyll theme in action [here](https://vormwald.github.io/joon) |
7 |
| - |
8 |
| -## Screenshot |
9 |
| - |
10 |
| - |
11 |
| -## Font Options |
12 |
| - |
13 |
| -This theme comes with two font options; a serif and sans-serif (the default). |
14 |
| -Switching between them is done in the HTML, by adding `serif` to the `class` of |
15 |
| -the `<body>` element in [head.html](https://github.com/vormwald/joon/blob/master/_layouts/default.html.hbs#L6). |
16 |
| - |
17 |
| -## Colour Options |
18 |
| - |
19 |
| -This theme uses an accent colour for links and the border at the top of pages. |
20 |
| - |
21 |
| -To change this colour, you need to edit [assets/css/screen.css](https://github.com/vormwald/joon/blob/master/assets/css/screen.css). |
22 |
| - |
23 |
| -There are only two values you need to change, conveniently **located at the very |
24 |
| -top of the file**. |
25 |
| - |
26 |
| -## For More Information |
27 |
| -For more on Jekyll, read the [documentation](http://jekyllrb.com/) |
28 |
| - |
| 1 | +# blog.haskellbr.com |
| 2 | +Site Jekyll por trás de [blog.haskellbr.com](http://blog.haskellbr.com). |
| 3 | + |
| 4 | +## Enviando seu post |
| 5 | +* Crie um fork |
| 6 | +* [Instale as dependências](#instalando-as-dependencias) |
| 7 | +* [Rode o servidor](#comecando-o-servidor-com-livereload) |
| 8 | +* Escreva algo legal |
| 9 | +* Mande um PR |
| 10 | + |
| 11 | +_NOTA:_ Vale a pena discutir o que vai escrever antes de começar. Veja se não |
| 12 | +há ninguém online no [IRC](http://irc.lc/freenode/haskell-br) ou no |
| 13 | +[Slack](http://haskellbr.com/slack/). |
| 14 | + |
| 15 | +## Instalando as dependências |
| 16 | +Tendo `ruby` e `bundler` instalados: |
| 17 | +``` |
| 18 | +$ bundle install |
| 19 | +``` |
| 20 | + |
| 21 | +## Começando o servidor |
| 22 | +``` |
| 23 | +$ jekyll serve |
| 24 | +``` |
| 25 | + |
| 26 | +## Começando o servidor com livereload |
| 27 | +``` |
| 28 | +$ guard |
| 29 | +# O servidor e o livereload vão começar |
| 30 | +``` |
| 31 | + |
| 32 | +Instale a extensão [livereload](http://livereload.com/) no seu browser e visite |
| 33 | +http://localhost:4000. |
29 | 34 |
|
30 | 35 | ## Copyright & License
|
31 |
| - |
32 |
| -Roon is Copyright (c) 2013-2015 Sam Soffes & Ghost Foundation - Released under |
33 |
| -the [MIT license](LICENSE). |
| 36 | +Todo o código e posts são distribuidos sob a [licensa MIT](LICENSE). |
0 commit comments