BaySec website source
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
Nate Lawson 4cdffd6eda Enlarge main title pirms 7 gadiem
content Enlarge main title pirms 7 gadiem
layout add some icons and make BaySec clickable so it goes to home pirms 7 gadiem
publishers comment out debugging statement.. pirms 7 gadiem
.gitignore initial version of the BaySec website.. pirms 7 gadiem
README.md add descrption why clearing the deploy directory is needed pirms 7 gadiem
gennext.sh Remove duplicate date, add more description pirms 7 gadiem
info.yaml initial version of the BaySec website.. pirms 7 gadiem
notes.txt initial version of the BaySec website.. pirms 7 gadiem
requirements.txt convert over to s3 for publishing, add requirements.. pirms 7 gadiem
site.yaml convert over to s3 for publishing, add requirements.. pirms 7 gadiem

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