Protect your data against global mass surveillance programs.
Go to file
Tommy 43c80e7fe2
Dark theme icons: GrapheneOS & Tahoe LAFS (#524)
Signed-off-by: Daniel Gray <dng@disroot.org>
2022-01-01 17:55:54 +10:30
_data Dark theme icons: GrapheneOS & Tahoe LAFS (#524) 2022-01-01 17:55:54 +10:30
_includes
_layouts
_sass
.github
.well-known
assets
collections
legacy_pages
_config.yml
.gitattributes
.gitignore
.npmrc
.ruby-version
404.html
blog.html
Gemfile
Gemfile.lock
index.html
LICENSE
notices.md
package-lock.json
package.json
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