BaySec website source
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
John-Mark Gurney d459e5107b convert over to s3 for publishing, add requirements.. há 7 anos
content add next meetup.. há 7 anos
layout adjust layout.. há 7 anos
publishers drop setting the acl, the bucket already has the needed acl.. há 7 anos
.gitignore initial version of the BaySec website.. há 7 anos
README.md add instructions on how to publish the site.. This may changed depending há 7 anos
gennext.sh add map há 7 anos
info.yaml initial version of the BaySec website.. há 7 anos
notes.txt initial version of the BaySec website.. há 7 anos
requirements.txt convert over to s3 for publishing, add requirements.. há 7 anos
site.yaml convert over to s3 for publishing, add requirements.. há 7 anos

README.md

BaySec Website Source

Source to build the BaySec website.

Instructions

  1. Clone this repository: git clone git@github.com:baysec/baysec.git
  2. Clone this repository a second time in a special directory: git clone git@github.com:baysec/baysec.git baysec.gh-pages
  3. Switch the second one to the correct branch: (cd baysec.gh-pages && git checkout gh-pages)
  4. Publish the site: (cd baysec && hyde gen && hyde publish)
  5. Push the new site: (cd baysec.gh-pages && git push)