Protect your data against global mass surveillance programs.
Go to file
dependabot[bot] 38dbb66b81
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 14:56:03 +10:30
_data Link to Arch-based distributions from card (#759) 2022-03-21 23:57:58 +10:30
_includes Add Qubes OS nav item (#751) 2022-03-21 19:26:57 +10:30
_layouts Markdown conversion (#529) 2022-02-12 18:22:30 +10:30
_sass Add Qubes OS nav item (#751) 2022-03-21 19:26:57 +10:30
.github Bump actions/cache from 2 to 3 2022-03-22 14:56:03 +10:30
.well-known Clean up the cruft 2021-01-15 23:46:23 -06:00
assets Update Whonix Logo (#760) 2022-03-22 05:02:16 +10:30
collections Fix error, mention SDDM (#762) 2022-03-22 14:30:29 +10:30
legacy_pages New Linux page (#491) 2022-03-21 01:12:25 +10:30
_config.yml Fix Atom feed multi-author formatting (#744) 2022-03-21 15:47:16 +10:30
.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
feed.json RSS Autodiscovery for rss/json feed (#714) 2022-03-21 15:39:59 +10:30
feed.xml Fix Atom feed multi-author formatting (#744) 2022-03-21 15:47:16 +10:30
Gemfile Bump jekyll-feed from 0.15.1 to 0.16.0 2022-01-24 03:48:26 +10:30
Gemfile.lock Bump eventmachine from 46b3f20 to df4ab00 (#716) 2022-03-15 02:54:43 -04:00
index.html Update Matrix link (#710) 2022-03-14 19:29:43 +10:30
LICENSE Proper Content Licensing 2021-09-16 09:57:21 -05:00
notices.md Add Qubes OS nav item (#751) 2022-03-21 19:26:57 +10:30
package-lock.json Bump @fortawesome/fontawesome-pro from 6.0.0 to 6.1.0 2022-03-16 15:13:30 +10:30
package.json Bump @fortawesome/fontawesome-pro from 6.0.0 to 6.1.0 2022-03-16 15:13:30 +10:30
privacy-policy.md Fixing grammar across the site (#643) 2022-02-22 15:43:16 -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