BaySec website source
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
John-Mark Gurney 5b7d52a4bc add last months, and this month which will be virtual... hace 4 años
content add last months, and this month which will be virtual... hace 4 años
layout use latest instead of top for this link hace 4 años
publishers comment out debugging statement.. hace 7 años
.gitignore add mac turds to git ignore.. hace 6 años
Makefile add next month's baysec.. add Makefile for deploy.. hace 5 años
README.md add abbreviated meeting instructions hace 4 años
gennext.sh add support for OpenGraph, and twitter cards... hace 6 años
info.yaml initial version of the BaySec website.. hace 7 años
notes.txt initial version of the BaySec website.. hace 7 años
requirements.txt convert over to s3 for publishing, add requirements.. hace 7 años
site.yaml add missing charset so it gets set properly.. hace 6 años

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 ssh://git@git.funkthat.com:822/jmg/baysec.git
  2. Change directory in the cloned repo: cd baysec
  3. Make the next meeting: sh gennext.sh
  4. Make sure AWS keys are in environment: . ./.key.txt
  5. Make and deploy: make deploy