Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 701 Bytes

README.markdown

File metadata and controls

35 lines (22 loc) · 701 Bytes

Usage

  1. Clone

    git clone --recursive [email protected]:sec-bit/website.git
    
  2. Install Pandoc

  3. Edit

  4. Preview

    make clean && make
    open public/index.html
    
  5. Deploy

    ./deploy.sh
    

    The deploy.sh would commit and push the changes to https://github.com/sec-bit/sec-bit.github.io.

    Don't forget to commit changes in this repo, including git submodule change.

  6. View the changes at https://sec-bit.github.io or https://secbit.io.