BaySec website source
Você não pode selecionar mais de 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.. 7 anos atrás
content add next meetup.. 7 anos atrás
layout adjust layout.. 7 anos atrás
publishers drop setting the acl, the bucket already has the needed acl.. 7 anos atrás
.gitignore initial version of the BaySec website.. 7 anos atrás
README.md add instructions on how to publish the site.. This may changed depending 7 anos atrás
gennext.sh add map 7 anos atrás
info.yaml initial version of the BaySec website.. 7 anos atrás
notes.txt initial version of the BaySec website.. 7 anos atrás
requirements.txt convert over to s3 for publishing, add requirements.. 7 anos atrás
site.yaml convert over to s3 for publishing, add requirements.. 7 anos atrás

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)