Skip to content

Commit a129ac4

Browse files
committed
Update project related files
1 parent 7fc2fbe commit a129ac4

File tree

3 files changed

+36
-33
lines changed

3 files changed

+36
-33
lines changed

Guardfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
guard 'jekyll-plus', :server => true do
1+
guard 'jekyll-plus', :serve => true do
22
watch /.*/
33
ignore /^_site/
44
end

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 Mike Vormwald
3+
Copyright (c) 2015 Mike Vormwald, Pedro Tacla Yamada
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+34-31
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,36 @@
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-
![screenshot](https://raw.githubusercontent.com/vormwald/joon/master/screenshot.png)
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.
2934

3035
## 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

Comments
 (0)