diff --git a/.gitignore b/.gitignore index 0e08184d97..896f2a2930 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ packages example/*.dart .idea/ +.vscode/ diff --git a/Gemfile b/Gemfile index e763d3af09..9f3983a74b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,5 @@ source 'https://rubygems.org' -gem 'jekyll' +gem 'jekyll', '3.3.1' gem 'therubyracer' gem 'html-proofer' gem 'rake' -gem 'jekyll-redirect-from' -gem 'liquid-tag-parser' diff --git a/Gemfile.lock b/Gemfile.lock index a81a7bfa57..c116551e61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,14 +11,8 @@ GEM colorator (1.1.0) colorize (0.8.1) concurrent-ruby (1.0.5) - em-websocket (0.5.1) - eventmachine (>= 0.12.9) - http_parser.rb (~> 0.6.0) ethon (0.11.0) ffi (>= 1.3.0) - eventmachine (1.2.7) - extras (0.3.0) - forwardable-extended (~> 2.5) ffi (1.9.25) forwardable-extended (2.6.0) html-proofer (3.9.1) @@ -30,34 +24,26 @@ GEM parallel (~> 1.3) typhoeus (~> 1.3) yell (~> 2.0) - http_parser.rb (0.6.0) - i18n (0.9.5) + i18n (1.0.1) concurrent-ruby (~> 1.0) - jekyll (3.8.3) + jekyll (3.3.1) addressable (~> 2.4) colorator (~> 1.0) - em-websocket (~> 0.5) - i18n (~> 0.7) jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 2.0) - kramdown (~> 1.14) - liquid (~> 4.0) + jekyll-watch (~> 1.1) + kramdown (~> 1.3) + liquid (~> 3.0) mercenary (~> 0.3.3) pathutil (~> 0.9) - rouge (>= 1.7, < 4) + rouge (~> 1.7) safe_yaml (~> 1.0) - jekyll-redirect-from (0.14.0) - jekyll (~> 3.3) jekyll-sass-converter (1.5.2) sass (~> 3.4) - jekyll-watch (2.0.0) + jekyll-watch (1.5.1) listen (~> 3.0) kramdown (1.17.0) libv8 (3.16.14.19) - liquid (4.0.0) - liquid-tag-parser (1.9.0) - extras (~> 0.3) - liquid (>= 3.0, < 5.0) + liquid (3.0.6) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -76,7 +62,7 @@ GEM rb-inotify (0.9.10) ffi (>= 0.5.0, < 2) ref (2.0.0) - rouge (3.1.1) + rouge (1.11.1) ruby_dep (1.5.0) safe_yaml (1.0.4) sass (3.5.7) @@ -99,11 +85,9 @@ PLATFORMS DEPENDENCIES html-proofer - jekyll - jekyll-redirect-from - liquid-tag-parser + jekyll (= 3.3.1) rake therubyracer BUNDLED WITH - 1.16.2 + 1.16.3 diff --git a/README.md b/README.md index 2a1f08ef1f..2afb299016 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # [Flutter][]'s website + +Proyecto de traducción de: The website for [Flutter][]. +[Readme en español](https://github.com/flutter-es/website/tree/master/es_ES/) [![Build Status](https://travis-ci.org/flutter/website.svg?branch=master)](https://travis-ci.org/flutter/website) diff --git a/_config.yml b/_config.yml index 82229af6e1..dc38a120c4 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,7 @@ baseurl: "" # the subpath of your site, e.g. /blog/ url: https://flutter.io port: 4002 github_username: flutter +lang: es_ES # Build settings markdown: kramdown @@ -16,25 +17,25 @@ kramdown: exclude: [example, packages, tool] -plugins: - - jekyll-redirect-from - -## Site-wide shorthands - -alert: - tip: >- -