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