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.
 
 
 
 
John-Mark Gurney 2d96239ffa comment out debugging statement.. pirms 7 gadiem
content add March meetup.. 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 update with correct deployment instructions.. pirms 7 gadiem
gennext.sh add map 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
  4. Generate new content: hyde gen
  5. Make sure AWS keys are in environment: . ./.key.txt
  6. Publish to S3: hyde publish