BaySec website source
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718
  1. BaySec Website Source
  2. =====================
  3. Source to build the BaySec website.
  4. This is now hosted on AWS CloudFront + S3. The move off github pages
  5. was required due to the lack of SSL support for custom domains.
  6. Instructions
  7. ============
  8. 1. Clone this repository: git clone git@github.com:baysec/baysec.git
  9. 2. Change directory in the cloned repo: cd baysec
  10. 3. Make sure deploy directory is clean: rm -rf deploy
  11. This is needed as hyde does not track deps properly.
  12. 4. Generate new content: hyde gen
  13. 5. Make sure AWS keys are in environment: . ./.key.txt
  14. 6. Publish to S3: hyde publish