diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 8b4ebf4c3..000000000 --- a/Gemfile.lock +++ /dev/null @@ -1,84 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) - colorator (1.1.0) - concurrent-ruby (1.0.5) - crowdin-api (0.5.0) - rest-client (~> 2.0) - crowdin-cli (0.5.6) - crowdin-api (~> 0.5.0) - gli (~> 2.16) - i18n (~> 0.8) - rubyzip (~> 1.0) - domain_name (0.5.20170404) - unf (>= 0.0.5, < 1.0.0) - ffi (1.11.1) - forwardable-extended (2.6.0) - gli (2.17.1) - http-cookie (1.0.3) - domain_name (~> 0.5) - i18n (0.9.1) - concurrent-ruby (~> 1.0) - jekyll (3.6.2) - addressable (~> 2.4) - colorator (~> 1.0) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.14) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (>= 1.7, < 3) - safe_yaml (~> 1.0) - jekyll-paginate (1.1.0) - jekyll-redirect-from (0.12.1) - 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) - mime-types (3.1) - mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) - netrc (0.11.0) - pathutil (0.16.0) - forwardable-extended (~> 2.6) - public_suffix (3.0.1) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rest-client (2.0.2) - http-cookie (>= 1.0.2, < 2.0) - mime-types (>= 1.16, < 4.0) - netrc (~> 0.8) - rouge (2.2.1) - rubyzip (1.2.2) - safe_yaml (1.0.4) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - unf (0.1.4) - unf_ext - unf_ext (0.0.7.4) - -PLATFORMS - ruby - -DEPENDENCIES - crowdin-cli - jekyll - jekyll-paginate - jekyll-redirect-from - -BUNDLED WITH - 1.15.4 diff --git a/README.md b/README.md index 5b72ff586..519747c74 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,12 @@ -Yarn Website -[![Netlify Status](https://api.netlify.com/api/v1/badges/85057564-01fa-49d4-b898-30acb74ae19e/deploy-status)](https://app.netlify.com/sites/yarnpkg/deploys) -============ +# Run website locally for offline use -This repo contains the source code for the Yarn Classic (v1) website, available at https://classic.yarnpkg.com/. For the Yarn v2 site, see https://github.com/yarnpkg/berry/tree/master/packages/docusaurus +## Deps -[README in Japanese](README.ja.md) +I did `sudo dnf install -y ruby-devel rubygems-devel` when I got errors, so just watch out! -In order to get started: +## Deploy -```sh -$ git clone git@github.com:yarnpkg/website.git yarn-website -$ cd yarn-website ``` - -You should ensure you have Yarn and [Bundler](http://bundler.io/) installed: - -```sh -$ gem install bundler -``` - -And then: - -```sh -$ make -``` - -Or: - -```sh -$ make install -$ make serve -``` - -On Windows, `make` is not available, so you need to execute `bundle` and `jekyll` directly: - -```sh bundle install bundle exec jekyll serve --incremental ``` - ---- - -**Special thanks to [Netlify](https://www.netlify.com/) for powering the website.**