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.
6b0fac70bb
Replaces PNG with an SVG made by @0x192 Altered to use correct font, and centered. Converted text to object, to render correctly. Optimized with scour and then by hand. Switches to divestos.org, there is no www. Update 128x128 size Signed-off-by: Daniel Nathan Gray <dng@disroot.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