Protect your data against global mass surveillance programs.
Go to file
Freddy c6bca62376
Removed Ashaka (#329)
Signed-off-by: Daniel Nathan Gray <dng@disroot.org>
2021-11-20 20:37:47 +10:30
_data Moving the cloud section (#284) 2021-11-13 02:25:11 +10:30
_includes Removed Ashaka (#329) 2021-11-20 20:37:47 +10:30
_layouts Fix navbar collapse toggle 2021-09-15 10:21:57 -05:00
_sass Update secondary color 2021-09-19 13:31:16 -05:00
.github Revert "Bump untitaker/hyperlink from 0.1.15 to 0.1.17 (#148)" 2021-11-11 04:23:03 +10:30
.well-known
assets Delete freddy.png (#325) 2021-11-20 20:37:47 +10:30
collections Update URLs in blog article (#308) 2021-11-20 20:37:46 +10:30
legacy_pages Moving the cloud section (#284) 2021-11-13 02:25:11 +10:30
_config.yml SEO Fixes 2021-09-13 08:56:27 -05:00
.gitattributes
.gitignore
.npmrc
.ruby-version
404.html Broken link correction 2021-09-13 12:53:43 -05:00
blog.html
Gemfile SEO Fixes 2021-09-13 08:56:27 -05:00
Gemfile.lock Bump jekyll from 4.2.0 to 4.2.1 (#143) 2021-11-10 14:12:35 +00:00
index.html Fix icons card's weight (#190) 2021-10-26 10:47:11 +01: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 bootstrap from 5.1.2 to 5.1.3 (#289) 2021-11-11 04:22:06 +00:00
package.json Bump bootstrap from 5.1.2 to 5.1.3 (#289) 2021-11-11 04:22:06 +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