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 3004c6caee add April's virtual meeting.. pirms 4 gadiem
content add April's virtual meeting.. pirms 4 gadiem
layout use latest instead of top for this link pirms 4 gadiem
publishers comment out debugging statement.. pirms 7 gadiem
.gitignore add mac turds to git ignore.. pirms 6 gadiem
Makefile add next month's baysec.. add Makefile for deploy.. pirms 5 gadiem
README.md add abbreviated meeting instructions pirms 4 gadiem
gennext.sh add support for OpenGraph, and twitter cards... 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 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