Protect your data against global mass surveillance programs.
Go to file
Tommy 0f32628acc
Element multi party VOIP has no auth (#557)
Signed-off-by: Daniel Gray <dng@disroot.org>
2022-01-15 21:11:55 +10:30
_data Element multi party VOIP has no auth (#557) 2022-01-15 21:11:55 +10:30
_includes FramaDrop warning removed (#536) 2022-01-02 17:55:46 -05:00
_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 Revamping the Android section (#390) 2021-12-20 15:00:34 +10:30
.well-known
assets Remove '14 Eyes' info and legacy pages (#504) 2021-12-31 21:40:35 -06:00
collections Fix minor typo (#555) 2022-01-15 21:07:17 +10:30
legacy_pages Remove '14 Eyes' info and legacy pages (#504) 2021-12-31 21:40:35 -06:00
_config.yml
.gitattributes
.gitignore Fix broken links (#417) 2021-12-01 09:46:02 -06:00
.npmrc
.ruby-version
404.html Remove '14 Eyes' info and legacy pages (#504) 2021-12-31 21:40:35 -06:00
blog.html
Gemfile Revamping the Android section (#390) 2021-12-20 15:00:34 +10:30
Gemfile.lock Revamping the Android section (#390) 2021-12-20 15:00:34 +10:30
index.html Remove '14 Eyes' info and legacy pages (#504) 2021-12-31 21:40:35 -06:00
LICENSE
notices.md
package-lock.json Revamping the Android section (#390) 2021-12-20 15:00:34 +10:30
package.json Revamping the Android section (#390) 2021-12-20 15:00:34 +10:30
privacy-policy.md
README.md

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