Protect your data against global mass surveillance programs.
Go to file
dependabot[bot] bbc09b5681 Bump bootstrap from 4.5.3 to 4.6.0
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.3 to 4.6.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.5.3...v4.6.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-02 14:15:24 -05:00
_includes Correct/remove dead hyperlinks 2021-05-01 22:19:58 -05:00
_layouts Fix HTML Validation Errors 2021-05-01 21:10:45 -05:00
_sass Utilize node modules better 2021-02-22 10:47:35 -06:00
.github Configure Dependabot 2021-05-02 01:02:49 -05:00
.well-known Clean up the cruft 2021-01-15 23:46:23 -06:00
assets Add iOS Addons Section 2021-05-01 14:22:25 -05:00
collections Fix HTML Validation Errors 2021-05-01 21:10:45 -05:00
legacy_pages Correct/remove dead hyperlinks 2021-05-01 22:19:58 -05:00
_config.yml Utilize node modules better 2021-02-22 10:47:35 -06:00
.gitattributes Initial commit 2020-04-28 16:09:22 -05:00
.gitignore Update dependencies and fix build server issues 2021-01-15 18:32:13 -06:00
.npmrc Use npm for bootstrap and fontawesome-pro assets 2021-01-15 01:36:48 -06:00
.ruby-version Update to Ruby 3.0.0 2021-01-15 14:42:05 -06:00
blog.html Format recommendation pages 2020-05-12 15:13:53 -05:00
Gemfile Update dependencies and fix build server issues 2021-01-15 18:32:13 -06:00
Gemfile.lock Configure Dependabot 2021-05-02 01:02:49 -05:00
index.html Configure Dependabot 2021-05-02 01:02:49 -05:00
notices.md Correct/remove dead hyperlinks 2021-05-01 22:19:58 -05:00
package-lock.json Bump bootstrap from 4.5.3 to 4.6.0 2021-05-02 14:15:24 -05:00
package.json Bump bootstrap from 4.5.3 to 4.6.0 2021-05-02 14:15:24 -05:00
privacy-policy.md Remove some outdated resources 2021-05-01 15:00:51 -05:00
README.md Utilize node modules better 2021-02-22 10:47:35 -06:00

Privacy Guides

The guide to restoring your online privacy.

Developing

  1. Install the version of Ruby currently specified by .ruby-version
    • With rbenv (recommended!): rbenv install
    • With RVM: rvm install "ruby-$(cat .ruby-version)"
    • Manually
  2. Install node.js and npm
  3. Install Bundler v2.2.5:
    • gem install bundler:2.2.5
  4. Install the required dependencies:
    • bundle install
    • npm install
  5. Build the website (the output can be found in the _site directory):
    • npm run build
  6. Serve the website locally with live reloading:
    • npm run serve