mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Protect your data against global mass surveillance programs.
829e3bf750
Resolves #52, Resolves #74, Resolves #80 Searx: https://searx.space DDG: https://old.reddit.com/r/duckduckgo/comments/oc07wj/news_duckduckgo_search_now_available_via_tor/ Njalla: https://twitter.com/njal_la/status/1371832961381904393 Tor: https://www.torproject.org Debian: https://onion.debian.org |
||
---|---|---|
_data | ||
_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 |
Developing
- Install the version of Ruby currently specified by
.ruby-version
- Install node.js and npm
- Install Bundler v2.2.5:
gem install bundler:2.2.5
- Install the required dependencies:
bundle install
npm install
- Build the website (the output can be found in the
_site
directory):npm run build
- Serve the website locally with live reloading:
npm run serve