We are using hugo as our static site generator.
- Clone the repository recursively
git clone --recursive https://github.com/baltimoreblacktechies/bbt-site.git
- Install hugo:
brew install hugo
if you are using a mac otherwise follow these guides
- Run the test server:
hugo server
To contribute, fork the repository, clone the fork to your local branch, create a new feature branch, and send a pull request.