Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ group :development do
gem 'compass-validator' # So you can `compass validate`.
gem 'oily_png' # Faster Compass sprite generation.
gem 'css_parser' # Helps `compass stats` output statistics.
gem 'github-pages', group: :jekyll_plugins
gem 'guard' # Guard event handler.
gem 'guard-compass' # Compile on sass/scss change.
gem 'guard-jekyll' # Jekyll
gem 'guard-jekyll-plus' # A Guard plugin for smarter Jekyll watching.
gem 'guard-shell' # Run shell commands.
gem 'guard-livereload' # Browser reload.
gem 'kramdown' # Markdown parser and converter
gem 'RedCloth' # Textile markup language
end
204 changes: 138 additions & 66 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,46 +1,80 @@
GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.9)
addressable (2.3.6)
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
chunky_png (1.3.3)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0)
coderay (1.1.0)
coffee-script (2.3.0)
RedCloth (4.3.2)
activesupport (4.2.7)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
chunky_png (1.3.7)
coderay (1.1.1)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.8.0)
colorator (0.1)
compass (1.0.1)
coffee-script-source (1.10.0)
colorator (1.1.0)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.1)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.1)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
compass-validator (3.0.1)
css_parser (1.3.5)
css_parser (1.4.5)
addressable
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.0.4)
execjs (2.2.2)
fast-stemmer (1.0.2)
ffi (1.9.6)
ethon (0.9.0)
ffi (>= 1.3.0)
eventmachine (1.2.0.1)
execjs (2.7.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.14)
formatador (0.2.5)
guard (2.11.1)
forwardable-extended (2.6.0)
gemoji (2.1.0)
github-pages (94)
activesupport (= 4.2.7)
github-pages-health-check (= 1.2.0)
jekyll (= 3.2.1)
jekyll-coffeescript (= 1.0.1)
jekyll-feed (= 0.5.1)
jekyll-gist (= 1.4.0)
jekyll-github-metadata (= 2.0.2)
jekyll-mentions (= 1.2.0)
jekyll-paginate (= 1.1.0)
jekyll-redirect-from (= 0.11.0)
jekyll-sass-converter (= 1.3.0)
jekyll-seo-tag (= 2.0.0)
jekyll-sitemap (= 0.10.0)
jemoji (= 0.7.0)
kramdown (= 1.11.1)
liquid (= 3.0.6)
listen (= 3.0.6)
mercenary (~> 0.3)
minima (= 1.0.1)
rouge (= 1.11.1)
terminal-table (~> 1.4)
github-pages-health-check (1.2.0)
addressable (~> 2.3)
net-dns (~> 0.8)
octokit (~> 4.0)
public_suffix (~> 1.4)
typhoeus (~> 0.7)
guard (2.14.0)
formatador (>= 0.2.4)
listen (~> 2.7)
listen (>= 2.7, < 4.0)
lumberjack (~> 1.0)
nenv (~> 0.1)
notiffany (~> 0.0)
Expand All @@ -56,81 +90,114 @@ GEM
guard-compat (~> 1.1)
jekyll
nenv (~> 0.1)
guard-jekyll-plus (2.0.0)
guard (~> 2.8)
guard-jekyll-plus (2.0.2)
guard (~> 2.10, >= 2.10.3)
guard-compat (~> 1.1)
jekyll (>= 1.0.0)
guard-livereload (2.4.0)
guard-livereload (2.5.2)
em-websocket (~> 0.5)
guard (~> 2.8)
guard-compat (~> 1.0)
multi_json (~> 1.8)
guard-shell (0.7.1)
guard (>= 2.0.0)
guard-compat (~> 1.0)
hitimes (1.2.2)
html-pipeline (2.4.2)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.6.0)
jekyll (2.5.3)
classifier-reborn (~> 2.0)
colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
i18n (0.7.0)
jekyll (3.2.1)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 2.6.1)
liquid (~> 3.0)
mercenary (~> 0.3.3)
pygments.rb (~> 0.6.0)
redcarpet (~> 3.1)
pathutil (~> 0.9)
rouge (~> 1.7)
safe_yaml (~> 1.0)
toml (~> 0.1.0)
jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2)
jekyll-gist (1.1.0)
jekyll-feed (0.5.1)
jekyll-gist (1.4.0)
octokit (~> 4.2)
jekyll-github-metadata (2.0.2)
jekyll (~> 3.1)
octokit (~> 4.0)
jekyll-mentions (1.2.0)
activesupport (~> 4.0)
html-pipeline (~> 2.3)
jekyll (~> 3.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.11.0)
jekyll (>= 2.0)
jekyll-sass-converter (1.3.0)
sass (~> 3.2)
jekyll-watch (1.2.0)
listen (~> 2.7)
kramdown (1.5.0)
liquid (2.6.1)
listen (2.8.5)
celluloid (>= 0.15.2)
jekyll-seo-tag (2.0.0)
jekyll (~> 3.1)
jekyll-sitemap (0.10.0)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
jemoji (0.7.0)
activesupport (~> 4.0)
gemoji (~> 2.0)
html-pipeline (~> 2.2)
jekyll (>= 3.0)
json (1.8.3)
kramdown (1.11.1)
liquid (3.0.6)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.9)
mercenary (0.3.5)
rb-inotify (>= 0.9.7)
lumberjack (1.0.10)
mercenary (0.3.6)
method_source (0.8.2)
multi_json (1.10.1)
nenv (0.1.1)
notiffany (0.0.3)
mini_portile2 (2.1.0)
minima (1.0.1)
minitest (5.9.0)
multi_json (1.12.1)
multipart-post (2.0.0)
nenv (0.3.0)
net-dns (0.8.0)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
oily_png (1.1.2)
octokit (4.3.0)
sawyer (~> 0.7.0, >= 0.5.3)
oily_png (1.2.0)
chunky_png (~> 1.3.1)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.9)
pry (0.10.1)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
pkg-config (1.1.7)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pygments.rb (0.6.0)
posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.1.0)
rb-fsevent (0.9.4)
rb-inotify (0.9.5)
public_suffix (1.5.3)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
redcarpet (3.2.2)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.9)
sass (3.4.22)
sawyer (0.7.0)
addressable (>= 2.3.5, < 2.5)
faraday (~> 0.8, < 0.10)
shellany (0.0.1)
slop (3.6.0)
terminal-table (1.7.0)
unicode-display_width (~> 1.1)
thor (0.19.1)
timers (4.0.1)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
yajl-ruby (1.1.0)
thread_safe (0.3.5)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unicode-display_width (1.1.0)

PLATFORMS
ruby
Expand All @@ -140,11 +207,16 @@ DEPENDENCIES
compass
compass-validator
css_parser
github-pages
guard
guard-compass
guard-jekyll
guard-jekyll-plus
guard-livereload
guard-shell
kramdown
oily_png
sass

BUNDLED WITH
1.12.5
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ includes:
google_tracking_id: 'UA-33665278-1'
exclude:
['assets', 'config.rb', 'Guardfile', 'Procfile', 'Procfile.example', 'Gemfile', 'Gemfile.lock']
gems:
- jekyll-sitemap
2 changes: 1 addition & 1 deletion about-us/_drafts/2016-04-29-manuelrego.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
category: about_us
alt_name: 'Manuel Rego'
date: 2016-04-29 17:30
position: 'right'
Expand All @@ -18,4 +17,5 @@ social:
'twitter': ''
'linkedin': ''
'home': ''
sitemap: false
---
2 changes: 1 addition & 1 deletion about-us/_drafts/2016-04-29-tonytam.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
category: about_us
alt_name: 'Tony Tam'
date: 2016-04-29 17:30
position: 'right'
Expand All @@ -18,4 +17,5 @@ social:
'twitter': ''
'linkedin': ''
'home': ''
sitemap: false
---
4 changes: 2 additions & 2 deletions about-us/_posts/2014-01-21-davidcruz.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
category: about_us
alt_name: 'David Cruz'
date: 2014-01-21 21:30
position: 'right'
Expand All @@ -18,4 +17,5 @@ social:
'twitter': 'https://twitter.com/davidjvcruz'
'linkedin': 'http://www.linkedin.com/pub/david-cruz/a/663/75a'
'home': 'http://dcruz.soup.io/'
---
sitemap: false
---
2 changes: 1 addition & 1 deletion about-us/_posts/2014-01-21-filipearaujo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
category: about_us
alt_name: 'Filipe Araújo'
date: 2014-01-21 22:00
position: 'left'
Expand All @@ -16,4 +15,5 @@ social:
'github': 'https://github.com/FilipeAraujo'
'twitter': 'https://twitter.com/filipejsaraujo'
'linkedin': 'http://pt.linkedin.com/in/filipesaraujo/en'
sitemap: false
---
2 changes: 1 addition & 1 deletion about-us/_posts/2014-01-21-joaoaraujo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
category: about_us
alt_name: 'João Araújo'
date: 2014-01-21 21:00
position: 'left'
Expand All @@ -16,4 +15,5 @@ social:
'github': 'https://github.com/JoaoAraujo'
'twitter': 'https://twitter.com/joaosaraujo'
'linkedin': 'http://www.linkedin.com/in/araujojoao'
sitemap: false
---
2 changes: 1 addition & 1 deletion about-us/_posts/2014-01-21-joaomamede.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
category: about_us
alt_name: 'João Mamede'
date: 2014-01-21 20:30
position: 'right'
Expand All @@ -16,4 +15,5 @@ picture: 'joao-mamede.jpg'
social:
'github': 'https://github.com/joaovpmamede'
'twitter': 'https://twitter.com/jvpmamede'
sitemap: false
---
2 changes: 1 addition & 1 deletion about-us/_posts/2014-01-21-miguelmarinhas.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
category: about_us
alt_name: 'Miguel Marinhas'
date: 2014-01-21 22:30
position: 'left'
Expand All @@ -17,4 +16,5 @@ social:
'twitter': 'https://twitter.com/miguelmarinhas'
'linkedin': 'http://www.linkedin.com/in/miguelmarinhas'
'home': 'http://miguelmarinhas.com'
sitemap: false
---
2 changes: 1 addition & 1 deletion about-us/_posts/2016-04-29-carlosjulio.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
category: about_us
alt_name: 'Carlos Júlio'
date: 2016-04-29 17:30
position: 'right'
Expand All @@ -18,4 +17,5 @@ social:
'twitter': ''
'linkedin': ''
'home': ''
sitemap: false
---
Loading