BaySec website source
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
John-Mark Gurney da85088519 add Nov's meetup il y a 5 ans
content add Nov's meetup il y a 5 ans
layout add support for OpenGraph, and twitter cards... il y a 6 ans
publishers comment out debugging statement.. il y a 7 ans
.gitignore add mac turds to git ignore.. il y a 6 ans
Makefile add next month's baysec.. add Makefile for deploy.. il y a 5 ans
README.md add descrption why clearing the deploy directory is needed il y a 7 ans
gennext.sh add support for OpenGraph, and twitter cards... il y a 6 ans
info.yaml initial version of the BaySec website.. il y a 7 ans
notes.txt initial version of the BaySec website.. il y a 7 ans
requirements.txt convert over to s3 for publishing, add requirements.. il y a 7 ans
site.yaml add missing charset so it gets set properly.. il y a 6 ans

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