Protect your data against global mass surveillance programs.
Go to file
Jonah Aragon 651fc16b66
Add recent Mullvad infrastructure audit
https: //github.com/privacytools/privacytools.io/pull/2199
Co-Authored-By: Minimalist <51658826+minimalist73@users.noreply.github.com>
2021-02-22 10:45:52 -06:00
_includes Add recent Mullvad infrastructure audit 2021-02-22 10:45:52 -06:00
_layouts Fix the terrible dark mode again 2021-01-15 23:13:01 -06:00
_sass Fix the terrible dark mode again 2021-01-15 23:13:01 -06:00
.github Clean up the cruft 2021-01-15 23:46:23 -06:00
.well-known Clean up the cruft 2021-01-15 23:46:23 -06:00
assets Update Lemmy Description 2021-01-16 21:48:41 -06:00
collections Reimplement Dark Theme 2020-12-04 02:35:10 -06:00
legacy_pages Fix the terrible dark mode again 2021-01-15 23:13:01 -06:00
_config.yml Update dependencies and fix build server issues 2021-01-15 18:32:13 -06:00
.buildrc Install bundler 2.2.5 2021-01-15 18:34:20 -06:00
.gitattributes Initial commit 2020-04-28 16:09:22 -05:00
.gitignore Update .gitignore for current version of Jekyll 2021-01-16 21:32:41 -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
blog.html Format recommendation pages 2020-05-12 15:13:53 -05:00
Gemfile Update dependencies and fix build server issues 2021-01-15 18:32:13 -06:00
Gemfile.lock Remove platform specificity 2021-01-15 20:07:01 -06:00
index.html Fix the terrible dark mode again 2021-01-15 23:13:01 -06:00
notices.md Cleaning up old cruft 2020-12-04 01:06:04 -06:00
package-lock.json Install jquery and popper.js 2021-01-15 03:15:27 -06:00
package.json Install jquery and popper.js 2021-01-15 03:15:27 -06:00
privacy-policy.md Cleaning up old cruft 2020-12-04 01:06:04 -06:00
README.md Update dependencies and fix build server issues 2021-01-15 18:32:13 -06:00

Privacy Guides

The guide to restoring your online privacy.

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 Bundler v2.2.5:
    • gem install bundler:2.2.5
  3. Install the required dependencies:
    • bundle install
  4. Build the website (the output can be found in the _site directory):
    • bundle exec jekyll build
  5. Serve the website locally with live reloading:
    • bundle exec jekyll serve --incremental --livereload