Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
b34ea27
Merging to Jekyll
afonsof Sep 9, 2017
affde50
Update README.md
Sep 10, 2017
7eca69e
Create index.html
Sep 10, 2017
4e5fcba
Mergin with jekyll
afonsof Sep 10, 2017
c52a5d5
Merge branch 'master' of https://github.com/riosulvalley/devconf
afonsof Sep 10, 2017
966092b
Layout
afonsof Sep 10, 2017
4362e99
Fim do port para Jekyll
afonsof Sep 10, 2017
1af87b8
Fim do port para Jekyll
afonsof Sep 10, 2017
c4ed667
Fim do port para Jekyll
afonsof Sep 10, 2017
1d40dcd
Ultimos ajustes da primeira versão
afonsof Sep 10, 2017
0952454
favicon
afonsof Sep 15, 2017
40340b1
Update README.md
Sep 15, 2017
3056a13
change url
afonsof Sep 15, 2017
d34e07c
Create CNAME
jorgeants Sep 16, 2017
bcc7b99
Delete CNAME
jorgeants Sep 16, 2017
96ae76a
Create CNAME
jorgeants Sep 16, 2017
5804df0
Delete CNAME
jorgeants Sep 16, 2017
e754b0b
Mudou logo e adicionou 3 speakers
afonsof Sep 20, 2017
fec5186
Merge branch 'master' of https://github.com/riosulvalley/devconf
afonsof Sep 20, 2017
7a41109
Merge branch 'master' of https://github.com/riosulvalley/devconf into…
afonsof Sep 20, 2017
df11b5d
Mensagem terceira edicao
afonsof Sep 20, 2017
c1b214d
Mensagem terceira edicao
afonsof Sep 20, 2017
059452f
minor adjustments
afonsof Sep 20, 2017
660a60f
favicon
afonsof Sep 20, 2017
1786c84
favicon
afonsof Sep 20, 2017
b209ba3
favicon
afonsof Sep 20, 2017
f4a6635
Analytcis
afonsof Sep 20, 2017
a591fff
Update 404.html
Sep 20, 2017
4208b08
Update README.md
Sep 20, 2017
0d80eec
Update conference.yml
Sep 25, 2017
479723b
Update conference.yml
Oct 2, 2017
e019bcc
Alterações de palestrantes
afonsof Oct 5, 2017
acff7e9
Novos palestrantes e patrocinadores
afonsof Oct 10, 2017
1273b91
Novos palestrantes e patrocinadores
afonsof Oct 10, 2017
4a719f0
Atualização com o local correto do link 'Como chegar'
jorgeants Oct 17, 2017
b50334f
Novos palestrantes
afonsof Nov 10, 2017
5171304
Merge branch 'gh-pages' of https://github.com/riosulvalley/devconf in…
afonsof Nov 10, 2017
2887e4b
Get Ninjas sponsorship
afonsof Nov 11, 2017
b764082
more sponsors and speakers
afonsof Nov 20, 2017
f4a0a5d
fix vinicius
afonsof Nov 21, 2017
8ad85bb
docker-compose para ambiente de desenvolvimento
vitormattos Nov 1, 2018
dff490a
Atualização do README.md com instruções de como utilizar o ambiente de
vitormattos Nov 1, 2018
18e43ee
Versão 2018
vitormattos Nov 1, 2018
125652f
Atualização da imagem de capa para a de 2017
vitormattos Nov 1, 2018
e002a15
Merge pull request #2 from vitormattos/feature/docker
vitormattos Nov 1, 2018
c090d2c
Merge pull request #3 from vitormattos/feature/2018
vitormattos Nov 1, 2018
c809e3a
add new imgs and suport
Nov 2, 2018
15328d0
change for news favicons
Nov 2, 2018
7ccce4e
Merge pull request #4 from EuIgorLopes/change_imgs
vitormattos Nov 2, 2018
406b032
Merge pull request #5 from EuIgorLopes/change_favicon
vitormattos Nov 2, 2018
b9e2a02
update text description
Nov 3, 2018
adddec9
Merge pull request #6 from EuIgorLopes/change_favicon
EuIgorLopes Nov 3, 2018
e570e1e
new event time
Nov 7, 2018
1b9358b
Merge pull request #7 from EuIgorLopes/new_event_time
EuIgorLopes Nov 7, 2018
cb309e7
update link github
Nov 7, 2018
6d3321c
Merge pull request #8 from EuIgorLopes/link_github
EuIgorLopes Nov 7, 2018
00b318e
update event time and add speakers
Nov 11, 2018
cb963d5
Merge pull request #9 from EuIgorLopes/new_speakers
EuIgorLopes Nov 11, 2018
4bda1b8
disable callforpapers
Nov 11, 2018
99d8631
Merge pull request #10 from EuIgorLopes/disable_callforpapers
EuIgorLopes Nov 11, 2018
2cf700c
Update conference.yml
vitormattos Nov 11, 2018
1113bce
Update conference.yml
vitormattos Nov 11, 2018
18a5742
corrected time and Cadunico picture
Nov 11, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ dist
bower_components
app/index.html
.idea
_site
.jekyll-metadata
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

25 changes: 25 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: default
---


<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
27 changes: 27 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
source "https://rubygems.org"

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "3.5.2"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

58 changes: 58 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
ffi (1.9.18)
forwardable-extended (2.6.0)
jekyll (3.5.2)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-feed (0.9.2)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.15.0)
liquid (4.0.0)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
minima (2.1.1)
jekyll (~> 3.3)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
public_suffix (3.0.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.5.1)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)

PLATFORMS
ruby

DEPENDENCIES
jekyll (= 3.5.2)
jekyll-feed (~> 0.6)
minima (~> 2.0)
tzinfo-data

BUNDLED WITH
1.15.1
Loading