Create CNAME
1 file changed
tree: 2e3fd3f47e7ea94ab9480c45a65748182fbbef62
  1. .bundle/
  2. _layouts/
  3. api/
  4. css/
  5. doc/
  6. images/
  7. pipermail/
  8. pub/
  9. .gitignore
  10. 404.html
  11. _config.yml
  12. CNAME
  13. Gemfile
  14. Gemfile.lock
  15. index.md
  16. README.md
README.md

This branch contains the source code for https://www.pycrypto.org/, including copies of the releases and the mailing list archives.

To build this outside GitHub, install Ruby and Bundler and then do something like this:

bundle config set --local path vendor/bundle
bundle install
bundle exec jekyll serve