Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 1.22 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.22 KB

blog.privacytools.io

Building

  1. Install Ruby.
  2. Run gem install bundler to install bundler.
  3. Run bundle install to install the required dependencies.
  4. Run bundle exec jekyll build to build the website. The output can be found in the _site directory.
  5. Run bundle exec jekyll serve for a live preview of the website.

License

The contents of this repo are made available under two different licenses:

  • The source code of this website (including the HTML, CSS, JavaScript, page layouts, configuration, et cetera) are made available under the MIT license as described in LICENSE.txt.
  • The published content of this website (namely the posts and other written text in /collections, and the images in /assets/img) are made available under the Creative Commons Attribution 4.0 International license as described in LICENSE.content.txt, unless otherwise noted.

If you have any questions regarding the license or requirements for this repository or any given file, please contact Jonah Aragon by filing an issue in this GitHub repository, or via email at jonah@privacytools.io.