This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
baysec
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
BaySec website source
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
1.1 MiB
HTML
76.9%
CSS
13%
Python
6.3%
Shell
3.5%
Makefile
0.4%
Tree:
df94d06a82
main
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'df94d06a82'
${ noResults }
HTTPS
ZIP
TAR.GZ
John-Mark Gurney
df94d06a82
add instructions on how to publish the site.. This may changed depending
upon how we publish the site..
8 years ago
content
initial version of the BaySec website..
8 years ago
layout
initial version of the BaySec website..
8 years ago
.gitignore
initial version of the BaySec website..
8 years ago
README.md
add instructions on how to publish the site.. This may changed depending
8 years ago
info.yaml
initial version of the BaySec website..
8 years ago
notes.txt
initial version of the BaySec website..
8 years ago
site.yaml
fix publishing..
8 years ago
README.md
BaySec Website Source
Source to build the BaySec website.
Instructions
Clone this repository: git clone git@github.com:baysec/baysec.git
Clone this repository a second time in a special directory: git clone git@github.com:baysec/baysec.git baysec.gh-pages
Switch the second one to the correct branch: (cd baysec.gh-pages && git checkout gh-pages)
Publish the site: (cd baysec && hyde gen && hyde publish)
Push the new site: (cd baysec.gh-pages && git push)