Protect your data against global mass surveillance programs.
Go to file
dependabot[bot] a5f58a49cc
Bump @fortawesome/fontawesome-pro from 6.0.0-beta3 to 6.0.0
Bumps [@fortawesome/fontawesome-pro](https://github.com/FortAwesome/Font-Awesome) from 6.0.0-beta3 to 6.0.0.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases)
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FortAwesome/Font-Awesome/commits/6.0.0)

---
updated-dependencies:
- dependency-name: "@fortawesome/fontawesome-pro"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-08 04:15:20 +00:00
_data Add NewPipe x SponsorBlock (#588) 2022-01-31 16:18:55 +10:30
_includes Update Tutanota IMAP (#590) 2022-02-06 16:49:03 +10:30
_layouts Remove '14 Eyes' info and legacy pages (#504) 2021-12-31 21:40:35 -06:00
_sass Overhaul and revamp IM page (#192) 2021-12-25 19:05:16 +10:30
.github Bump untitaker/hyperlink from 0.1.20 to 0.1.21 (#587) 2022-01-30 23:21:47 -05:00
.well-known Clean up the cruft 2021-01-15 23:46:23 -06:00
assets Virtual Insanity blog post (#446) 2022-01-24 03:48:21 +10:30
collections Removal of the warning on CalyxOS (#595) 2022-02-06 16:49:03 +10:30
legacy_pages Remove '14 Eyes' info and legacy pages (#504) 2021-12-31 21:40:35 -06:00
_config.yml SEO Fixes 2021-09-13 08:56:27 -05:00
.gitattributes Initial commit 2020-04-28 16:09:22 -05:00
.gitignore Fix broken links (#417) 2021-12-01 09:46:02 -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
404.html Remove '14 Eyes' info and legacy pages (#504) 2021-12-31 21:40:35 -06:00
blog.html Format recommendation pages 2020-05-12 15:13:53 -05:00
Gemfile Bump jekyll-feed from 0.15.1 to 0.16.0 2022-01-24 03:48:26 +10:30
Gemfile.lock Bump jekyll-feed from 0.15.1 to 0.16.0 2022-01-24 03:48:26 +10:30
index.html Remove '14 Eyes' info and legacy pages (#504) 2021-12-31 21:40:35 -06:00
LICENSE Proper Content Licensing 2021-09-16 09:57:21 -05:00
notices.md Proper Content Licensing 2021-09-16 09:57:21 -05:00
package-lock.json Bump @fortawesome/fontawesome-pro from 6.0.0-beta3 to 6.0.0 2022-02-08 04:15:20 +00:00
package.json Bump @fortawesome/fontawesome-pro from 6.0.0-beta3 to 6.0.0 2022-02-08 04:15:20 +00:00
privacy-policy.md Remove some outdated resources 2021-05-01 15:00:51 -05:00
README.md Update README (#105) 2021-09-19 19:18:59 +00:00

Privacy Guides

Your central privacy and security resource to protect yourself online.

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