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 f5107d26de add missing closing ul před 5 dny
content add April's virtual meeting.. před 4 roky
layout add missing closing ul před 5 dny
publishers update to support python3 před 5 dny
.gitignore add mac turds to git ignore.. před 7 roky
Makefile add rule to build environment, and fix protocol for hyde... před 5 dny
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
invalidate.py add script to invalidate cache. před 5 dny
notes.txt initial version of the BaySec website.. před 7 roky
requirements.txt update to support python3 před 5 dny
site.yaml add missing charset so it gets set properly.. před 7 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