From 7186fb22a91ee0c645f54aa0c8055c266768bcb5 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Sat, 1 Feb 2020 10:59:43 -0800 Subject: [PATCH 1/6] Update README build instructions --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0df2c630..7d1a4df7 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,19 @@ It's important for a website like PrivacyTools to be up-to-date. Keep an eye on You can submit your suggestions here on GitHub [(Issues)](https://github.com/privacytoolsIO/privacytools.io/issues) and also in our [subreddit](https://www.reddit.com/r/privacytoolsIO/). Please refer to the [Contributing Guidelines](.github/CONTRIBUTING.md) before submitting. Thank you. -## Building +## Developing -1. Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/) -1. Install [bundler](https://bundler.io/) by running `gem install bundler`. -1. Run `bundle install` to install the required dependencies. -1. Use `bundle exec jekyll build` to build the website. The output can be found in the `_site` directory. Live preview is also possible by running `bundle exec jekyll serve` +1. Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/). +1. Install [Bundler](https://bundler.io/): + * `gem install bundler` +1. Install the required dependencies: + * `bundle install` +1. Build the website (the output can be found in the `_site` directory): + * `bundle exec jekyll build` +1. Serve the website locally with live reloading: + * `bundle exec jekyll serve --livereload` -# Support privacytools.io +# Support - [Donate.](https://www.privacytools.io/donate/) - [Liberapay](https://liberapay.com/privacytools.io/donate) or [Patreon.](https://www.patreon.com/privacytools) -- 2.47.2 From 6acecad844493a2c79c19bd6a28422ac9fbab9b1 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Fri, 14 Feb 2020 18:12:10 -0800 Subject: [PATCH 2/6] Update Ruby download link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d1a4df7..dfa46fbc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can submit your suggestions here on GitHub [(Issues)](https://github.com/pri ## Developing -1. Install [Ruby](https://www.ruby-lang.org/en/documentation/installation/). +1. Install the latest stable version of [Ruby](https://www.ruby-lang.org/en/downloads/). 1. Install [Bundler](https://bundler.io/): * `gem install bundler` 1. Install the required dependencies: -- 2.47.2 From f0007d57fedb5a41d6837838eccc8e4b761c6418 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Fri, 14 Feb 2020 18:49:40 -0800 Subject: [PATCH 3/6] Specify Bundler version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa46fbc..03a70e5c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can submit your suggestions here on GitHub [(Issues)](https://github.com/pri ## Developing 1. Install the latest stable version of [Ruby](https://www.ruby-lang.org/en/downloads/). -1. Install [Bundler](https://bundler.io/): +1. Install [Bundler](https://bundler.io/) (at least v2.0.1): * `gem install bundler` 1. Install the required dependencies: * `bundle install` -- 2.47.2 From 953233138caf201e7da16b25d1bd3b40bd2b1117 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Fri, 14 Feb 2020 22:53:24 -0800 Subject: [PATCH 4/6] Add --incremental to bundle argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03a70e5c..87dde6a3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can submit your suggestions here on GitHub [(Issues)](https://github.com/pri 1. Build the website (the output can be found in the `_site` directory): * `bundle exec jekyll build` 1. Serve the website locally with live reloading: - * `bundle exec jekyll serve --livereload` + * `bundle exec jekyll serve --incremental --livereload` # Support -- 2.47.2 From 8237a27cfafdc75b4311754a296ab0d848d12da9 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Wed, 19 Feb 2020 21:12:51 -0800 Subject: [PATCH 5/6] Specify exact Bundler version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87dde6a3..b63cffde 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You can submit your suggestions here on GitHub [(Issues)](https://github.com/pri ## Developing 1. Install the latest stable version of [Ruby](https://www.ruby-lang.org/en/downloads/). -1. Install [Bundler](https://bundler.io/) (at least v2.0.1): +1. Install [Bundler](https://bundler.io/) v2.0.1: * `gem install bundler` 1. Install the required dependencies: * `bundle install` -- 2.47.2 From 901b54fc8550f068f249ae113afff689510bc596 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Thu, 20 Feb 2020 19:36:52 -0800 Subject: [PATCH 6/6] Specify bundler version in command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b63cffde..906c72cd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You can submit your suggestions here on GitHub [(Issues)](https://github.com/pri 1. Install the latest stable version of [Ruby](https://www.ruby-lang.org/en/downloads/). 1. Install [Bundler](https://bundler.io/) v2.0.1: - * `gem install bundler` + * `gem install bundler -v 2.0.1` 1. Install the required dependencies: * `bundle install` 1. Build the website (the output can be found in the `_site` directory): -- 2.47.2