BaySec website source
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

README.md 593 B

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