BaySec website source
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
John-Mark Gurney 5b7d52a4bc add last months, and this month which will be virtual... před 4 roky
content add last months, and this month which will be virtual... před 4 roky
layout use latest instead of top for this link před 4 roky
publishers comment out debugging statement.. před 7 roky
.gitignore add mac turds to git ignore.. před 6 roky
Makefile add next month's baysec.. add Makefile for deploy.. před 5 roky
README.md add abbreviated meeting instructions před 4 roky
gennext.sh add support for OpenGraph, and twitter cards... před 6 roky
info.yaml initial version of the BaySec website.. před 7 roky
notes.txt initial version of the BaySec website.. před 7 roky
requirements.txt convert over to s3 for publishing, add requirements.. před 7 roky
site.yaml add missing charset so it gets set properly.. před 6 roky

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