- Install Ruby.
- Run
gem install bundler
to install bundler. - Run
bundle install
to install the required dependencies. - Run
bundle exec jekyll build
to build the website. The output can be found in the_site
directory. - Run
bundle exec jekyll serve
for a live preview of the website.
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.