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 f2b3eea27b add mac turds to git ignore.. pirms 6 gadiem
content add Oct meetup pirms 6 gadiem
layout Remove prev/next links & post date. No one cares when posted. pirms 6 gadiem
publishers comment out debugging statement.. pirms 7 gadiem
.gitignore add mac turds to git ignore.. pirms 6 gadiem
README.md add descrption why clearing the deploy directory is needed pirms 7 gadiem
gennext.sh Remove duplicate date, add more description pirms 6 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 add missing charset so it gets set properly.. pirms 6 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