BaySec website source
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
Nate Lawson 4cdffd6eda Enlarge main title před 6 roky
content Enlarge main title před 6 roky
layout add some icons and make BaySec clickable so it goes to home před 7 roky
publishers comment out debugging statement.. před 7 roky
.gitignore initial version of the BaySec website.. před 7 roky
README.md add descrption why clearing the deploy directory is needed před 7 roky
gennext.sh Remove duplicate date, add more description před 6 roky
info.yaml initial version of the BaySec website.. před 7 roky
notes.txt initial version of the BaySec website.. před 7 roky
requirements.txt convert over to s3 for publishing, add requirements.. před 7 roky
site.yaml convert over to s3 for publishing, add requirements.. před 7 roky

README.md

BaySec Website Source

Source to build the BaySec website.

This is now hosted on AWS CloudFront + S3. The move off github pages was required due to the lack of SSL support for custom domains.

Instructions

  1. Clone this repository: git clone git@github.com:baysec/baysec.git
  2. Change directory in the cloned repo: cd baysec
  3. Make sure deploy directory is clean: rm -rf deploy This is needed as hyde does not track deps properly.
  4. Generate new content: hyde gen
  5. Make sure AWS keys are in environment: . ./.key.txt
  6. Publish to S3: hyde publish